Commit Graph

360 Commits

Author SHA1 Message Date
fejera f735eb6514 moved programmatic transaction examples from spring-data-jpa-3 to spring-data-jpa-4 2019-11-29 14:07:01 +01:00
fejera 41b17f7d61 moved OSIV examples from spring-data-jpa-3 to spring-data-jpa-4 2019-11-29 14:00:35 +01:00
fejera e1dfff0c68 cleaned up pom.xml 2019-11-29 13:40:28 +01:00
Eric Martin 9b801298ca Merge pull request #8192 from SmartyAnsh/master
BAEL-1112 - Apache Tapestry
2019-11-28 21:56:31 -06:00
Radhe Sravan fa28032d48 Fixed the review comments 2019-11-29 05:58:55 +05:30
Radhe Sravan 5ca67c9ac7 Fixed the review comments 2019-11-29 05:55:53 +05:30
Krzysiek f3a28a752b BAEL-11410: Move OkHttpTimeoutLiveTest to com.baeldung.okhttp.timeout 2019-11-28 21:56:18 +01:00
Josh Cummings c865567b71 Merge pull request #8160 from alessiostalla/BAEL-18410
#BAEL-18410 add code sample for reduce with complex objects
2019-11-28 11:21:37 -07:00
Josh Cummings 514d457ec6 Merge pull request #8254 from sjmillington/rest-move-3
Rest move 3
2019-11-28 10:40:04 -07:00
Dhawal Kapil 7f6516cc23 MicrometerAtlasIntegrationTest test fix 2019-11-28 22:59:21 +05:30
Josh Cummings c636fd8588 Merge pull request #8247 from catalin-burcea/BAEL-19675
[BAEL-19675] - Move articles out of jackson part 2
2019-11-28 10:02:57 -07:00
Josh Cummings 9e0ed0893a Merge pull request #8249 from catalin-burcea/BAEL-16531
[BAEL-16531] - Move all the existing articles on "optional" under jav…
2019-11-28 09:49:58 -07:00
Anshul BANSAL 1d056fe19f Apache Tapestry - review fix 2019-11-28 11:04:51 +02:00
Anshul Bansal cabc6dd375 Fixed 2019-11-28 10:36:53 +02:00
Macieg 38a42d8329 BAEL-3479 | combinatorics (#8233)
* BAEL-3479 | combinatorics

* BAEL-3479 | style fix
2019-11-27 20:54:51 -06:00
johnA1331 03c56109e7 Update README.md 2019-11-28 10:40:49 +08:00
johnA1331 e57e3f32ff Update README.md 2019-11-28 10:37:52 +08:00
johnA1331 00f8ac8864 Update README.md 2019-11-28 10:32:20 +08:00
johnA1331 f1c163a7e7 Update README.md 2019-11-28 10:28:44 +08:00
Krzysiek b241ef7886 BAEL-11410: Add per request test 2019-11-27 22:59:11 +01:00
Jonathan Cook 9cae3c7c86 Merge pull request #8231 from radhe-sravan/master
BAEL-3453 - Circular linked list Java implementation
2019-11-27 22:59:10 +01:00
Krzysztof Woyke 9168492b7b BAEL-11410: Add timeout OkHttp live tests 2019-11-27 21:50:27 +01:00
sandip singh 369e1d2722 BAEL-3283 Corrected the indentation as per the review comments. 2019-11-27 22:15:21 +05:30
Radhe Sravan 24d805db1d Fixed the code as per review comments 2019-11-27 06:27:24 +05:30
Sjmillington 6cd72e4f78 fixed conflict 2019-11-26 17:08:28 +00:00
Sjmillington 8e4cffdddc [BAEL-19366] REST move 3 2019-11-26 16:59:51 +00:00
catalin-burcea 3d35439fb5 [BAEL-19675] - Move articles out of jackson part 2 2019-11-26 12:28:18 +02:00
catalin-burcea 166723cf62 [BAEL-16531] - Move all the existing articles on "optional" under java-optional 2019-11-26 12:01:07 +02:00
rpvilao b305d9b362 Merge pull request #8105 from vimde/master
BAEL-3091: The Prototype Pattern in Java (changed code based on valid comments from a reader)
2019-11-26 10:12:22 +01:00
Josh Cummings 1f8508b00f Merge pull request #8239 from dkapil/task/BAEL-18777_klm
BAEL-18777 POM Properties Cleanup #8234
2019-11-25 19:51:25 -07:00
Josh Cummings e382c7141c Merge pull request #8230 from kwoyke/BAEL-3498
BAEL-3498: Conditionally Disable Flyway
2019-11-25 19:31:43 -07:00
Eric Martin ec28cd0dc2 Merge pull request #8196 from alimate/BAEL-3521
BAEL-3521: RejectedExecutionHandler
2019-11-25 19:12:53 -06:00
Eric Martin de9d0f06f2 Merge branch 'master' into BAEL-3521 2019-11-25 19:06:53 -06:00
Loredana Crusoveanu fc27da10b9 Merge pull request #8252 from kwoyke/BAEL-19699
BAEL-19699: Fix core-java-concurrency-basic unit tests
2019-11-25 23:57:08 +02:00
Loredana Crusoveanu 9aa2ac3ba3 Merge pull request #8243 from kwoyke/BAEL-19692
BAEL-19692: Update the Spring Boot to 2.2.1
2019-11-25 23:49:50 +02:00
Loredana Crusoveanu 4f2c997182 Merge pull request #8219 from amit2103/BAEL-19420
[BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and…
2019-11-25 23:38:39 +02:00
Krzysiek d5359a58e1 BAEL-19699: Fix core-java-concurrency-basic unit tests 2019-11-25 21:34:15 +01:00
Ger Roza 0b49d2ad6b [BAEL-3313] spring-cloud/spring-cloud-gateway | Writing custom Spring Cloud Gateway Filters -- address comments (#8251)
* Addressed comments:
* Removed Global filter bean with @Order annotation, now using class that implements Ordered
* Added logic to actually mutate the request entity (and the exchange) for the Modify Request example
* changed endpoint for languageServiceEndpoint in the chain requests example

* removed order from first simple global filter, since well be covering that with other global filter
2019-11-25 11:55:02 -08:00
Jonathan Cook 2b256270fe Merge pull request #7950 from kertpjatkin/master
[BAEL-3302] How to set the JVM Timezone
2019-11-25 20:40:47 +01:00
Ali Dehghani b8a45c8ed2 Using a new module. 2019-11-25 22:09:20 +03:30
Anshul BANSAL 6a67fd6025 Merge remote-tracking branch 'upstream/master' 2019-11-25 16:43:38 +02:00
Anshul Bansal 02dd99a2c7 Updated apache-tapestry in the pom.xml 2019-11-25 16:07:54 +02:00
Sam Millington e827db3db2 Merge pull request #8246 from kumar-devender/master
Persistence context example
2019-11-25 10:07:36 +00:00
Krzysiek 325ce6b49c BAEL-19692: Update the Spring Boot to 2.2.1 2019-11-24 20:19:13 +01:00
amit2103 b787240f29 Fixed conflicts 2019-11-25 00:24:40 +05:30
iamshwetabhardwaj 9f25b72ca4 BAEL-3506 - Refactoring. (#8238)
* BAEL-3506

* BAEL-3506

* BAEL-3506 - Added java-math-2 to parent pom.

* BAEL-3506 - Refactoring.
2019-11-24 09:24:06 -08:00
Loredana Crusoveanu bae6af78d1 Merge pull request #8212 from catalin-burcea/BAEL-19135
[BAEL-19135] - Move search articles to a new module
2019-11-24 14:29:31 +02:00
Maiklins de82f1c805 BAEL-3131 Guide to Java HashMap (#8229)
http://jira.baeldung.com/browse/BAEL-3130
2019-11-24 12:59:09 +01:00
Dhawal Kapil feb31a9a3c BAEL-18777 POM Properties Cleanup
- Fixes for libraries-apache-commons module
2019-11-24 13:44:24 +05:30
Dhawal Kapil 656e6d1738 BAEL-18777 POM Properties Cleanup #8234
- Properties cleanup of projects starting with k,l and m
2019-11-24 13:33:51 +05:30