Commit Graph

7329 Commits

Author SHA1 Message Date
Kayvan Tehrani d6be7a2528 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 9f1155140d Merge pull request #11357 from johnA1331/master
BAEL-42617 - add links to github-baeldung articles
2021-10-22 15:03:06 +03:00
kwoyke e944857c05 JAVA-7659: Upgrade byte-buddy to 1.11.20 (#11319) 2021-10-22 02:18:44 +05:30
kwoyke a591d1ff74 JAVA-7662: Upgrade jmh-core and jmh-generator dependencies to 1.33 (#11311) 2021-10-22 02:00:52 +05:30
johnA1331 6194ed1d08 Update README.md 2021-10-21 22:12:41 +08:00
johnA1331 70d973a22f Create README.md 2021-10-21 22:10:30 +08:00
johnA1331 06afc4c7b6 Update README.md 2021-10-21 22:08:29 +08:00
johnA1331 8ae64fa5dc Update README.md 2021-10-21 22:06:53 +08:00
johnA1331 6b244618b8 Update README.md 2021-10-21 22:04:21 +08:00
johnA1331 12410d9bbc Update README.md 2021-10-21 22:02:15 +08:00
johnA1331 ebd12c4cd0 Update README.md 2021-10-21 22:00:30 +08:00
johnA1331 3d58e691a4 Update README.md 2021-10-21 21:58:48 +08:00
Daniel Strmecki 00b22063ef 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 ad674edd3d Merge pull request #11336 from gupta-ashu01/master
BAEL-5126
2021-10-19 13:09:13 -03:00
kwoyke 2dfd2e9e27 BAEL-5219: Fix spring-mvc-webflow and spring-mvc-xml poms (#11350) 2021-10-19 10:37:14 +02:00
Andrey Bichkevski 025afb1f7d 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 4dfe21a3dc Merge pull request #11271 from mladensavic94/master
Parallel Test Execution for JUnit 5
2021-10-18 17:30:08 -03:00
Mladen Savic 5f20ca1a78 Parallel Test Execution for JUnit 5 - fixed module issue 2021-10-18 21:40:50 +02:00
Krzysztof Majewski 3a2eee308c 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 b2c4765cc3 Parallel Test Execution for JUnit 5 - refactoring 2021-10-18 18:44:47 +02:00
Mladen Savic 946ff1183f Merge branch 'eugenp:master' into master 2021-10-18 18:42:48 +02:00
kwoyke f5c27da41c Merge pull request #11349 from kwoyke/JAVA-7578
JAVA-7578: Fix xstream tests
2021-10-18 14:36:11 +02:00
Krzysiek 4d072e5e09 JAVA-7578: Fix xstream tests 2021-10-18 13:30:21 +02:00
Ashish Gupta faf9c9e3ee Update application.yaml 2021-10-18 10:39:18 +05:30
Ashish Gupta 6ada7ea861 Update application.yaml 2021-10-18 10:33:43 +05:30
Ashish Gupta 88261b4340 Merge branch 'eugenp:master' into master 2021-10-18 10:30:15 +05:30
kwoyke 125aa509c0 BAEL-5215: Remove redundant @EnableAutoConfiguration annotations (#11331) 2021-10-17 08:52:26 +02:00
kwoyke a11613cf36 BAEL-5214: Upgrade xstream and jettison versions (#11332) 2021-10-17 08:39:39 +02:00
JoannaaKL 2f183181d4 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 979db86a51 examples for BAEL-5153 - remove double quotes (#11344) 2021-10-17 08:14:31 +02:00
lsieun 6d1cdbe9d7 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 7dfea6394e 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 594feae939 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 918a3e7091 Merge pull request #11216 from azhwani/BAEL-5111
BAEL-5111: Improve the HandlerInterceptor Article
2021-10-15 14:05:18 -03:00
kwoyke c222d29f15 Merge pull request #11333 from Rafael-Lopez/feature-JAVA-2595
JAVA-2595: Update Cassandra articles
2021-10-15 15:30:32 +02:00
kwoyke 88c59a0196 Merge pull request #11334 from chaos2418/JIRA-7816
autogen key code cleanup
2021-10-15 14:52:11 +02:00
Ashish Gupta 1afa3bfcea BAEL-5126 2021-10-15 12:24:11 +05:30
Shashank 4bd4abe983 Spring Boot 2.5.x compatible updates in spring-data-jpa-annotations 2021-10-15 09:51:04 +05:30
Shashank b5ed1148cc Spring Boot 2.5.x compatible updates in spring-boot-persistence-h2 2021-10-15 09:46:03 +05:30
Shashank df95f2e2a8 Spring Boot 2.5.x compatible updates in spring-data-jpa-query-2 2021-10-15 09:24:10 +05:30
Shashank 40aa009be2 Spring Boot 2.5.x compatible updates in spring-data-jpa-query 2021-10-15 09:16:33 +05:30
Shashank b63d7cc057 autogen key code cleanup 2021-10-15 08:58:53 +05:30
Rafael Lopez 47b27beae0 JAVA-2595: Update Cassandra articles 2021-10-14 17:16:56 -04:00
Shashank 8c5391ca75 Spring Boot 2.5.x compatible updates in spring-data-jpa-repo 2021-10-14 20:09:00 +05:30
Shashank cd3868d863 Spring Boot 2.5.x compatible updates in spring-boot-persistence 2021-10-14 19:08:58 +05:30
Shashank 4ddf0dc94c Merge branch 'master' of https://github.com/chaos2418/tutorials into JIRA-7734 2021-10-14 18:24:40 +05:30
Loredana Crusoveanu 0ff235d227 Merge pull request #11326 from johnA1331/master
BAEL-42206 - add links to github-baeldung articles
2021-10-14 13:05:50 +03:00
psevestre 47abbf654b BAEL-772 Reactive Streams API with Ratpack (#11328)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-4020] Article code

* [BAEL-722] Article code
2021-10-13 21:04:19 -07:00
Shashank bfde84589c Spring Boot 2.5.x compatible updates in spring-security-web-boot-2 2021-10-14 08:51:03 +05:30
lucaCambi77 2dfdb51592 feat: env variable prefixes spring boot app (#11323) 2021-10-13 09:21:35 -07:00