Commit Graph

15071 Commits

Author SHA1 Message Date
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
binary-joe 53ee65d82c BAEL-398 introduction to genie 2019-11-28 21:12:59 +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 3b4e9585d5 Springfox - PR review fix 2019-11-28 17:14:05 +02:00
Anshul BANSAL 7fefb0ff18 Merge branch 'master' into BAEL-3456_Springfox 2019-11-28 13:06:06 +02: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
Lukasz Rys fd2d9b1477 [ BAEL-2275 ]: Move controller to controller package 2019-11-27 20:35:28 +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
Lukasz Rys 4979fd21dc BAEL-2275: Return immutable list when getting order items 2019-11-25 21:57:06 +01: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 91d8145314 Merge branch 'master' into BAEL-3456_Springfox 2019-11-25 16:16:47 +02:00
Anshul Bansal 3e22f5aa3a Updated springfox module in the pom.xml 2019-11-25 16:13:35 +02:00
Anshul BANSAL 7170e5d098 Merge branch 'master' into BAEL-3456_Springfox 2019-11-25 16:10:37 +02:00
Anshul Bansal 02dd99a2c7 Updated apache-tapestry in the pom.xml 2019-11-25 16:07:54 +02:00
Anshul Bansal 1de0f7bf49 updated pom 2019-11-25 15:37:02 +02:00
Anshul Bansal 0218e6476e Updated pom.xml 2019-11-25 15:34:18 +02:00
Anshul BANSAL 43dc24c83f BAEL-3456 - pom.xml code identation with spaces 2019-11-25 13:44:13 +02:00
Anshul BANSAL 6877619128 BAEL-3456 - pom.xml identation 2019-11-25 13:33:22 +02:00