Commit Graph

4840 Commits

Author SHA1 Message Date
Ronald Dehuysser 70203a988b [BAEL-4639] Running background jobs in Spring with JobRunr (#10089)
* [BAEL-4639] Running background jobs in Spring with JobRunr

* [BAEL-4639] Background jobs in Spring with JobRunr - update dependencies and readme

* [BAEL-4639] Background jobs in Spring with JobRunr - add required newline to application.properties

* [BAEL-4639] Background jobs in Spring with JobRunr - Make sure link is correct

* [BAEL-4639] Background jobs in Spring with JobRunr - Cleanup and LiveTest added

* [BAEL-4639] - Feedback

* [BAEL-4639] Update test with feedback
2020-09-26 14:14:11 -07:00
Dhawal Kapil 7c8b656a7d Merge pull request #10092 from dupirefr/team/JAVA-1669-missing_dependency
[JAVA-1669] Added missing byte-buddy dependency
2020-09-26 16:22:11 +05:30
fdpro c6b1da4180 [JAVA-1669] Added missing byte-buddy dependency 2020-09-26 08:23:21 +02:00
Krzysztof Majewski 32f4eeef02 BAEL-4520 Getting Started with jOOQ (#10086)
* BAEL-4520 Getting Started with jOOQ

* add generated sources

* remove maven files

* create tests

Co-authored-by: Krzysztof Majewski <krzysztof.majewski.km1@contractors.roche.com>
2020-09-25 14:39:32 -07:00
Loredana Crusoveanu 35a9131a72 Merge pull request #10083 from johnA1331/master
BAEL-27981 - add links to github-baeldung articles
2020-09-25 16:08:31 +03:00
kwoyke 68272ef58f BAEL-4641: Use MapStruct 1.3.1.Final (#10088) 2020-09-25 13:17:43 +02:00
Joe Boudreau d100adc9c5 BAEL-4448: Added examples for setting TLS version in HttpClient (#9936)
* [BAEL-4448] Added examples for setting TLS version in HttpClient

(cherry picked from commit f4d40fc3f3140fd046ed957030e9a54582bd4a67)

* [BAEL-4448] Simplified the code for one example

* [BAEL-4448] Formatting fixes and moved to new package

* [BAEL-4448] Forgot an import and fixed class name typo

* [BAEL-4448] Created second module for httpclient and moved article code

Co-authored-by: joe <joe.boudreau@pm.me>
2020-09-24 17:28:05 +01:00
Loredana Crusoveanu ee4fdb9bde Merge pull request #9978 from harihar/master
generated gradle wrapper files
2020-09-24 18:59:31 +03:00
Loredana Crusoveanu 62402477f1 Merge pull request #10081 from kwoyke/JAVA-2974
JAVA-2974: Clean up the pom.xml in spring-data-jpa-enterprise
2020-09-24 11:38:34 +03:00
KevinGilmore bea3fccca7 BAEL-4327 update README (#10084)
* BAEL-3336 BAEL-3058 add links

* BAEL-3319: add link

* BAEL-3284: add link

* BAEL-3198: add link to article

* BAEL-3479: add link to article

* BAEL-3485: add article link

* SCALA-38: move to new package and add link back to article

* SCALA-38: add imports back into unit test

* BAEL-3908: add link back to article

* BAEL-2893 BAEL-3927 add link back to article

* BAEL-3569: update README

* BAEL-4327: update README
2020-09-23 21:50:39 -05:00
davidmartinezbarua df58b7b521 Merge pull request #9907 from tarunjain01/master
BAEL-4404
2020-09-23 23:07:06 -03:00
bfontana 71623e7880 Merge pull request #10074 from eugenp/bfontana/BAEL-4337
BAEL-4337 - Conditionally ignoring or running tests in JUnit 4
2020-09-23 21:20:30 -03:00
Tarun Jain 17369c4b77 BAEL-4404|Updated test class name 2020-09-24 03:02:04 +05:30
Tarun Jain 6fc2261a39 Merge remote-tracking branch 'upstream/master' 2020-09-24 02:45:49 +05:30
johnA1331 86876c57d1 Update README.md 2020-09-24 03:40:31 +08:00
johnA1331 bea5c242af Update README.md 2020-09-24 03:39:09 +08:00
johnA1331 4575ad9846 Update README.md 2020-09-24 03:36:26 +08:00
johnA1331 2ba94bd154 Create README.md 2020-09-24 03:34:17 +08:00
johnA1331 95549836ec Update README.md 2020-09-24 03:32:03 +08:00
Dhawal Kapil 952e7d3a0d Merge pull request #10080 from dupirefr/team/JAVA-2590-jdbctest_annotation
[JAVA-2590] Added example of @JdbcTest usage
2020-09-24 00:31:23 +05:30
johnA1331 46c071b40b Update README.md 2020-09-24 02:55:21 +08:00
johnA1331 7e0a8329a2 Create README.md 2020-09-24 02:53:02 +08:00
Dhawal Kapil c73177e090 Merge pull request #10073 from dupirefr/team/JAVA-2587-freemarker_spring_boot
[JAVA-2587] Added spring-boot dependency for freemarker
2020-09-24 00:21:06 +05:30
johnA1331 14965826eb Update README.md 2020-09-24 02:49:18 +08:00
johnA1331 027cba8b8b Update README.md 2020-09-24 02:39:41 +08:00
Krzysiek b800a844fd JAVA-2974: Clean up the pom.xml in spring-data-jpa-enterprise 2020-09-23 20:14:15 +02:00
François Dupire 68287516fe [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions (#10018)
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions

* Upgraded JUnit version for persistence-module and the modules that directly depends on it

* Upgraded Maven Surefire Plugin version for these as well

* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules

* Upgraded versions in other modules

* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used

* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
Sampada 49590633a8 JAVA-2421: Merge spring-ehcache module into spring-caching module (#10072)
* JAVA-2421: Moved 1 article from spring-ehcache to spring-caching

* JAVA-2421: Removed module spring-ehcache

* JAVA-2421: Removed module spring-ehcache from main pom
2020-09-23 23:34:51 +05:30
fdpro a2751ea0d5 [JAVA-2590] Added example of @JdbcTest usage 2020-09-23 19:31:59 +02:00
Cristian Stancalau 20a3070093 BAEL-4156 Does a method's signature in Java include its return type? (#10049)
* BAEL-4156 Does a method's signature in Java include its return type?

* BAEL-4156 Add varargs

* Update OverloadingErrors.java

Co-authored-by: Cristian Stancalau <cstancalau@consultant.ffn.com>
2020-09-23 09:23:50 -07:00
Harihar Das 4c0469fd61 Merge remote-tracking branch 'upstream/master' 2020-09-23 08:14:49 +02:00
Loredana Crusoveanu e3d721b72c Merge pull request #10071 from kwoyke/JAVA-2976
JAVA-2976: Get rid of the overriden spring-boot.version property
2020-09-23 08:25:54 +03:00
Bruno Fontana 9a8f92de76 Fixing formatting issues. 2020-09-22 20:54:25 -03:00
Bruno Fontana 9f51e1c6e5 Assume Class examples redone. 2020-09-22 18:21:24 -03:00
fdpro 5590f23896 [JAVA-2587] Added spring-boot dependency for freemarker 2020-09-22 21:49:49 +02:00
Krzysztof Woyke 9be17d36d2 JAVA-2976: Get rid of the overriden spring-boot.version property 2020-09-22 14:57:32 +02:00
Loredana Crusoveanu a06c39ae4b Merge pull request #10066 from kwoyke/JAVA-2977
JAVA-2977: Get rid of the unused spring*boot* properties
2020-09-22 09:47:02 +03:00
Loredana Crusoveanu 7913ba10cb Merge pull request #10065 from kwoyke/JAVA-2901
JAVA-2901: Fix failing int tests in spring-mvc-basics-4
2020-09-22 09:45:45 +03:00
bfontana 4caee42f39 Merge pull request #10064 from rezaep/master
BAEL-4488 Fix indents
2020-09-21 21:09:50 -03:00
bfontana 7eb338f990 Merge pull request #10055 from akeshri/master
PR review changes
2020-09-21 20:28:39 -03:00
davidmartinezbarua 18fc989d8a Merge pull request #10068 from ksilz/master
New PR for BAEL-3326: "Reducing JSON Data Size"
2020-09-21 17:47:42 -03:00
Karsten Silz 6947342212 Undoing another change. 2020-09-21 20:44:47 +01:00
Karsten Silz 9032835807 Moved code to "json-2" module. 2020-09-21 20:40:16 +01:00
Karsten Silz 65833e0a6b Moved code from "json" module. 2020-09-21 20:38:46 +01:00
Karsten Silz 025791611c Added feedback from pull request. 2020-09-21 20:31:14 +01:00
Krzysiek d51a8319c6 JAVA-2977: Get rid of the unused spring*boot* properties 2020-09-21 21:15:03 +02:00
Karsten Silz 5e2147e6f4 Merge branch 'master' of github.com:eugenp/tutorials into master 2020-09-21 20:14:46 +01:00
Krzysiek dda9d0fb67 JAVA-2901: Fix failing int tests in spring-mvc-basics-4 2020-09-21 20:53:16 +02:00
Reza Ebrahimpour fd9e75c6e2 BAEL-4488 Fix indents 2020-09-21 21:48:26 +03:30
davidmartinezbarua 10e7aaed73 Merge pull request #9990 from ricardomoreirab/master
BAEL-2503
2020-09-20 18:46:10 -03:00