sampadawagde
ce4a4ae490
README changes
2022-01-15 12:28:43 +05:30
sampadawagde
696cc9b6ea
JAVA-8368: Split or move spring-data-jpa-crud module
2022-01-15 12:19:53 +05:30
sampadawagde
14cb343dab
JAVA-8368: Split or move spring-data-jpa-crud module
2022-01-15 12:17:35 +05:30
mdabrowski-eu
a95db4fe73
BAEL-5301 Retrying Feign Calls
2022-01-15 03:27:58 +01:00
kwoyke
e29186f270
JAVA-9448: Rename Cassandra tests to *LiveTest ( #11696 )
2022-01-14 20:32:26 +05:30
kwoyke
7885aa927f
Merge pull request #11690 from chaos2418/JAVA-3060
...
JAVA-3060: fixing failing integration tests in spring-reactive.
2022-01-14 16:01:27 +01:00
kwoyke
4c8f202712
Merge pull request #11699 from freelansam/JAVA-8361
...
JAVA-8361: Split or move spring-5 module
2022-01-14 15:58:03 +01:00
sampadawagde
032dfcbb4b
JAVA-8361: Split or move spring-5 module
2022-01-14 18:11:40 +05:30
chaos2418
fddd9b4381
JAVA-3060: fixing failing integration tests in spring-reactive.
2022-01-14 16:44:13 +05:30
Haroon Khan
400143063a
[JAVA-8986] Upgrade spring-kafka to latest Boot version
2022-01-14 10:28:09 +00:00
kwoyke
de3eca2a43
Merge pull request #11695 from chaos2418/JAVA-8356
...
JAVA-8356: split or move spring-boot-properties
2022-01-14 10:19:57 +01:00
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
ravipathak
2267201db6
BAEL-5158: removing finding class.
2022-01-13 08:30:05 +00:00
ravipathak
7860356ae1
Merge remote-tracking branch 'mine/origin/BAEL-5158' into origin/BAEL-5158
2022-01-13 08:24:28 +00:00
ravipathak
a2bd7b50ed
BAEL-5158: Sample App and Unit test for finding ObjectMapper class in a jar.
2022-01-13 08:23:42 +00: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