Commit Graph

11632 Commits

Author SHA1 Message Date
edizor 5ff88e9dab Update README.md
[skip ci]
2023-05-26 00:19:08 +08:00
edizor 30f0337020 Update README.md
[skip ci]
2023-05-26 00:09:07 +08:00
edizor 81b05716ff Update README.md
[skip ci]
2023-05-26 00:00:50 +08:00
edizor dcc1b2c453 Update README.md
[skip ci]
2023-05-25 23:49:41 +08:00
edizor 87001cac68 Create README.md
[skip ci]
2023-05-25 23:40:52 +08:00
edizor aac4faa5fe Update README.md
[skip ci]
2023-05-25 23:31:28 +08:00
edizor 317b7dcd0d Update README.md
[skip ci]
2023-05-25 23:20:07 +08:00
Hamid Reza Sharifi f993296b0b Bael 5711: Securing Spring Boot API with API key and secret (#14102)
* #bael-5711: add source

* #bael-5711: remove extra space

* #bael-5711: remove extra space

* #bael-5711: remove extra space

* #bael-5711: add custom message

* #bael-5711: refactor return null

---------

Co-authored-by: h_sharifi <h_sharifi@modernisc.com>
2023-05-25 11:47:53 +02:00
Kasra Madadipouya 75da1d17c6 Merge pull request #13719 from FabioBentoLuiz/fix/es-userutility
Event Sourcing - Recreate user with id from the UserCreatedEvent instead of creating a new one
2023-05-24 23:16:59 +02:00
Bipin kumar d483eed2b6 JAVA_21106: Changes made for fixing test cases for jee-7 (#14115) 2023-05-24 23:08:41 +05:30
Bipin kumar 2ef1a51767 JAVA-19670: changes made for upgrading jenkins module to jdk-9 above (#14105)
* JAVA-19670: changes made for upgrading jenkins module to jdk-9 above

* JAVA-19670: Changes made for adding jenkins-modules in jdk-9 and above profile
2023-05-24 23:06:41 +05:30
Azhwani 752b49ba02 BAEL-6461: What's the difference between Scanner next() and nextLine() methods? (#14057) 2023-05-24 17:26:01 +02:00
davidmartinezbarua 98e392f9de Merge pull request #14094 from thibaultfaure/article/BAEL-6508
BAEL-6508 Code for the Solving Gson Parsing Errors article
2023-05-24 12:18:58 -03:00
Bahaa El-Din Helmy 82500be545 Array vs List Performance in Java (#14114)
This commit is related to the article entitled "Array vs List Performance in Java"
2023-05-24 07:59:59 -07:00
panos-kakos 984913be76 JAVA-15022 (#14099)
* [JAVA-15022] Moved 4.5 version code to apache-httpclient4 module

* [JAVA-15022] Upgraded code to 5.x version
2023-05-24 20:02:13 +05:30
timis1 67b76b53a5 JAVA-20164 Fix .._SEQ.NEXTVAL error (#14109)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-24 19:52:01 +05:30
Bipin kumar 9e287cf3f3 JAVA_21305: Changes made for fix the Integration test faliures (#14113) 2023-05-24 19:39:23 +05:30
Bipin kumar 1cdf7489ee JAVA-21189: changes made for formatting modules starting from TVWX (#14107) 2023-05-24 19:38:09 +05:30
Bipin kumar 74686f60a0 JAVA-21189: changes made for formatting modules starting from S (#14106) 2023-05-24 19:37:51 +05:30
Ralf Ueberfuhr bb28902afd BAEL-6179: Fix readme (#14088)
* BAEL-6179: Add Actuator sample without Spring Boot

* BAEL-6179: Simplify custom health indicator

* BAEL-6179: Fix description in README.md
2023-05-24 06:50:36 +02:00
Michael Olayemi 0bf96a83d3 Generating Javadoc with Gradle (#14091)
* Generating Javadoc with Gradle

* Generating Javadoc with Gradle

* Generating Javadoc with Gradle
2023-05-24 08:40:50 +05:30
Bahaa El-Din Helmy 05a672410d Convert Hashmap to JSON object in Java (#14110)
This commit is for Convert Hashmap to JSON object in Java
2023-05-23 17:05:20 -07:00
Kai Yuan df15627edc [output-to-file] Write Console Output to Text File in Java (#14082)
* [output-to-file] Write Console Output to Text File in Java

* [output-to-file] rebase on the master
2023-05-23 16:56:31 -05:00
Kai Yuan 2ea83407d3 [scanner-with-spaces] how to take input as String with spaces in Java… (#14044)
* [scanner-with-spaces] how to take input as String with spaces in Java using Scanner?y

* [scanner-with-spaces] fix typo
2023-05-23 16:50:10 -05:00
Ehsan Sasanianno e8b723d563 java-20079: upgrade apache-spark module libraries (#14087) 2023-05-23 22:27:01 +05:30
Bipin kumar a36cca4ab7 JAVA-21189: Formatting pom.xml modules starting from NOPQR (#14097) 2023-05-23 22:04:20 +05:30
Bipin kumar a408564d18 JAVA-21189: Formatting pom.xml modules starting from NOPQR (#14097) 2023-05-23 22:03:06 +05:30
Bipin kumar 90f569018a JAVA-21189: Formatting pom.xml modules starting from KLM (#14096) 2023-05-23 22:02:15 +05:30
thibault.faure e42d7a6b8a BAEL-6508 Code for the Solving Gson Parsing Errors article 2023-05-22 23:51:22 +02:00
davidmartinezbarua 2cdf336d57 Merge pull request #13955 from ukhan1980/BAEL-6344-convert-list-to-page
[BAEL-6105] code for list to page article
2023-05-22 14:59:52 -03:00
davidmartinezbarua 1161c21168 Merge pull request #14037 from andrewtarry/string-conversion
add value of comparison
2023-05-22 14:39:18 -03:00
panos-kakos 4751f16080 [JAVA-15027]Upgraded follow redirects for apache http client + moved … (#14092)
* [JAVA-15027]Upgraded follow redirects for apache http client + moved older version to apache-httpclient4 module

* [JAVA-15027] Added test case
2023-05-22 21:47:58 +05:30
panos-kakos 1cee2277c6 TASK-20628 (#14074)
* [TASK-20628] Moved xml module to jdk9-and-above profile

* [TASK-20628] Moved xml-2 module to jdk9-and-above profile
2023-05-22 21:41:38 +05:30
panos-kakos b875929e57 [JAVA-21134] (#14045)
* [JAVA-21134] Removed external repository from jgit module

* [JAVA-21134] Removed external repository from aws-miscellaneous module + upgraded dynamodblocal version

* [JAVA-21134] Removed external repository from apache-tapestry module
2023-05-22 21:39:24 +05:30
Bipin kumar 3cfb7c57f5 JAVA-21305 : Changes made for adding ratpack module to jdk9-and above… (#14012)
* JAVA-21106 : Changes made for adding ratpack module to jdk9-and above module

* JAVA-21106 : Changes made for adding java-lite module to jdk9-and above module

* JAVA-21305: Changes made for cleaninhg pom.xml

* JAVA-21305: Changes made for cleaning pom.xml

* BOSS-21305: changes made for adding ninja in jdk9 above modeule

* JAVA-21305: Changes made as per review comments

* JAVA-21305: Changes made as per review comments

* JAVA-21305: Changes made as per review comments
2023-05-22 21:35:36 +05:30
Vini f4ab6b7edd Merge pull request #14014 from zahikhan/master
Fix formatting issues, refactor the profiles word in the properties.
2023-05-22 14:47:15 +02:00
uzma 53dd1f7e9a [BAEL-6344] address PR comment 2023-05-22 13:40:23 +01:00
Vini a54aa7c49b Merge pull request #14093 from sam-gardner/BAEL-6334-check-list-element-in-other-list
BAEL-6334 Make object properties example clearer
2023-05-22 14:36:10 +02:00
Vini 2285893a3d Merge pull request #13761 from ciphx/string_to_int_encapsulation
https://jira.baeldung.com/browse/BAEL-5859
2023-05-22 13:42:20 +02:00
Sam Gardner 58633573a3 BAEL-6334 Make object properties example clearer 2023-05-22 10:35:26 +01:00
Deboshree d99790ef18 changing branch 2023-05-22 13:26:06 +05:30
Azhwani a0931c50ce BAEL-6460: Why is Scanner skipping nextLine() after using other next functions? (#14079) 2023-05-22 09:04:42 +02:00
Loredana Crusoveanu 2a2ac8d27f Merge pull request #14090 from eugenp/lor6-patch-2
Update README.md
2023-05-22 10:00:36 +03:00
Loredana Crusoveanu 537c5a4e5f Merge pull request #14089 from eugenp/lor6-patch-1
Update README.md
2023-05-22 09:56:10 +03:00
Loredana Crusoveanu 3fb8e179ed Update README.md 2023-05-22 09:52:15 +03:00
Loredana Crusoveanu 88aa259dfb Update README.md 2023-05-22 09:51:26 +03:00
Loredana Crusoveanu fa7d8776a9 Merge pull request #14086 from kulfoniasty/BAEL-6250-move-to-module-2
BAEL-6250: refactor: Move to spring-caching-2 since spring-caching is full
2023-05-22 09:47:01 +03:00
grzegorz@musial.tk ec5cddc78b BAEL-6250: refactor: Move to spring-caching-2 since spring-caching is full 2023-05-21 22:07:09 +02:00
Deboshree 2bf46ddbcc changing unit test class name 2023-05-21 23:41:53 +05:30
ciphx acdafe5817 Merge branch 'eugenp:master' into string_to_int_encapsulation 2023-05-21 23:37:26 +05:30