Commit Graph

7987 Commits

Author SHA1 Message Date
chaos2418 c55e569096 JAVA-8356: split or move spring-boot-properties 2022-01-14 13:34:42 +05:30
kwoyke 5416fc95b2 JAVA-9396: Update pdfbox-tools & pdf2dom dependencies (#11681) 2022-01-13 21:56:09 +05:30
Loredana Crusoveanu 83d56c8bec Merge pull request #11692 from kwoyke/JAVA-9429
JAVA-9429: Upgrade DynamicJasper dependency
2022-01-13 18:08:20 +02:00
Loredana Crusoveanu e0e03e57b1 Merge pull request #11688 from kwoyke/JAVA-9017
JAVA-9017: Move ejb-beans to the heavy profile
2022-01-13 18:03:17 +02:00
pabloubal eb05d3fec3 BAEL-5178:An introduction to InstantSource (#11646)
* BAEL-5178:An introduction to InstantSource

* BAEL-5178:PR fixes

Co-authored-by: Pablo Ubal <pablo.ubal@flexit.es>
2022-01-13 20:42:54 +05:30
Krzysiek c9a8e73f1e JAVA-9429: Upgrade DynamicJasper dependency 2022-01-13 15:33:21 +01:00
Krzysiek badaa5d25e JAVA-9017: Move ejb-beans to the heavy profile 2022-01-13 11:36:36 +01:00
kwoyke 4000ebcf65 Merge pull request #11659 from chaos2418/JAVA-8981
JAVA:8981: verify spring.mvc.pathmatch.matching-strategy property usage
2022-01-13 11:01:21 +01:00
kwoyke 08101f8e2d Merge pull request #11687 from hkhan/JAVA-9425-fix-sirix-integration-tests
[JAVA-9425] Fix failing integration tests in Sirix module
2022-01-13 10:25:17 +01:00
Loredana Crusoveanu f351643119 Merge pull request #11686 from johnA1331/master
BAEL-47035 - add links to github-baeldung articles
2022-01-13 11:02:43 +02:00
Haroon Khan b9f7fff489 [JAVA-9425] Fix failing integration tests in Sirix module 2022-01-13 09:01:20 +00:00
kwoyke 4eb04dc0bc Merge pull request #11670 from freelansam/JAVA-9022
JAVA-9022: Fix formatting of POMs
2022-01-13 09:50:07 +01:00
johnA1331 cfc2e7bec9 Update README.md 2022-01-13 15:24:21 +08:00
Sameer 3133ffba7f AES Key Generation Strategies #BAEL-4459 (#11685)
* ways to generate AES keys

* exceptional cases

Co-authored-by: IN22910366 <d7495b5879fca1ec1367476a5395a60a8e9baec9>
2022-01-13 07:56:28 +01:00
johnA1331 a654ffd458 Create README.md 2022-01-13 14:09:58 +08:00
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
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