Commit Graph

8013 Commits

Author SHA1 Message Date
Krzysiek 79d9c82118 JAVA-8704: Update README with JDK9+ profiles 2022-01-11 16:02:58 +01:00
Loredana Crusoveanu 1a5ec90385 Merge pull request #11671 from eugenp/remove-formatter
Remove formatter
2022-01-11 13:57:10 +02:00
Loredana Crusoveanu 8cc3a98616 Merge pull request #11669 from kwoyke/JAVA-9020
JAVA-9020: Add missing modules
2022-01-11 13:32:30 +02:00
kwoyke 25358076b1 Merge pull request #11675 from hkhan/JAVA-8369-split-data-jpa-query-module
[JAVA-8369] Split spring-data-jpa-query-2 module
2022-01-11 11:27:27 +01:00
Haroon Khan 17449fa3de [JAVA-8369] Split spring-data-jpa-query-2 module 2022-01-11 08:43:33 +00:00
Krzysiek 3b47cef6bf JAVA-9020: Move spring-data-cassandra-2 to jdk9+ profile 2022-01-11 09:34:39 +01:00
Sarath Chandra fa2b75a81c [BAEL-5077] Hidden Classes (#11663) 2022-01-10 20:28:05 +01:00
Loredana Crusoveanu bc3a2eaf71 JAVA-8985 remove formatter files 2022-01-10 19:32:41 +02:00
Loredana Crusoveanu 872daf6a22 Merge branch 'master' of https://github.com/eugenp/tutorials 2022-01-10 19:31:07 +02:00
sampadawagde 65f643262d JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
Krzysiek 3b6d070777 JAVA-9020: Add missing modules 2022-01-10 16:46:34 +01:00
kwoyke 53780ceaf2 Merge pull request #11657 from hkhan/JAVA-9347-split-spring-rest-http-module
[JAVA-9347] Split spring-rest-http module
2022-01-10 11:23:51 +01:00
Haroon Khan 5521870d64 [JAVA-9347] Split spring-rest-http module 2022-01-10 08:57:45 +00:00
kwoyke 603b33dd68 Merge pull request #11660 from chaos2418/JAVA-8284
JAVA-8284: split or move spring-mvc-basics-2 module
2022-01-09 13:59:39 +01:00
kwoyke 122ed65b1e Merge pull request #11581 from chaos2418/JAVA-3060
JAVA-3060: adding new spring-reactive module for the ebook.
2022-01-09 13:48:23 +01:00
kwoyke b05f92d145 Merge pull request #11656 from hkhan/JAVA-9344-split-spring-core-module
[JAVA-9344] Split spring-core module
2022-01-09 13:07:23 +01:00
KevinGilmore 75e9a2dfbb BAEL-5276: add link back to article (#11662) 2022-01-08 22:34:43 -06:00
Greg 7ec3819d9c Merge pull request #11549 from hmdrzsharifi/BAEL-4197
Bael 4197: Failed to Load Applicationcontext for Junit Test of Spring Controller
2022-01-08 13:56:12 -05:00
chaos2418 ac0df69dbf JAVA-8284: split or move spring-mvc-basics-2 module 2022-01-08 16:51:06 +05:30
sharifi 45c495f327 bael-4197: add application-context.xml in resource directory 2022-01-08 12:49:30 +03:30
sharifi 9e7329ce5e bael-4197: indent with spaces instead of tab 2022-01-08 12:48:48 +03:30
chaos2418 0bc3f44656 JAVA:8981: verify spring.mvc.pathmatch.matching-strategy property usage 2022-01-08 13:12:01 +05:30
Michael Pratt 143346a850 BAEL-5267: Initial demo server and client commit (#11631)
* Initial demo server and client commit

* Add spring-cloud-load-balancer to JDK9+ profile

* Remove Java 11 dependency from loadbalancer demo

* Address comments from PR

* Fix indentation
2022-01-07 19:17:59 -06:00
Azhwani b6cff5acd4 init commit (#11643) 2022-01-07 16:57:13 -06:00
Haroon Khan 0ff218a8e1 [JAVA-9344] Split spring-core module 2022-01-07 22:54:28 +00:00
kwoyke 09e0fa4e74 Merge pull request #11654 from hkhan/JAVA-9345-split-apache-poi-module
[JAVA-9345] Split apache-poi module
2022-01-07 11:20:35 +01:00
kwoyke 9bdeebe56a Merge pull request #11650 from hkhan/JAVA-9317-use-json-assertions
[JAVA-9317] Update tests to use JsonUnit for improved assertions
2022-01-07 11:18:22 +01:00
Haroon Khan f27941b044 [JAVA-9345] Split apache-poi module 2022-01-06 22:57:49 +00:00
Seshu Kumar T ca7f2cc363 BAEL 5273 Sequence Input Stream (2nd commit) (#11649)
* SequenceInputStream changes

* assert statements corrected by keeping order as (expected, actual)

Co-authored-by: Seshu Thanneeru <seshukumar.thanneeru@thoughtdata.com>
2022-01-06 21:13:40 +01:00
Haroon Khan c86e2a8655 [JAVA-9317] Update tests to use JsonUnit for improved assertions 2022-01-06 19:23:45 +00:00
Loredana Crusoveanu 22c2742bdb Merge pull request #11652 from johnA1331/master
BAEL-47063 - technical test fix - SingleOptin
2022-01-06 20:43:57 +02:00
johnA1331 1eaafd1c51 Update README.md 2022-01-07 01:22:12 +08:00
Daniel Strmecki 8bf612c07a Feature/bael 5176 random number generators (#11641)
* BAEL-5176: Add simple test

* BAEL-5176: Add benchmark runner

* BAEL-5176: Update examples

* BAEL-5176: Refactor

* BAEL-5176: Refactor

* BAEL-5176: Refactor
2022-01-06 08:54:44 +00:00
Loredana Crusoveanu ff081330bc Merge pull request #11647 from johnA1331/master
BAEL-46571 - add links to github-baeldung articles
2022-01-05 17:06:58 +02:00
chaos2418 e1b05f08c0 Merge branch 'master' of https://github.com/eugenp/tutorials into JAVA-3060 2022-01-05 18:46:23 +05:30
johnA1331 95f5f30421 Create README.md 2022-01-05 20:46:29 +08:00
johnA1331 ba5b780b51 Update README.md 2022-01-05 20:43:08 +08:00
johnA1331 377708d242 Update README.md 2022-01-05 20:40:01 +08:00
johnA1331 9dbe5bca89 Update README.md 2022-01-05 20:38:06 +08:00
johnA1331 91d7c16524 Update README.md 2022-01-05 20:34:20 +08:00
johnA1331 9cc3165ab4 Update README.md 2022-01-05 20:22:48 +08:00
johnA1331 75b6aa213e Update README.md 2022-01-05 20:16:34 +08:00
johnA1331 9deeba7850 Update README.md 2022-01-05 20:14:44 +08:00
johnA1331 fb19c5e98c Update README.md 2022-01-05 19:39:58 +08:00
johnA1331 408b2ecf03 Create README.md 2022-01-05 19:34:08 +08:00
johnA1331 c41716248a Update README.md 2022-01-05 19:22:24 +08:00
Ralf Ueberfuhr 6bcc01f60a BAEL-5251: Spring Boot with Swagger UI and Keycloak-Integration (#11632) 2022-01-04 19:58:21 -06:00
ravipathak 83f6ae5d9d BAEL-5158: Sample App and Unit test for finding ObjectMapper class in a jar. 2022-01-05 00:56:45 +00:00
kwoyke da600ee93a Merge pull request #11640 from hkhan/JAVA-8364-split-spring-5-reactive-2-module
[JAVA-8364] Split spring-5-reactive-2 module
2022-01-04 12:30:18 +01:00
kwoyke d073a5ffb7 Merge pull request #11642 from hkhan/JAVA-9056-upgrade-json-java-lib
[JAVA-9056] Upgrade JSON-java lib version
2022-01-04 10:25:35 +01:00