Commit Graph

11073 Commits

Author SHA1 Message Date
Azhwani 3b770c4dee BAEL-6044: Fix the IllegalArgumentException: No enum const class (#13171) 2023-01-21 16:16:18 +01:00
collaboratewithakash 5835814337 backlink fixed 2023-01-21 15:52:19 +05:30
collaboratewithakash 54a6c6c61d fixed backlink 2023-01-21 15:50:19 +05:30
Kumar Prabhash Anand 63b714f00f BAEL-6073 added scylladb code (#13307)
* BAEL-6073 added scylladb code

* BAEL-6073 renamed test class name
2023-01-20 10:14:23 -08:00
Alex Golub dd1613669e Merge branch 'master' into study-groovy 2023-01-20 20:08:17 +02:00
Alex Golub 41d8fffcc7 How to Remove a Prefix From Strings in Groovy: refactor to use spock testing framework 2023-01-20 20:04:48 +02:00
Alex Golub f6fa7f8909 A Quick Guide to Iterating a Map in Groovy: refactor to use spock testing framework 2023-01-20 19:25:34 +02:00
Alex Golub 66feff149a Lists in Groovy: refactor to use spock testing framework 2023-01-20 19:17:04 +02:00
Alex Golub 76fb5b02e0 Finding Elements in Collections in Groovy: refactor to use spock testing framework 2023-01-20 18:27:09 +02:00
Alex Golub 3512ca847f Maps in Groovy: convert to spock test framework 2023-01-20 15:01:35 +02:00
Loredana Crusoveanu 0fbdb1198a Merge pull request #13315 from edizor/master
Update README
2023-01-20 14:51:51 +02:00
Alex Golub 46ac54b723 Categories: code reformat 2023-01-20 12:55:56 +02:00
Alex Golub cce505f381 Merge branch 'study-groovy' of https://github.com/Alex-Golub/tutorials into study-groovy 2023-01-20 12:31:42 +02:00
Alex Golub 34c282de34 Metaprogramming: Align with groovy version `3.0.8` and use spock testing framework 2023-01-20 12:28:29 +02:00
edizor 05601ae0fe Update README.md
[skip ci]
2023-01-20 16:34:39 +08:00
edizor b2731db3ef Update README.md
[skip ci]
2023-01-20 16:31:09 +08:00
edizor 5e420e34e1 Update README.md
[skip ci]
2023-01-20 16:27:49 +08:00
edizor 9b0daac640 Update README.md
[skip ci]
2023-01-20 16:24:48 +08:00
edizor a028f31823 Update README.md
[skip ci]
2023-01-20 16:21:36 +08:00
edizor a8b953195d Update README.md
[skip ci]
2023-01-20 16:17:17 +08:00
edizor 0c3db032b8 Update README.md
[skip ci]
2023-01-20 16:11:34 +08:00
edizor cf1f2e87c2 Merge branch 'eugenp:master' into master 2023-01-20 16:10:28 +08:00
Dhawal Kapil cf5eeaa176 Updated Readme to include info on building modules from the root (#13312) 2023-01-20 07:39:27 +05:30
Iniubong LA 305b369f5d arthurshur@gmail.com (#13275)
* Creating a deep vs shallow copy of an object in Java

* Creating a deep vs shallow copy of an object in Java

* Baeldung article converting number bases

* Baeldung article converting number bases

* edits made to Converting a Number from One Base to Another in Java

* added braces to oneliners

* added precondition to check input
2023-01-19 11:03:51 -08:00
Kapil Khandelwal 1b25127d89 LNX-453:- Prevent Jenkins build from failing when execute shell step fails (#13300) 2023-01-19 10:54:58 -08:00
anuragkumawat 7936998b97 JAVA-14471 Remove remaining code for moved articles 2023-01-19 23:43:03 +05:30
Anastasios Ioannidis 58069ea225 JAVA-12390 Enabled CORS (#13208) 2023-01-19 23:37:14 +05:30
Anastasios Ioannidis 947f992d84 JAVA-15609 Fixed failing tests (#13304) 2023-01-19 23:28:20 +05:30
panos-kakos edd27fda3b [JAVA-15021] Upgraded to apache httpclient 5.2 (#13309)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-19 21:51:21 +05:30
anuragkumawat aa53dde127 JAVA-14179 Potential issue in Keycloak Integration - OAuth article (#13305) 2023-01-19 21:36:54 +05:30
anuragkumawat 845ed7690e JAVA-16308 Potential issue in Introduction to Spring Data Elasticsearch article (#13286)
* JAVA-16308 Potential issue in Introduction to Spring Data Elasticsearch article

* JAVA-16308 Update code as per Review Comments
2023-01-19 21:30:18 +05:30
davidmartinezbarua 618f549b0e Merge pull request #13256 from etrandafir93/features/BAEL-6058-extracting_request_header
BAEL-6058: extracting request header
2023-01-19 12:00:47 -03:00
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