Ramazan Sakin
2ea825d9db
Update README.md
...
typo fix
2021-10-27 10:50:01 +03:00
anuragkumawat
df5b90619a
JAVA-7660 : Upgrade slf4j dependency in the main pom.xml ( #11372 )
...
* JAVA-7660 : Upgrade slf4j dependency in the main pom.xml
* Upgrading logback version also to resolve compilation issues
* Revering the logback updated version and using slf4j stable newest version
2021-10-27 12:25:33 +05:30
HarisHashim
5943875fec
BAEL-5202: Add excel multiline text ( #11366 )
...
* BAEL-5202: Add excel multiline text
* BAEL-5202: Reformat code and rename ExcelMultilineText for consistency with unit test
* Cleanup and formatting
2021-10-26 09:06:06 -07:00
kwoyke
57473b1c2d
Merge pull request #11368 from anuragkumawat/master
...
JAVA-7665 : Updating jackson dependency in main pom.xml
2021-10-25 16:05:56 +02:00
Yashasvii
68d70b65fe
BAEL-5163: HashMap - keySet vs entrySet vs values methods ( #11301 )
...
* Hexagonal Architecture in Java
* Refactor Hexagonal Architecture in Java
* Refactor Hexagonal Architecture in Java
* BAEL-5163: HashMap - keySet vs entrySet vs values methods
* BAEL-5163: HashMap - keySet vs entrySet vs values methods
* Revert "Hexagonal Architecture in Java"
This reverts commit 1add21c1
* BAEL-5163: HashMap - keySet vs entrySet vs values methods
* BAEL-5163: HashMap - keySet vs entrySet vs values methods"
2021-10-25 18:00:25 +05:30
anuragkumawat
b0c827477b
Fixing HttpClientLiveTest
2021-10-25 16:35:06 +05:30
anuragkumawat
37ec4a3827
JAVA-7665 : Updating jackson dependency in main pom.xml
2021-10-25 13:33:28 +05:30
Daniel Strmecki
02601754a6
Feature/bael 5040 cassandra testcontainers ( #11124 )
...
* BAEL-5040: initial commit - spring data cassandra using boot-2
* BAEL-5040: update test example
* BAEL-5040: add brackets
* BAEL-5040: use singleton container
* BAEL-5040: switch from singleton to nested classes approach
* BAEL-5040: package private methods in junit5
* BAEL-5040: Move SpringBootTest annotation to parent class
2021-10-25 08:47:50 +01:00
kwoyke
638fd0b646
JAVA-7661: Upgrade logback to 1.2.6 ( #11325 )
...
* JAVA-7661: Upgrade logback version to 1.2.6 in the main pom.xml
* JAVA-7661: Use logback.version property from the main pom.xml
* JAVA-7661: Fix maven-exec-plugin setup
2021-10-25 01:37:41 +05:30
freelansam
38b09bf2ab
JAVA-7782: Align module names, folder names and artifact id ( #11361 )
...
* JAVA-7782: Align module names, folder names and artifact id
* JAVA-7782: Align module names, folder names and artifact id
2021-10-25 01:36:50 +05:30
Kayvan Tehrani
68967082f9
resolving (BAEL-5148) Get String Character by Index in Java ( #11340 )
...
* resolving (BAEL-5148) Get String Character by Index in Java
* changing method name from *_thenCorrect() to *_thenSuccess()
* reverted README changes according to the editor suggestion
* extra snippet removed inorder to comply with the article edits
2021-10-23 22:16:51 +05:30
Loredana Crusoveanu
25b832df83
Merge pull request #11357 from johnA1331/master
...
BAEL-42617 - add links to github-baeldung articles
2021-10-22 15:03:06 +03:00
kwoyke
28408dcd99
JAVA-7659: Upgrade byte-buddy to 1.11.20 ( #11319 )
2021-10-22 02:18:44 +05:30
kwoyke
17042d6a7a
JAVA-7662: Upgrade jmh-core and jmh-generator dependencies to 1.33 ( #11311 )
2021-10-22 02:00:52 +05:30
johnA1331
689c1fa2eb
Update README.md
2021-10-21 22:12:41 +08:00
johnA1331
6929181928
Create README.md
2021-10-21 22:10:30 +08:00
johnA1331
59ff204713
Update README.md
2021-10-21 22:08:29 +08:00
johnA1331
4c8b4a1b18
Update README.md
2021-10-21 22:06:53 +08:00
johnA1331
e3480efa6f
Update README.md
2021-10-21 22:04:21 +08:00
johnA1331
51e4bca291
Update README.md
2021-10-21 22:02:15 +08:00
johnA1331
138908abe3
Update README.md
2021-10-21 22:00:30 +08:00
johnA1331
b22258ff63
Update README.md
2021-10-21 21:58:48 +08:00
Daniel Strmecki
b5560909a1
Feature/bael 5177 switch pattern matching ( #11345 )
...
* BAEL-5177: New module using Java 17
* BAEL-5177: Add unit tests
* BAEL-5177: Add switch example
* BAEL-5177: Update type pattern test
* BAEL-5177: Total type example
* BAEL-5177: Refactor
* BAEL-5177: Move implementation to separate class
* BAEL-5177: Tabs to spaces
2021-10-20 22:29:46 +05:30
davidmartinezbarua
3320d8413b
Merge pull request #11336 from gupta-ashu01/master
...
BAEL-5126
2021-10-19 13:09:13 -03:00
kwoyke
6e5cb2cb48
BAEL-5219: Fix spring-mvc-webflow and spring-mvc-xml poms ( #11350 )
2021-10-19 10:37:14 +02:00
Andrey Bichkevski
548a529110
BAEL-5143 ( #11273 )
...
* BAEL-5143
* Modified as per PR comments
* The List<> type for session data is changed to a more generic Collection<>
* Version upgrade
Co-authored-by: 0swald <andrey.bichkevskiy@gmail.com >
2021-10-18 20:22:37 -05:00
davidmartinezbarua
ba7fc71e95
Merge pull request #11271 from mladensavic94/master
...
Parallel Test Execution for JUnit 5
2021-10-18 17:30:08 -03:00
Mladen Savic
abd6dc5833
Parallel Test Execution for JUnit 5 - fixed module issue
2021-10-18 21:40:50 +02:00
Krzysztof Majewski
1159152595
BAEL-5095 Dockerfile strategies for Git ( #11348 )
...
Co-authored-by: majewsk6 <krzysztof.majewski.km1@contractors.roche.com >
2021-10-18 09:48:13 -07:00
Mladen Savic
cea46595dd
Parallel Test Execution for JUnit 5 - refactoring
2021-10-18 18:44:47 +02:00
Mladen Savic
edb416c974
Merge branch 'eugenp:master' into master
2021-10-18 18:42:48 +02:00
kwoyke
1a04292de9
Merge pull request #11349 from kwoyke/JAVA-7578
...
JAVA-7578: Fix xstream tests
2021-10-18 14:36:11 +02:00
Krzysiek
69398f1f5d
JAVA-7578: Fix xstream tests
2021-10-18 13:30:21 +02:00
Ashish Gupta
e454a379c0
Update application.yaml
2021-10-18 10:39:18 +05:30
Ashish Gupta
55f6251419
Update application.yaml
2021-10-18 10:33:43 +05:30
Ashish Gupta
ef53a68c4c
Merge branch 'eugenp:master' into master
2021-10-18 10:30:15 +05:30
kwoyke
5d6285deda
BAEL-5215: Remove redundant @EnableAutoConfiguration annotations ( #11331 )
2021-10-17 08:52:26 +02:00
kwoyke
34554352fc
BAEL-5214: Upgrade xstream and jettison versions ( #11332 )
2021-10-17 08:39:39 +02:00
JoannaaKL
dbc8f8fbd9
BAEL-5149 ( #11241 )
...
* Init
* Removing mvnw files
* Apply eclipse code format
* Refactoring
* Refactoring
* BAEL-4211 Add benchmarks
* Delete hexagonal directory
* Refactoring based on the feedback
* Refactoring based on feedback - package rename
* Directory rename
* BAEL-5149 Remove accents from String in Java
* BAEL-5149 Remove accents from String in Java
* Including suggestions after a review
Co-authored-by: asia <joannakrzeklubowiecka@protonmail.com >
2021-10-17 12:06:43 +05:30
Willian Nalepa Oizumi
3a5b11adaf
examples for BAEL-5153 - remove double quotes ( #11344 )
2021-10-17 08:14:31 +02:00
lsieun
b60423e431
BAEL-4522: Convert Byte Array to its Numeric Representation ( #11267 )
...
* Convert Byte Array to its Numeric Representation
* Remove Redundant Getter Method
2021-10-17 10:59:38 +05:30
Loredana Crusoveanu
143fe3c47b
Merge pull request #11338 from chaos2418/JIRA-7734
...
Spring Boot 2.5.x compatible updates in spring-security-modules
2021-10-16 10:30:31 +03:00
Loredana Crusoveanu
8bfadf4f99
Merge pull request #11337 from chaos2418/JIRA-7733
...
Spring Boot 2.5.x compatible updates in persistence-modules
2021-10-16 10:27:31 +03:00
davidmartinezbarua
e220e2571c
Merge pull request #11216 from azhwani/BAEL-5111
...
BAEL-5111: Improve the HandlerInterceptor Article
2021-10-15 14:05:18 -03:00
kwoyke
b95b6f174c
Merge pull request #11333 from Rafael-Lopez/feature-JAVA-2595
...
JAVA-2595: Update Cassandra articles
2021-10-15 15:30:32 +02:00
kwoyke
d217c0a8eb
Merge pull request #11334 from chaos2418/JIRA-7816
...
autogen key code cleanup
2021-10-15 14:52:11 +02:00
Ashish Gupta
080f24dfec
BAEL-5126
2021-10-15 12:24:11 +05:30
Shashank
aeb634e9f7
Spring Boot 2.5.x compatible updates in spring-data-jpa-annotations
2021-10-15 09:51:04 +05:30
Shashank
1197a1e3c4
Spring Boot 2.5.x compatible updates in spring-boot-persistence-h2
2021-10-15 09:46:03 +05:30
Shashank
5f75f0315a
Spring Boot 2.5.x compatible updates in spring-data-jpa-query-2
2021-10-15 09:24:10 +05:30