Commit Graph

10991 Commits

Author SHA1 Message Date
Cesare a16876b7b9 BAEL-6088 - Ahead of Time Optimizations in Spring 6 2023-01-19 10:26:10 +01:00
etrandafir93 a844943283 BAEL-6058: fixed formatting for line continuation 2023-01-19 09:59:49 +01:00
cesarevalenti90 1bdb77da2b Merge branch 'eugenp:master' into master 2023-01-19 09:49:36 +01:00
Muhammad Asif caa663239f muasif80@gmail.com (#13262)
* BAEL-6063

* Updated the unit test class name

* Fixed the test

* Made updates to method names for tests and some refactor of code

* Updated the formatting using Baeldung formatter for Java

* Removed the space around = and made line continuations 2 spaces
2023-01-19 11:02:40 +05:30
Bhaskar Ghosh Dastidar fd1c286570 [JAVA-5730] convert list of objects to list of strings (#13166)
* [JAVA-5730] convert list of objects to list of strings

* [JAVA-5730] added new unit tests with null and non-null lists. modified pom.xml with java version to 16

* [JAVA-5730] simplified User class and formatted the codebase

* [JAVA-5730] added module in jdk-9 and above profile

* [JAVA-5730] removed arraylist module from other profiles of core-java pom

* [JAVA-5730] java util opened for reflection surefire plugin

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-01-18 19:53:05 -07:00
edizor 00913e061a Update README.md
[skip ci]
2023-01-19 07:44:33 +08:00
edizor 0b2b705298 Update README.md
[skip ci]
2023-01-19 07:41:04 +08:00
edizor 00e455acbb Update README.md
[skip ci]
2023-01-19 07:37:32 +08:00
edizor f08815a84f Update README.md
[skip ci]
2023-01-19 07:30:26 +08:00
edizor 063be45440 Update README.md
[skip ci]
2023-01-19 07:25:57 +08:00
edizor 1af5982423 Update README.md
[skip ci]
2023-01-19 07:20:47 +08:00
edizor 289edb5e48 Update README.md
[skip ci]
2023-01-19 07:16:25 +08:00
edizor 66441d4f73 Create README.md
[skip ci]
2023-01-19 07:09:56 +08:00
edizor b81ae5b701 Update README.md
[skip ci]
2023-01-19 07:05:30 +08:00
Alex Golub c333a3f359 Data Type in Groovy: align with `Spock` testing framework 2023-01-18 22:04:08 +02:00
Loredana Crusoveanu dcb6c853ec Merge pull request #13293 from anuragkumawat/java-14471
JAVA-14471 Update Keycloak articles - Added new module for keycloak adapters
2023-01-18 17:38:41 +02:00
Loredana Crusoveanu 41d7305012 Merge pull request #13189 from pjfanning/patch-1
need to handle trailing tokens
2023-01-18 17:17:35 +02:00
IfThen2 eef1e05017 code for BAEL-5999 Converting String Object to Java Compilable Code (#13179)
* code for BAEL-5999 Converting String Object to Java Compilable Code

* move code from core-java-jvm-2 to core-java-jvm-3
fix unit test name
fix core-java-jvm-3 test directory structure
disable non-working unit tests from core-java-jvm-3
2023-01-18 18:24:00 +05:30
alemoles de6d2bc25c BAEL-5924 Java 8 Stream with Batch Processing Support (#13203) 2023-01-18 18:18:57 +05:30
gantoin b62dcfbb36 fix: Typos in Avro module 2023-01-18 11:10:44 +01:00
HARDEMAN Sébastien 33474c6096 case correction 2023-01-18 10:39:54 +01:00
Kai Yuan a4f6d89cc7 [store-triple-in-list] Storing Data Triple in a List in Java (#13295)
* [store-triple-in-list] Storing Data Triple in a List in Java

* [store-triple-in-list] method name "give..."->"given..."
2023-01-17 17:15:26 -06:00
emanueltrandafir1993 77d6a987a8 BAEL-6058: renamed test class 2023-01-17 20:47:07 +01:00
panos-kakos 0a76db37d6 [JAVA-15016] Upgraded to apache http client 5.2 (#13269)
* [JAVA-15016] Upgraded to apache http client 5.2

* [JAVA-15016] Clean up

* [JAVA-15016] Junit 5 clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-17 11:09:28 +05:30
panos-kakos dcc35801e7 [JAVA-15025] Upgraded to apache http 5 (#13296)
* [JAVA-15025] Upgraded to apache http 5

* [JAVA-15025] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-17 09:10:44 +05:30
panos-kakos b90386e8d4 [JAVA-17295] Create and initialize ThreadPoolTaskExecutor (#13249)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-16 23:18:20 +05:30
jsgrah-spring c217f7e95c JAVA-15621, Potential issue in "Guide to UUID in Java" article. (#13271)
* JAVA-15621, Potential issue in "Guide to UUID in Java" article.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-16 23:07:14 +05:30
jsgrah-spring 18787b33c5 JAVA-16085, Potential issue in "A Guide to SAML with Spring Security" article (#13279)
* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security" article.

* JAVA-16085, Cleanup unnecessary resources samlKeystore.jks and library maven-war-plugin.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-16 23:01:13 +05:30
Alex Golub d2eb17077f Minor fixes for Trait subject 2023-01-16 19:18:33 +02:00
Alex Golub 3d36abe4f8 Align tests with `Spock` testing framework 2023-01-16 19:18:33 +02:00
Thiago dos Santos Hora 227fa03142 BAEL-5959: Adjust code style (#13299)
* BAEL-5959: Monad in Java

* Fix test name

* Fix code style
2023-01-16 08:30:08 -08:00
Anastasios Ioannidis 4f15bca650 Merge pull request #13298 from anastasiosioannidis/JAVA-15609
JAVA-15609 Changed to IntegrationTest to reproduce issue on Jenkins
2023-01-16 11:57:32 +02:00
Anastasios Ioannidis c16ec71a13 JAVA-15609 Changed to IntegrationTest to reproduce issue on Jenkins 2023-01-16 10:26:20 +02:00
Alex Golub f2c9fbde81 Minor fixes for Trait subject 2023-01-15 22:13:35 +02:00
anuragkumawat a53ee3f0cb JAVA-14471 Update Keycloak articles - deprecated client adapters 2023-01-15 14:21:58 +05:30
Alex Golub c34a4ac328 Reformat and single liner `read*` methods 2023-01-14 22:37:59 +02:00
Alex Golub f3a20f7129 Align tests with `Spock` testing framework 2023-01-14 22:37:59 +02:00
Alex Golub ab5c09a958 Test `JsonGenerator` 2023-01-14 22:37:21 +02:00
Alex Golub 85775f930a SQL queries conventions 2023-01-14 22:37:21 +02:00
Alex Golub abaa0ef7cf Bump to Groovy `3.0.8` 2023-01-14 22:37:21 +02:00
Abhinav Pandey e80b67b507 Bael 5436 new (#13283)
* BAEL-5777 - Mocking a singleton with Mockito

* BAEL-5436 - Root mapping

* Revert "BAEL-5777 - Mocking a singleton with Mockito"

This reverts commit 358a061997a4b853e3215dea0217a070f0e391e4.

* BAEL-5436 - Uncommenting controller
2023-01-14 11:37:48 +05:30
Kai Yuan c0157effb0 [List-CaseInsenContains] Case-Insensitive Searching in ArrayList (#13280) 2023-01-13 20:34:54 -06:00
panos-kakos 13097b458f Java 16961 (#13236)
* [JAVA-16961] Moved code for article "Create an Empty Map in Java"

* [JAVA-16961] Alter README.md

* [JAVA-16961] Moved code for article "Sorting a Hashset in Java"

* [JAVA-16961] Added links to README.md files

* [JAVA-16961] Revert link changes

* [JAVA-16961] Replaced junit4 with junit5 annotations

* [JAVA-16961] test build

* [JAVA-16961] Added junit annotations

* [JAVA-16961] Added links

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-13 20:07:27 +05:30
panos-kakos 4723349f37 Java 15030 (#13253)
* [JAVA-15030] Upgrade to http client 5

* [JAVA-15030] Fixed MimeType test

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-13 20:03:05 +05:30
panos-kakos 58882b371c Java 15029 (#13257)
* [JAVA-15029] Formatting

* [JAVA-15029] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-13 20:00:06 +05:30
Ulisses Lima 1f987c4bb3 BAEL-6046 - MongoDB - Field Level Encryption (#13266) 2023-01-13 08:53:50 +01:00
pedrolopes f6f63673a9 BAEL-5873: Check If All the Variables of a Class Are Null (#13285)
* model classes. unit tests. apache lang3 dependency.

* fix PR build
2023-01-12 18:28:36 -08:00
Thiago dos Santos Hora 3c12edb5f6 BAEL-5959: Monad in Java (#13278)
* BAEL-5959: Monad in Java

* Fix test name
2023-01-12 18:23:34 -08:00
jsgrah-spring 10644de954 JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works. (#13272)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-12 23:25:18 +05:30
jsgrah-spring dcc489edfa JAVA-16687. Update MapStruct version. (#13270)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-12 22:57:34 +05:30