Kasra Madadipouya
69fad866d9
JAVA-30632 Upgrade spring-resttemplate module to Spring Boot 3 ( #15713 )
...
* JAVA-30632 upgrade Spring rest template module to Spring Boot 3
* JAVA-30632 fix broken tests
2024-01-23 21:24:18 +05:30
davidmartinezbarua
6e9091f686
Merge pull request #15695 from etrandafir93/features/BAEL-7140-spring_modulith_evt_externalization
...
BAEL-7140: spring modulith evt externalization
2024-01-23 12:48:13 -03:00
Harry9656
6c341beb1a
JAVA-29479: Upgrade guava version to 33.0.0-jre. ( #15651 )
2024-01-23 00:34:18 +01:00
balasr3
cf94bbc6dc
BAEL-7272: modified test name
2024-01-22 23:32:50 +00:00
balasr3
869239fe58
BAEL-7272: modified test name
2024-01-22 23:31:38 +00:00
@hangga
8a136fbffd
isNotNegative
2024-01-23 06:23:29 +07:00
Bipin kumar
3aa6d757c1
[JAVA-28956] Upgrade spring-data-jpa-repo module to Spring Boot 3 ( #15665 )
2024-01-22 23:46:19 +01:00
Hangga Aji Sayekti
9002959a19
Update core-java-modules/core-java-numbers-7/src/test/java/com/baeldung/securerandompositivelong/SecureRandomPositiveLongUnitTest.java
...
rename
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2024-01-23 05:29:52 +07:00
Amit Pandey
790334d094
[JAVA-28961] Upgrade to spring-boot-data-2 module to Spring Boot 3 ( #15620 )
2024-01-22 23:11:26 +01:00
Thibault Faure
267efec81e
BAEL-7399 Code for the Injecting @Mock and @Captor in JUnit5 Method Parameters article
2024-01-22 22:46:14 +01:00
Eugene Kovko
b6c126b183
Bael 7231 ( #15707 )
...
* feat: Simple test with Junit Pioneer
* feat: Simple test for PATH env variable
* feat: Test for getting all the environment variables
* feat: Guardrails for an environment test
* feat: Fixed the test
* feat: Test for reflexive access to the environment
* feat: Renamed a test
* feat: Renamed a utility method
* feat: Removed unused import
* feat: Renamed a test class
* feat: Child process runner
* feat: Method and tag rename
* feat: Docker example
* feat: Testcontainer example
* feat: Cleanup and renames
* feat: Cleanup and renames
* feat: Prevent Docker test from running
* feat: Change assertion to JUnit to prevent adding assertj into the container
* feat: Renamed constants
* feat: Fixed the naming problem
* feat: Changed conditional execution
* feat: Changed conditional execution
* feat: Changed conditional execution
2024-01-22 10:33:11 -08:00
Mo Helmy
2b82e913a6
Update CheckIfStringContainsInvalidEncodedCharactersUnitTest.java ( #15703 )
...
Update:
assertTrue(found ? true : false);
to
assertTrue(found);
and
assertTrue(matcher.find() ? true : false);
to
assertTrue(matcher.find());
2024-01-22 10:18:56 -08:00
ovidiumihaitacu
f6806580ae
[BAEL-7257] Monkey-Patching in Java ( #15700 )
2024-01-22 10:09:24 -08:00
davidmartinezbarua
7ff914a1b3
Merge pull request #15647 from sam-gardner/BAEL-7382-Calculate-number-of-weekdays-between-two-dates
...
BAEL-7382 Add code for calculating weekdays between two dates
2024-01-22 14:57:28 -03:00
davidmartinezbarua
b4cf1a6174
Merge pull request #15690 from parthiv39731/PR-7319
...
BAEL-7388, Builder Pattern and Inheritance
2024-01-22 14:45:27 -03:00
parthiv39731
a3956ce15c
BAEL-7388, fixed class diagram
2024-01-22 21:59:56 +05:30
Sam Gardner
f3e944ebd7
BAEL-7382 Use JUnit 5 for tests
2024-01-22 15:02:39 +00:00
Sam Gardner
f4e2bd8e39
BAEL-7382 Add date operations 4 to parent pom
2024-01-22 14:36:04 +00:00
Vini
c8f486aff6
Merge pull request #15666 from sIvanovKonstantyn/master
...
BAEL-7453 - Convert byte[] to Byte[] and Vice Versa in Java
2024-01-22 13:53:23 +01:00
Amit Pandey
e13051aff4
Java 28951 :- Upgrade spring-boot-rest to Spring Boot 3 ( #15617 )
2024-01-22 14:35:02 +02:00
Loredana Crusoveanu
bcab98e9c1
Merge pull request #15686 from rcalago/master
...
Updated README.md
2024-01-22 12:10:27 +02:00
michaelin007
f33fe359fa
https://jira.baeldung.com/browse/BAEL-6758
2024-01-22 09:13:06 +00:00
@hangga
fd4fb49426
simplify
2024-01-22 15:02:12 +07:00
Amit Pandey
97e9ba0c3f
[JAVA-30357] Upgrade spring-mvc-java-2 to Spring Boot 3 ( #15625 )
2024-01-22 09:00:05 +01:00
Amit Pandey
22a1ca2978
[JAVA-27759] Fix Spring 3.1.x and Keycloak 22.x OAuth2 Tutorial ( #15618 )
2024-01-22 08:12:00 +01:00
Bipin kumar
a09f1a89f1
[JAVA-30443] Changes made for removing commented module spring-data-rest ( #15688 )
2024-01-21 22:30:13 +01:00
Wynn Teo
2a327001e3
Migrated from old fork ( #15628 )
...
* Migrated from old fork"
exiytt
clear
"
* Update DateRangeOverlapCheckerUnitTest.java
Fix typo
2024-01-21 15:08:42 -06:00
Harry9656
58ab148266
[JAVA-28924] Migrate libraries-data-db to Spring Boot 3 ( #15638 )
2024-01-21 21:58:15 +01:00
Harry9656
cc1b43e554
[JAVA-28963] Migrate spring-mvc-java to Spring Boot 3( #15640 )
2024-01-21 21:26:29 +01:00
balasr3
d7d7c1ea54
BAEL-7272: Fixed based on review comments
2024-01-21 20:17:19 +00:00
balasr3
e5e668ef13
BAEL-7272: Added newline
2024-01-21 15:17:43 +00:00
balasr3
286cfd1f3d
BAEL-7272: Added code for custom deserialization using Spring WebClient
2024-01-21 15:13:58 +00:00
Tetiana Okhotnik
5027ed7a58
BAEL-7185 Access Job Parameters from ItemReader in Spring Batch
...
- added implementation for batch that track expiring medicine to demonstrate JobParameters usage
2024-01-21 13:40:16 +02:00
Ulisses Lima
870628f031
BAEL-7129 Apply Bold Text Style for an Entire Row Using Apache POI ( #15633 )
...
* PR recreated due to repository truncation
* review 1
* review 1 - 2
2024-01-21 09:52:22 +01:00
@hangga
b8d8087262
Double to double
2024-01-21 13:19:52 +07:00
Rajat Garg
f0ef5ef472
Add code for Gregorian date to a Hijri date conversion ( #15696 )
...
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-01-20 17:14:00 -08:00
Diegom203
320c1f3064
baeldung-articles : BAEL - 6856 ( #15693 )
...
Calculating the Power of a Number in Java Without Using Math pow() Method (commit)
2024-01-20 17:04:11 -08:00
davidmartinezbarua
e6e071d983
Merge pull request #15667 from etrandafir93/features/BAEL-7202-handle_kafka_deser_error
...
BAEL-7202: handling kafka deser errors
2024-01-20 19:27:10 -03:00
emanueltrandafir1993
4021e9861e
BAEL-7140: spring modulith evt externalization
2024-01-20 19:23:38 +01:00
Bhaskar Ghosh Dastidar
238e5fb473
[BAEL-7323] JFR EXAMPLE ( #15650 )
...
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2024-01-20 09:52:42 -07:00
Kai Yuan
900ff584fe
[reset-listiterator] reset listiterator ( #15645 )
2024-01-20 09:59:41 -06:00
Andrea Giulio Cerasoni
8fa22f186f
Merge pull request #15678 from anujgaud/add-ssl-debug-logs
...
[BAEL-6064] Add code for enabling SSL Debug Logs
2024-01-20 12:13:39 +00:00
Andrea Giulio Cerasoni
3012714064
Merge pull request #15673 from niket17590/BAEL-7270-FileNameWithTimestamp
...
BAEL-7270 - Current Time as Filename
2024-01-20 12:04:46 +00:00
@hangga
ce62cb3dc0
using Long.MAX_VALUE
2024-01-20 08:51:12 +07:00
@hangga
41370497fd
assert that positive
2024-01-20 08:48:38 +07:00
timis1
1724f67a39
JAVA-29312 Upgrade spring-security-web-mvc ( #15687 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-01-20 00:03:25 +01:00
Andrea Giulio Cerasoni
699cd6e8cd
Merge pull request #15679 from shahulbasha/BAEL-7206
...
BAEL-7206
2024-01-19 20:29:35 +00:00
parthiv39731
1cb6e41c85
BAEL-7388, Builder Pattern and Inheritance
2024-01-19 23:57:04 +05:30
Liam Williams
6907b07eda
Merge pull request #15656 from lucaCambi77/BAEL-7311
...
[BAEL-7311] Setting up and using Spock with Gradle
2024-01-19 15:27:04 +00:00
anuragkumawat
cebe2cbb62
JAVA-29069 Add not-fixed comment for spring-data-cassandra for JDK17 ( #15676 )
2024-01-19 15:55:21 +02:00