Yavuz Tas
2f989fb435
Update javaxval/src/test/java/org/baeldung/javaxval/messageinterpolator/ParameterMessageInterpolaterIntegrationTest.java
...
update to use the givenX_whenY_thenZ naming convention for tests
Co-Authored-By: KevinGilmore <kpg102@gmail.com >
2019-10-29 10:02:16 +01:00
Yavuz Tas
c8d8972a56
Update javaxval/src/test/java/org/baeldung/javaxval/messageinterpolator/ParameterMessageInterpolaterIntegrationTest.java
...
update to use the givenX_whenY_thenZ naming convention for tests
Co-Authored-By: KevinGilmore <kpg102@gmail.com >
2019-10-29 10:01:58 +01:00
Eric Martin
18c6a1a0ab
Merge pull request #8099 from alimate/BAEL-3447
...
BAEL-3447: Fixed the Integrations Tests in spring-boot-data
2019-10-28 23:16:20 -05:00
Eric Martin
16e93dea43
Merge pull request #8100 from alimate/BAEL-3448
...
BAEL-3448: Fixed the Integrations Tests in jee-kotlin
2019-10-28 23:15:31 -05:00
Josh Cummings
a3d69b43dc
Merge pull request #7743 from gilday/bael-3237-autovalue-defensive-copies
...
BAEL-3237 AutoValue Defensive Copies
2019-10-28 21:51:59 -06:00
Josh Cummings
c6081aff6d
Merge pull request #8041 from catalin-burcea/BAEL-18263
...
[BAEL-18263] Move articles out of java-strings part3
2019-10-28 21:09:39 -06:00
Josh Cummings
e9126870e2
Merge branch 'master' into BAEL-18263
2019-10-28 19:34:51 -06:00
Josh Cummings
5be8f63bf6
Merge pull request #8029 from catalin-burcea/BAEL-16647
...
[BAEL-16647] Split or move java-streams module
2019-10-28 19:18:55 -06:00
Eric Martin
94806403ca
Merge pull request #8092 from alimate/BAEL-3252-2
...
Fixed the Concurrent Modifications on the Root Logger
2019-10-28 19:12:50 -05:00
Alessio Stalla
096ce9d045
#BAEL-10229 Restore removed dependencies from load-testing-comparison module.
2019-10-29 00:02:53 +01:00
Ali Dehghani
9002da9c61
Fixed the Integrations Tests in jee-kotlin
2019-10-28 23:52:57 +03:30
Ali Dehghani
8aaa2cef99
Fixed the Integrations Tests in spring-boot-data
2019-10-28 23:33:43 +03:30
Jonathan Cook
8b59474912
Merge pull request #8098 from eugenp/JonCook-BAEL-3089
...
Update README.md
2019-10-28 19:54:04 +01:00
Ali Dehghani
d3ada85115
Switch from Postgres to H2
2019-10-28 22:12:19 +03:30
Jonathan Cook
69bb6fc740
Merge pull request #8097 from eugenp/JonCook-BAEL-3322
...
Update README.md
2019-10-28 19:34:21 +01:00
Jonathan Cook
3b56518706
Update README.md
...
update readme for BAEL-3089
2019-10-28 19:34:08 +01:00
Jonathan Cook
9ee11f2712
Merge pull request #8096 from eugenp/JonCook-BAEL-2939
...
Update README.md
2019-10-28 19:31:22 +01:00
Jonathan Cook
1a54cd7d4d
Update README.md
...
Update Readme for BAEL-3322
2019-10-28 19:30:56 +01:00
Jonathan Cook
d9babf5ec6
Update README.md
...
Update readme for BAEL-2939
2019-10-28 19:27:28 +01:00
Sam Millington
fc32d9c43f
Merge pull request #8093 from davidkgp/master
...
[BAEL-3062] Add a new example in Spring RestTemplate list article
2019-10-28 17:29:19 +00:00
Kaushik Bagchi
b0af74ef81
updated as per Sam's comment
2019-10-28 18:00:42 +01:00
Alessio Stalla
98d4f930a5
#BAEL-10229 Restore the spring-ejb pom as it's using a version of Spring Boot that is too different from the one in parent-boot-2.
2019-10-28 11:00:25 +01:00
Kaushik Bagchi
43cf1cb4f9
changes for using arrays
2019-10-28 10:39:09 +01:00
Ali Dehghani
d009d17347
Fixed the Concurrent Modifications
...
By introducing a new logger for the broken test.
2019-10-28 09:53:40 +03:30
Eric Martin
27eca14d97
Merge pull request #8090 from alimate/BAEL-3252
...
BAEL-3252: Asserting the Received Messages
2019-10-27 23:58:45 -05:00
Eric Martin
415b1e50fd
Merge pull request #8089 from alimate/BAEL-3273
...
BAEL-3273: Shouldn't drop a non-existent table
2019-10-27 23:56:44 -05:00
Johnathan Gilday
9059f4a2c2
✨ BAEL-3237 AutoValue Builder with defensive copies
2019-10-27 23:35:28 -04:00
Johnathan Gilday
ffe54857cb
⬆️ BAEL-3237 Upgrade AutoValue
2019-10-27 23:35:28 -04:00
Mike Baranski
3b8a395136
Bael 3058 - Remove hibernate parameters directory ( #8071 )
...
* [BAEL-3058] Demonstrate named query
* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations
* Fix tab -> space and indentation
* Moved hibernate-parameters to persistence-modules directory per request
* Update persistence-modules/hibernate-parameters/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com >
* Update persistence-modules/hibernate-parameters/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com >
* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com >
* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com >
* Set version and add jar packaging
* [BAEL-3058] Refactor package location
* [BAEL-3058] Fixed based on PR 8011 comments - rename module, update deps and move resources/sources
* Fix module name
* [BAEL-3058] Remove hibernate-parameters directory
2019-10-27 22:28:57 -05:00
Alessio Stalla
e6a3c4c631
#BAEL-10229 Fix the build (spring-batch)
2019-10-28 00:01:49 +01:00
Alessio Stalla
995d208d73
#BAEL-10229 Fix spring-5-webflux usage of RSocketRequester
2019-10-27 23:30:05 +01:00
Alessio Stalla
c65ae95306
#BAEL-10229 Fix spring-5-webflux usage of RSocketRequester
2019-10-27 23:23:05 +01:00
Alessio Stalla
6b8f821989
#BAEL-10229 Fix spring-5-webflux usage of RSocketRequester
2019-10-27 23:22:42 +01:00
Alessio Stalla
961cc0e02b
#BAEL-10229 Fix spring-5-webflux usage of RSocketRequester
2019-10-27 22:57:15 +01:00
Ali Dehghani
5ec76df699
Asserting the Received Messages
2019-10-28 01:11:36 +03:30
Alessio Stalla
55a5731992
#BAEL-10229 Fix Boot version of spring-5-webflux
2019-10-27 22:38:49 +01:00
Alessio Stalla
34ec809735
#BAEL-10229 Restore Spring Boot version to 2.1.x in parent-boot-2
2019-10-27 22:12:26 +01:00
Ali Dehghani
0d0b9735ce
Shouldn't drop a non-existent table!
2019-10-28 00:23:41 +03:30
Sam Millington
39a07fa7b8
Merge pull request #8030 from sk1418/master
...
[BAEL-3343] hasNext() vs hasNextLine() in scanner demo
2019-10-27 19:04:16 +00:00
amit2103
35c94d9962
[BAEL-16045] - Renamed UserServiceIntegrationUnitTest to UserServiceUnitTest
2019-10-27 23:43:47 +05:30
Mona Mohamadinia
a3bc4d2820
Added the sample codes
2019-10-27 20:39:48 +03:30
amit2103
05d0730b34
[BAEL-16045] - Moved code to core-java-exceptions
2019-10-27 20:45:01 +05:30
amit2103
7dd7cc09b0
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16045-15
2019-10-27 20:38:44 +05:30
amit2103
0eaee4015a
[BAEL-16045] - Moved code to spring-security-rest-basic-auth
2019-10-27 20:24:22 +05:30
amit2103
55954d2300
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16045-9
2019-10-27 20:10:51 +05:30
amit2103
7f3f518117
[BAEL-14274] - Reverted the rename of EventWithFormat to Event
2019-10-27 19:52:36 +05:30
amit2103
18721e8e30
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14274-8
2019-10-27 19:51:08 +05:30
amit2103
cb07514d3c
[BAEL-16045] - Moved code to java-string-2
2019-10-27 19:47:01 +05:30
amit2103
d550da76c1
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16045-3
2019-10-27 19:39:47 +05:30
amit2103
fe9cde675d
[BAEL-14274] - Fixed conflicts
2019-10-27 18:01:15 +05:30