Commit Graph

11568 Commits

Author SHA1 Message Date
timis1 e6b0ef1d86 JAVA-20163 Fix failed integration test with date creation comparison (#14080)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-21 14:26:18 +05:30
vaibhav007jain 9fe90d4663 Bael-6331: Adding changes for creating and checking empty streams (#14047)
* BAEL-6331: Create EmptyStreams.java

* BAEL-6331: Create EmptyStreamsUnitTest.java
2023-05-21 08:15:43 +05:30
Bahaa El-Din Helmy 7a8afbb58f Array vs List Performance in Java (#14078)
This commit is related to the article entitled "Array vs List Performance in Java"
2023-05-20 14:52:56 -07:00
Bahaa El-Din Helmy 7c47447776 Convert Hashmap to JSON object in Java (#14070)
* Convert Hashmap to JSON object in Java

This commit is related to the article entitled "Convert Hashmap to JSON object in Java"

* Convert Hashmap to JSON object in Java

This commit is for the article "Convert Hashmap to JSON object in Java"
2023-05-20 09:00:00 -07:00
Loredana Crusoveanu e80e82c746 Merge pull request #14051 from eugenp/BAEL-5905-v2
BAEL-5905 move article
2023-05-20 13:49:20 +03:00
Muhammad Asif f255c01d80 BAEL-6094 (#14043)
* Inital Commit for BAEL-6094

* Added the test

* Updated the test
2023-05-20 10:22:20 +02:00
victorsempere 9fb2b4d919 BAEL-5575 (#14016)
* BAEL-5575

First commit of the example for the article:
https://drafts.baeldung.com/wp-admin/post.php?post=153774&action=edit

* BAEL-5575

Adjusted pom.xml

* BAEL-5575

Formatted source code

* BAEL-5575

Removed unused import

* BAEL-5575

Renamed UT to follow: https://docs.google.com/document/d/1iIeSPuYFG-jEtB8UbcxQnn2AI3OR2LWlnisNo2NUCL8/edit

* BAEL-5575

Modified pom.xml to define versions in  properties  as stated in:
https://docs.google.com/document/d/1iIeSPuYFG-jEtB8UbcxQnn2AI3OR2LWlnisNo2NUCL8/edit

* BAEL-5575

Changes checking the commands:
* mvn clean install
* mvn clean install -Dgib.enabled=false

* BAEL-5575

Set GB as the base language
2023-05-20 10:05:43 +02:00
Balamurugan 50faedd2bc BAEL-6086: Customize WebFlux Exceptions in Spring Boot 3 (#13948)
* BAEL-6086: Added code for webflux default and custom exception along with Unit Tests

* BAEL-6086: added missing import

* BAEL-6086: reformatting

* BAEL-6086: reformatted code

---------

Co-authored-by: balasr3 <balamurugan.radhakrishnan@imgarena.com>
2023-05-20 09:18:40 +05:30
Eugene Kovko 7317f0816d BAEL-4615: Create and Detect Memory Leak in Java (#14060) 2023-05-19 15:00:16 -07:00
Eugene Kovko 2091146702 BAEL-5947: Moving a project to a different package (#14054)
* Revert "feat: BAEL-5947 External Debugging with JMXTerm (#13847)"

This reverts commit ae04ab2510.

* BAEL-5947: Moving a project to a different package
2023-05-19 12:29:10 -07:00
Loredana Crusoveanu 8cb142eb02 BAEL-5905 move article 2023-05-19 20:40:38 +03:00
davidmartinezbarua fcd357036f Merge pull request #14007 from AndiCover/master
BAEL-6428 Make a Method Execute Only Once in Java
2023-05-19 10:02:30 -03:00
timis1 e624a6c893 JAVA-20164 Upgrade java hibernate specific modules to JDK 11 (#13900)
* JAVA-20164 Upgrade java hibernate specific modules to JDK 11

* JAVA-20164 Migrating java-jpa-2

* JAVA-20164 Migrating jnosql-artemis

* JAVA-20164 Migrating querydsl

* JAVA-20164 Migrating r2dbc

* JAVA-20164 Migrating redis

* JAVA-20164 Fixing test JPATextUnitTest#givenExam_whenSaveExam_thenReturnExpectedExam

* JAVA-20164 Fixing givenIdentityStrategy_whenCommitTransction_thenReturnPrimaryKey

* JAVA-20164 Changes after review

* JAVA-20164 Migrating java-cassandra to jdk8

* JAVA-20164 Fix legacy mode error

* Update pom.xml

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-05-19 14:07:45 +05:30
timis1 09e421c3cd JAVA-20166 Migrating spring-date-eclipselink (#13959)
* JAVA-20166 Migrating spring-date-eclipselink

* JAVA-20166 Fix failed tests address already bind

* JAVA-20166 Migrating spring-date-couchbase-2

* JAVA-20166 Replace with optional instead of returning null

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-19 12:23:28 +05:30
timis1 d9182f160c JAVA-20167 Upgrade spring-data hibernate with external libraries specific modules to JDK 11 (#14022)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-19 12:18:45 +05:30
anuragkumawat 539bf3438d Java 20277 (#14046)
* JAVA-20277 GitHub Issue: Regarding article Introduction to JsonPath

* JAVA-20277 Code Review Changes
2023-05-19 08:48:58 +05:30
Bipin kumar 30eb8c30ad JAVA-21106: Adding javax-servlets module to jdk9 and above (#13974)
* JAVA-21106: Adding javax-servlets module to jdk9 and above

* JAVA-21106: Changes made for adding the method for runt he application

* JAVA-21106: Changes made for adding javax-servlets-2 modules to jdk-9 and above

* JAVA-21106: Changes made for adding linkrest  modules to jdk-9 and above

* JAVA-21106 : Changes made for adding jee-7 and ninija in default-jdk9-and-above profile

* JAVA-21106 : Changes made for adding resteasy,spark-java,struts-3,vraptor,wicket in default-jdk9-and-above profile

* JAVA-21106 : Changes made for removing ninja module

* JAVA-21106 : Changes made for removing ninja module fro  jdk-9 and above

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

* JAVA-21106: FIXING MAVEN VERISON FOR WICKET
2023-05-19 08:36:40 +05:30
panos-kakos 7849261270 20616 (#14023)
* [JAVA-20616] Upgraded spring-spel module to jdk9-and-above profile

* [JAVA-20616]  Upgraded spring-websockets module to jdk9-and-above profile

* [JAVA-20616]  Upgraded spring-shell module to jdk9-and-above profile

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-05-19 08:20:37 +05:30
AndiCover d065736bf4 BAEL-6428 Make a Method Execute Only Once in Java 2023-05-18 19:20:49 +02:00
Bahaa El-Din Helmy c9aef79909 Title: Array vs List Performance in Java (#14034)
This commit related to the article entitled "Array vs List Performance in Java".
2023-05-18 08:19:14 -07:00
panos-kakos 6e0252a417 [JAVA-20624] Moved static-analysis module to jdk9-and-above-profile (#14026) 2023-05-18 18:31:10 +05:30
Ralf Ueberfuhr 68324c8f6b BAEL-6179: Add Actuator sample without Spring Boot (#14032)
* BAEL-6179: Add Actuator sample without Spring Boot

* BAEL-6179: Simplify custom health indicator
2023-05-18 14:01:50 +02:00
Vini 9bb795bfd3 Merge pull request #14003 from sam-gardner/BAEL-6334-check-list-element-in-other-list
BAEL-6334 Add example code for checking if a list element is in anoth…
2023-05-18 13:51:45 +02:00
Sam Gardner 8430235bb1 Merge branch 'master' into BAEL-6334-check-list-element-in-other-list 2023-05-18 10:31:57 +01:00
Sam Gardner ae1a3f9e79 BAEL-6334 Improve test names and typos 2023-05-18 10:27:08 +01:00
Hamid Reza Sharifi a78c978c9b BAEL-5711: Securing Spring Boot API with API key and secret (#14015)
* #bael-5711: add source

* #bael-5711: remove extra space

* #bael-5711: remove extra space

* #bael-5711: remove extra space

---------

Co-authored-by: h_sharifi <h_sharifi@modernisc.com>
2023-05-18 10:50:26 +02:00
Loredana Crusoveanu b688f123db Merge pull request #13922 from dkapil/task/JAVA-13721
JAVA-13721 Format, Fix Package, Upgrade version of all the articles
2023-05-18 11:31:42 +03:00
Kasra Madadipouya ab3e892d6e JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles (#14029)
* JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles

* JAVA-20631 fix parent modules so that the project parent (pom.xml) can be built without error
2023-05-18 08:19:44 +05:30
Kasra Madadipouya 1daa963235 JAVA-20630 move the jws module to *-jdk9-and-above profiles (#14030) 2023-05-18 08:16:31 +05:30
anuragkumawat 316e5626f2 JAVA-21186 Fix references to parents - Week 21 - 2023 (#14036) 2023-05-18 07:51:34 +05:30
Dhawal Kapil 4fbb7815ce JAVA-20946 Renamed HttpBinServiceUnitTest to LiveTest (#14041)
- Since it is making actual live request to httpbin.org
2023-05-18 07:44:26 +05:30
thibaultfaure 934390aaef BAEL-6246 Fix AppControllerIntegrationTest (#14039)
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-05-18 07:32:35 +05:30
Bhaskar Ghosh Dastidar da265d4f81 [BAEL-6339] custom iterator with testcases (#14038)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-05-17 13:32:04 -07:00
Loredana Crusoveanu 06bf1155e8 Merge pull request #14033 from edizor/master
Update README
2023-05-17 19:41:20 +03:00
davidmartinezbarua d03e2ba667 Merge pull request #13953 from etrandafir93/features/BAEL-6320-hibernate_natural_id
BAEL-6320: added code support for the @NaturalId article
2023-05-17 12:10:52 -03:00
panos-kakos ee664c7822 [JAVA-20633 Clean up modules (#14024) 2023-05-17 19:30:04 +05:30
panos-kakos 31bc69c282 [JAVA-20626]Moved vertx-modules to jdk9-and-above profile + upgraded vertx version to 3.9.15 (#13960) 2023-05-17 19:25:48 +05:30
Bipin kumar deec7f1647 JAVA-20828: changes made for resolving botique module (#14027) 2023-05-17 19:24:21 +05:30
edizor 73885aade0 Update README.md
[skip ci]
2023-05-17 21:12:44 +08:00
edizor f96add5372 Update README.md
[skip ci]
2023-05-17 21:08:27 +08:00
edizor 768e6b767a Update README.md
[skip ci]
2023-05-17 20:58:22 +08:00
edizor 2248a39409 Update README.md
[skip ci]
2023-05-17 20:54:43 +08:00
edizor 558f03a8d2 Update README.md
[skip ci]
2023-05-17 20:42:22 +08:00
edizor 9f2bee0824 Update README.md
[skip ci]
2023-05-17 20:36:14 +08:00
edizor 1f9c1fdb37 Update README.md
[skip ci]
2023-05-17 20:33:02 +08:00
edizor 4e27f78bf0 Update README.md
[skip ci]
2023-05-17 20:28:36 +08:00
edizor ff2ca36926 Update README.md
[skip ci]
2023-05-17 20:24:12 +08:00
edizor 0f7a00193b Update README.md
[skip ci]
2023-05-17 20:16:47 +08:00
Dmytro Budym 7f601b84d2 disable AWSS3ObjectIntegrationTest due to need real credentials (#14028)
make AWSS3ObjectIntegrationTest manual
2023-05-16 17:11:14 -05:00
Saikat Chakraborty d37926eddf Bael 4582: Custom Authentication using shared secret (#13801)
* Spring custom security filter add

* Integration Tests add

* Add Project into parent pom

* refactor code

* refactor code

* remove .env and refactor code

* refactor code

* exclude auto configuration

* Refactored code

* removed ssl certificate for security

* Set session management to statelees

* Refactor tests

* Refactor authentication logic

* Refactor authentication logic

* Refactor authentication logic

* Remove unused code

* Remove unused code

* Remove unused appconfig
2023-05-16 20:03:45 +01:00