Commit Graph

8125 Commits

Author SHA1 Message Date
johnA1331 1b9fa338cf Update README.md 2022-01-13 14:07:20 +08:00
johnA1331 31094c80ef Update README.md 2022-01-13 14:03:15 +08:00
victorsempere 29ebe5e849 BAEL-4631 (#11644)
* BAEL-4631

First code example draft

* BAEL-4631

Removed unnecesary constructors
Removed unnecessary comments
Removed unnecessary test

* BAEL-4631

Fixed xml files format

* BAEL-4631

Fixing pom.xml and testng.xml indentation
2022-01-12 23:51:07 +00:00
Teica 7a5d817a1d BAEL-5277 generate string of repeated characters (#11611)
* BAEL-5277 generate string of repeated characters

* BAEL-5277 fixed test

* BAEL-5277 fixing tests

* removed public from class and methods, removed unnecessary test examples, extracted contants

* renamed constants

* renamed a test

* fixed the string repeat test

* removed public from class and method

* modified the test

* reset the java version

* tests added

* added apache dependency

* removed repeat method for string

* updated tests

* fixed tests

* added two additional tests

* formatted code

* renaming variables

* 1.0.0 | FIX removed unnecessary annotation

* removing EMPTY_STRING constant

Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
2022-01-12 23:44:15 +00:00
kwoyke ccecd19d6a Merge pull request #11679 from hkhan/JAVA-9386-fix-test-directory
[JAVA-9386] Fix test directory
2022-01-12 14:22:37 +01:00
kwoyke 6c7ca1458d Merge pull request #11678 from hkhan/JAVA-9348-split-lombok-module
[JAVA-9348] Split lombok module
2022-01-12 14:11:09 +01:00
Loredana Crusoveanu bf72401a32 Merge pull request #11677 from kwoyke/JAVA-8704
JAVA-8704: Update README with JDK9+ profiles
2022-01-12 13:44:36 +02:00
Haroon Khan 0bd238b98b [JAVA-9386] Fix test directory 2022-01-12 08:40:50 +00:00
Haroon Khan 2d01964ebe [JAVA-9348] Split lombok module 2022-01-11 19:44:57 +00:00
kwoyke 21b4b2433e JAVA-8984: Use embedded mongo version 4.4.9 (#11653) 2022-01-11 21:03:05 +05:30
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
Seshu Thanneeru f802d3d337 IdentityHashMapDemonstrator class 2022-01-08 20:46:38 +05:30
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