15485 Commits

Author SHA1 Message Date
Rajat Garg
e5f9a53f7d
[BAEL-3845] Add JMeter test script (#16276)
* Add JMeter test script

* Address review comments

* Address review comments

* Refactor large method into smaller parts

---------

Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-04-05 16:43:09 -07:00
alexyang
7edeb43ed1
BAEL-7598 Check if a number is a perfect number (#16039)
* BAEL-7598 Check if a number is a perfect number

* add stream based method. refactor UT

* refactor UT using bdd style

* removes public modifier

* add jmh benchmark

* use properties and remove uncessary configuration

---------

Co-authored-by: alexyang <alexyang0623@gmail.com>
Co-authored-by: travel2china <163321917+travel2china@users.noreply.github.com>
2024-04-05 16:17:28 +02:00
Pedro Lopes
ee63f1c19d
adding null checks for assertions. reducing total number of consumed messages (#15711) 2024-04-05 16:01:26 +02:00
sam-gardner
dc30dc426b
JAVA-32420 Upgrade spring-oxm and spring-batch-core to latest version for spring-mvc-basics-2 (#16297) 2024-04-05 14:35:17 +03:00
vunamtien
9ff1e00b0e
[JAVA-31658] Upgrade cactoos, jcabi-aspects, threetenbp, jodatime (#16293) 2024-04-05 10:49:54 +03:00
Wynn Teo
bb544b9168
Bael 7420 (#16242)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* Jsonb query

* Added new module to parent pom
2024-04-04 21:01:52 -05:00
Sam
7cb3519bd2
implementation for bael-7428 (#16205)
* implementation

* adding to pom.xml

* ci failure

---------

Co-authored-by: technoddy <mail.technoddy@gmail.com>
2024-04-04 20:45:03 -05:00
timis1
cc90a0b8bb
JAVA-31057 Check if large files can be removed (#16278)
* JAVA-31057 Check if large files can be removed

* JAVA-31057 Remove un-needed files from spring boot telegram

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-04 23:24:46 +02:00
Harry9656
2f28252a7d
[JAVA-31765] Upgrade gitflow-incremental-builder to version 4.5.3 (#16090) 2024-04-04 22:09:18 +02:00
ACHRAF TAITAI
37eb20833e
BAEL-7765: How to fix JsonParseException: Unexpected character (code 115) when parsing unquoted JSON in Jackson (#16286) 2024-04-04 18:00:20 +02:00
sam-gardner
d21e80d93d
JAVA-32067 Upgrade spring thymeleaf to spring boot 3 (#16129) 2024-04-04 13:05:48 +03:00
Loredana Crusoveanu
0f5e34ea63
Merge pull request #16294 from rcalago/master
Update on README.md
2024-04-04 10:26:54 +03:00
Harry9656
aa8016e838
[JAVA-32852] Fix UrlCheckerIntegrationTest (#16292) 2024-04-04 07:05:25 +02:00
rcalago
7d46346e9f
Update README.md 2024-04-04 00:13:17 +08:00
rcalago
a97ddc25b7
Update README.md 2024-04-04 00:12:04 +08:00
rcalago
6c33d80eca
Update README.md 2024-04-04 00:10:54 +08:00
rcalago
d8a03d93d9
Update README.md 2024-04-04 00:09:56 +08:00
rcalago
278e6cebdc
Update README.md 2024-04-04 00:08:58 +08:00
rcalago
eb73935257
Update README.md 2024-04-04 00:07:54 +08:00
rcalago
2a4441ceb4
Update README.md 2024-04-04 00:05:54 +08:00
rcalago
7b3faa18ad
Update README.md 2024-04-04 00:04:46 +08:00
rcalago
f0e8cef1fc
Update README.md 2024-04-04 00:03:08 +08:00
rcalago
1c4caceec0
Update README.md 2024-04-04 00:01:26 +08:00
rcalago
f85d5f537b
Update README.md 2024-04-03 23:59:45 +08:00
rcalago
19e7692e91
Update README.md 2024-04-03 23:58:02 +08:00
rcalago
e8f8b6d7fe
Update README.md 2024-04-03 23:55:47 +08:00
rcalago
a0baf74cb2
Update README.md 2024-04-03 23:52:52 +08:00
rcalago
16d52de59d
Update README.md 2024-04-03 23:47:45 +08:00
rcalago
0eaafc735e
Update README.md 2024-04-03 23:45:43 +08:00
davidmartinezbarua
f82778cc17
Merge pull request #16034 from TanyaOhotnik/BAEL-7238
BAEL-7238 Inject mock into Spy object in Mockito
2024-04-03 11:59:43 -03:00
Somnath Musib
39427baf50
Bael 7050 Java 21 New Features (#15870)
* BAEL-7050 Java 21 New Features

* BAEL-7050 Formatted the pom.xml file

* BAEL-7050 Moved the codebase to existing core-java-21 project

* Removed the old pom.xml reference

* Removed the old core-java-21-new-features project

* BAEL-7050 PR Review Changes

* BAEL-7050 Using JUnit5 in test cases

* BAEL-7050 Using JUnit5 in test cases

* BAEL-7050 Removed the public modifier from JUnit class and methods
2024-04-03 15:01:54 +02:00
Sachin Raverkar
6719beae86
[SR] Map enum with mapstruct (#16163)
* Added enums for week day, its mapper and test.

* Added enums, mapping and tests for case transformation.

* Changed test names to follow BDD style.

* Renamed test class.

* Removed enum, mapper and test for weekdays.
Added same for traffic signal.

* Moved the source code and tests under its own package.

* Added link to article.

* Fixed readme

* Fixed readme

---------

Co-authored-by: sraverkar.encora <sraverkar.encora@centricsoftware.com>
2024-04-02 20:14:20 -05:00
Maiklins
8ac5afda83
Merge pull request #16289 from Maiklins/bael-7667-update-readme
Bael 7667 update readme
2024-04-02 21:57:08 +02:00
Maiklins
e7d5768bc8
Merge branch 'master' into bael-7667-update-readme 2024-04-02 21:47:23 +02:00
Maiklins
31552ca7a5
Update README.md 2024-04-02 21:45:33 +02:00
Maiklins
4845af6048
Merge pull request #16226 from Michaelin007/master
https://jira.baeldung.com/browse/BAEL-7667
2024-04-02 21:33:41 +02:00
Bogdan Cardoş
485cab4c99
BAEL-7713 - add example merging async services response (#16280)
* BAEL-7713 - add example merging async services response

* BAEL-7713 update test class naming convention
2024-04-01 16:38:06 -07:00
Liam Williams
6ba485f0e4
Merge pull request #16275 from sk1418/static-injection
[static-injection] improvement
2024-04-01 21:25:21 +01:00
panos-kakos
d2bcc42f67
[JAVA-32839] (#16266) 2024-04-01 22:18:07 +02:00
panos-kakos
dad6f36a97
[JAVA-32836] (#16267) 2024-04-01 22:08:09 +02:00
panos-kakos
5360ae1a35
[JAVA-32841] (#16268) 2024-04-01 21:53:21 +02:00
Azhwani
c2684009bc
BAEL-7499: Check if an element is present in a Set in Java (#16065) 2024-04-01 15:54:08 +02:00
Amit Pandey
25217a11bd
JAVA-29183 :- Upgrade spring-5-webflux & spring-5-webflux-2 to Spring Boot 3. (#16149)
Co-authored-by: Amit Pandey <amitpandey@cloud.upwork.com>
2024-04-01 13:00:57 +03:00
timis1
ff723063a7
JAVA-31002 Upgrade spring-boot-swagger (#16244)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-31 21:38:53 +02:00
davidmartinezbarua
a53feeeed3
Merge pull request #15997 from balasr21/master
BAEL-7628: Removed CodecCustomerizer for global config as its not required
2024-03-31 10:40:26 -03:00
Vini
823bbbdae0
Merge pull request #16146 from danielmcnally285/danielmcnally285_last_n_characters
BAEL-7600: Get last n characters from a String
2024-03-31 11:30:59 +02:00
Kai.Yuan
6f8b90830e [static-injection] improvement 2024-03-30 22:44:57 +01:00
timis1
39f3c493ac
JAVA-32054 Upgrade spring-mvc-file to Spring Boot 3 (#16218) 2024-03-30 20:51:01 +02:00
timis1
6ff926e003
JAVA-32053 Upgrade spring-mvc-basics-3 to Spring Boot 3 (#16231)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-30 19:42:52 +02:00
Liam Williams
dbe6e67b7e
Merge pull request #15637 from imsurajmishra/bael-7192
implementation for bael-7192
2024-03-30 16:42:12 +00:00