maibin
e353d6de06
Merge pull request #7926 from dcalap/master
...
BAEL-3323 Finding an element in a list using Kotlin - Initial commit
2019-10-02 09:48:48 -07:00
maibin
25023df560
Merge pull request #7920 from kumar-devender/master
...
rename test cases to follow BDD style
2019-10-02 09:42:57 -07:00
johnA1331
4aeef357e3
Bi-monthly test fix - BAEL-16797 ( #7822 )
...
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2019-10-02 16:16:24 +03:00
Erik Pragt
8db8202cdf
Merge pull request #7714 from dhruba619/master
...
BAEL-2974 Logger vs System.out
2019-10-02 21:16:41 +10:00
David Calap
0478d46007
BAEL-3323 new check added to example
2019-10-02 09:22:55 +02:00
David Calap
30bf670ba4
BAEL-3323 filterNot example added. Rename package, class and file
2019-10-02 09:19:21 +02:00
Jonathan Cook
e1a6b9f63b
Merge pull request #7884 from macieg/bael-3285
...
BAEL-3285 | Simultaneous Spring WebClient calls
2019-10-02 00:46:39 +02:00
David Calap
dc9a78ab18
BAEL-3323 Finding an element in a list using Kotlin - Initial commit
2019-10-01 23:33:50 +02:00
maibin
dafe1a336a
Merge pull request #7843 from sjmillington/readme-10
...
[BAEL-17494] - Added readme descriptions 10
2019-10-01 14:05:57 -07:00
maibin
326e85e829
Merge pull request #7841 from sjmillington/readme-9
...
[BAEL-17476] - Add README descriptions 9
2019-10-01 14:04:54 -07:00
maibin
ef0b154642
Merge pull request #7833 from sjmillington/readme-7
...
[BAEL-17491] README descriptions 7
2019-10-01 14:03:17 -07:00
maibin
fe1d7195f3
Merge pull request #7832 from sjmillington/readme-6
...
[BAEL-17490] README descriptions 6
2019-10-01 14:01:13 -07:00
maibin
e7b8a60fc7
Merge pull request #7816 from msievers/bael-3077/mapstruct-multiple-source-objects
...
[BAEL-3077] Update comments in unit tests to align with article snippets
2019-10-01 13:52:14 -07:00
maibin
84109faec8
BAEL 3131 guide to java hash map ( #7758 )
...
* BAEL-3131 Guide to Java HashMap
* Update java-collections-maps-2/src/test/java/com/baeldung/map/ProductUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-10-01 13:48:51 -07:00
Loredana Crusoveanu
daad1ef922
remove obsolete runfromjunit module ( #7751 )
2019-10-01 13:47:40 -07:00
Yuriy Artamonov
da1db18bc9
Fix CDI package names ( #7715 )
...
* Fix beans.xsd location for JavaEE 7
* Fix cdi2observers package names
2019-10-01 12:33:11 -07:00
devender.kumar
b4e41095c1
Fix test case
2019-10-01 20:16:49 +02:00
devender.kumar
4015900366
rename test cases to follow BDD style
2019-10-01 20:16:49 +02:00
Maciej Andrearczyk
fad7aa6a66
BAEL-3285 - code reformatted
2019-10-01 19:06:25 +02:00
Eric Martin
823bc9d4b0
Merge pull request #7918 from albanoj2/master
...
BAEL-3225: Fixed integration tests
2019-10-01 07:25:22 -05:00
Justin Albano
d4d31dcc4b
BAEL-3225: Corrected failing integration tests.
2019-09-30 18:00:44 -04:00
Justin Albano
480cab4655
Merge remote-tracking branch 'upstream/master'
2019-09-30 17:59:50 -04:00
Amy DeGregorio
d3cbbf0725
BAEL-3329 ( #7915 )
...
* BAEL-3222 Example Code and update to spring-boot-admin examples
* BAEL-3329 Fix integration tests
* BAEL-3329 Fix integration tests
* Upgrade to Spring Boot 2.1.8.RELEASE
2019-09-30 07:17:53 -07:00
dhruba619
ff75b7ace2
BAEL-2974 Logger vs System.out
2019-09-30 09:24:04 +02:00
Justin Albano
b2908200f1
BAEL-3225: Added Spring example for error handling best practices. ( #7854 )
2019-09-29 22:28:45 -05:00
Devender Kumar
56cae916aa
remove sys and added test cases ( #7894 )
...
* BAEL-3286 added component scan filter example
* Remove unused class
* Corrected formatting
* formatted code
* Update code
* added test cases
* Fix tests name
2019-09-29 08:38:58 -07:00
Catalin Burcea
b86270a6aa
Ignoring unmapped properties with MapStruct ( #7809 )
2019-09-29 10:18:58 +01:00
Maiklins
cbc013cb67
Merge branch 'master' into BAEL-3131-Guide-to-Java-HashMap
2019-09-28 22:52:32 +02:00
Maiklins
a50e35565b
Update java-collections-maps-2/src/test/java/com/baeldung/map/ProductUnitTest.java
...
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-09-28 22:51:16 +02:00
Catalin Burcea
39e99cd907
Split or move core-java-collections module ( #7893 )
2019-09-28 13:26:32 -06:00
Catalin Burcea
2255577ffd
[BAEL-16668] Split or move testing-modules/mockito module ( #7835 )
...
* Split or move testing-modules/mockito module
* [BAEL-16668] fix after merge with master
2019-09-28 13:23:52 -06:00
smokeyrobot
4e31b41919
Bael 624 ( #7805 )
...
* Commit for Eval Article pull request
* Revert "Commit for Eval Article pull request"
* BAEL-46 - Deleted duplicate class.
* BAEL-46 - Fixed old script version
* BAEL-46 - Updated per editor review
* BAEL-46 - Updated JMX for corrected parameters
* BAEL-46 - Corrected Name and Directory
* Bael-3000 - initial commit
* Bael-3000 - update per review
* Bael-3000 - Updated per code review
* Bael-3000 - Updated per code review
* Update core-java-modules/core-java-jndi/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update core-java-modules/core-java-jndi/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Bael-624 Wildfly Setup
* Update pom.xml
* Bael-624 Review updates
2019-09-28 13:19:11 -06:00
Amit Pandey
85a4c72414
[BAEL-16672] - Re-organize maven module ( #7703 )
...
* [BAEL-16672] - Re-organize maven module
* [BAEL-16672] - Added missed modules in main pom
* [BAEL-16672] - Added commented compiler-plugin-java-9 module in main pom.xml
2019-09-28 12:13:11 -06:00
Catalin Burcea
c5e7773a51
Split or move persistence-modules/java-jpa module ( #7887 )
2019-09-28 12:06:14 -06:00
rpvilao
0b834830b9
Merge pull request #7680 from YassinHajaj/master
...
[BAEL-3219] - Parsing an XML File Using SAX Parser
2019-09-28 17:27:59 +02:00
yassin.hajaj
83535d53c8
BAEL-3219
2019-09-28 14:19:11 +02:00
YassinHajaj
d7107a5931
BAEL-3219
2019-09-28 13:57:53 +02:00
YassinHajaj
f82e007672
BAEL-3219
2019-09-28 11:00:56 +02:00
yassin.hajaj
59729b7e23
BAEL-3219
...
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj
6f4957a63d
BAEL-3219
...
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj
08da9be666
BAEL-3219
...
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj
21804927e3
BAEL-3219
...
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj
6e77eef313
BAEL-3219
...
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj
a846c037cb
BAEL-3219
...
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
rpvilao
68a5135299
Merge pull request #7852 from macroscopic64/master
...
[BAEL-3288] - Graceful Shutdown of a Spring Boot Application
2019-09-28 09:31:09 +02:00
macroscopic64
d4b9f8a59a
[BAEL-3288] - Graceful Shutdown of a Spring Boot Application
2019-09-28 11:40:44 +05:30
macroscopic64
5621a6d8c5
[BAEL-3288] - Graceful Shutdown of a Spring Boot Application
2019-09-28 11:38:39 +05:30
macroscopic64
db09069de8
Merge remote-tracking branch 'upstream/master'
2019-09-28 10:49:24 +05:30
Sam Millington
8f06ddfa33
[BAEL-17651] - spring-boot-angular & spring-boot-angular-ecommerce merge ( #7866 )
...
* [BAEL-17651] - angular merge
* Added article link the readme
* added colon
* removed spring-boot-angular-ecommerce from parent pom
2019-09-27 09:39:57 -06:00
Dhawal Kapil
ceba5408ec
BAEL-17945 Fix the integrations tests in libraries ( #7880 )
...
-Fixing serenity tests failing due to mismatching libraries
2019-09-27 08:46:06 -06:00