Commit Graph

15536 Commits

Author SHA1 Message Date
sam-gardner 84d5277359
[JAVA-27821] Upgrade Azure to Spring Boot 3 (#16304) 2024-04-09 08:22:57 +02:00
Liam Williams e6c33f07c4
Merge pull request #16310 from sk1418/improvement-init-Long-list
[improvement-init-Long-list] add long list init
2024-04-08 23:56:18 +01:00
panos-kakos c3939b1850
[JAVA-32833] (#16265)
* [JAVA-32833]

* [JAVA-32833] Fixed configuration
2024-04-08 22:54:14 +02:00
Maiklins b5bfa4697d
Merge pull request #16134 from marcushellberg/master
Updates for vaadin intro article
2024-04-08 22:08:01 +02:00
Maiklins 2a0eb6ef01
Merge pull request #16303 from rezaganjis/master
BAEL-7540 - The difference between throwing an exception and Mono.error() in Spring webflux
2024-04-08 21:59:11 +02:00
sam-gardner cc406d8899
[JAVA-32662] Move articles from Java Math 3 to Java Math 4 (#16326) 2024-04-08 20:36:19 +02:00
sam-gardner 4fd081e1b4
[JAVA-32669] Move article out of core-java-collections-5 (#16327) 2024-04-08 20:27:56 +02:00
Diegom203 90cf4fe1dd
baeldung-articles : BAEL-7500 (#16329)
* Update pom.xml

Add collections-6

* baeldung-articles : BAEL-7500

Move the article to /core-java-collections-6
2024-04-08 10:39:16 -07:00
MohamedHelmyKassab 26f3664371
This commit is related to BAEL-6298 (#16323)
This commit aims to add three classes (Example, GenericExample, ReflectionExample).
2024-04-08 09:39:32 -07:00
Mo Helmy 1b0b87bfd2
This commit is related to BAEL-7722 (#16316)
This commit aims to add a test class "SymmetricSubstringMaxLengthUnitTest.java" to find length of longest symmetric substring.
2024-04-08 09:30:28 -07:00
Eugene Kovko 930f1ce0a5
BAEL-6131: Moving REST Docs to a separate package (#16273)
* BAEL-6131:  Moving REST Docs to a separate package

* BAEL-6131:  Removed askii-doctor configurations
2024-04-08 09:17:38 -07:00
Kai.Yuan d8b5d22fa3 [improvement-init-Long-list] rename package 2024-04-08 11:36:50 +02:00
Ulisses Lima 4b5e5192d9
BAEL 7619 - Intro to the Apache Commons Compress Project (#16220)
* matcher.appendReplacement() takes a StringBuffer, not StringBuilder

* First draft

* review 1
2024-04-08 08:17:59 +02:00
Wynn Teo 8e247e172b
Bael 7668 (#16257)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* jooq join table

* Fix the wildcard import
2024-04-07 21:30:35 -05:00
Marcus Hellberg 51071ac1fb Merge upstream changes 2024-04-07 14:01:59 -07:00
Maiklins f8fe72540d
Merge pull request #16279 from zeesh49/BAEL-7692-Join-Queries
Bael 7692 join queries
2024-04-07 22:39:28 +02:00
Kai.Yuan ce618671be [improvement-init-Long-list] update 2024-04-07 17:11:14 +02:00
timis1 592655fef8
JAVA-30177 Upgrade h2 library in the main pom.xml (#16314)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-07 14:06:48 +02:00
timis1 0290702ccc
JAVA-32805 Upgrade jedis for spring boot 3 in spring-data-redis (#16301) 2024-04-07 13:10:36 +03:00
panos-kakos 5cd874b4ce
JAVA-29509 Changed parent from parent-boot-2 to parent-spring-5 (#16307) 2024-04-07 12:07:35 +03:00
Mehvish Ashiq bea3105f57
[BAEL-7632] Convert a phone number in words to number with Java (#16248)
* [BAEL-7632] Convert a phone number in words to number with Java

* Updated [BAEL-7632] Convert a phone number in words to number with Java

* Updated [BAEL-7632] Convert a phone number in words to number with Java
2024-04-07 10:06:16 +01:00
Bipin kumar 2c91616f87
JAVA-32064: Upgrade spring-session-redis to Spring Boot 3 (#16215) 2024-04-07 11:23:25 +03:00
davidmartinezbarua 20ee012f25
Merge pull request #16204 from etrandafir93/features/BAEL-7547-testing_spring_events
BAEL-7547: testing spring events article
2024-04-06 16:10:59 -03:00
sIvanovKonstantyn db60b63c1b
BAEL-7297 - Continue with Transaction After Exception in JPA (#16233)
* BAEL-7297 - Continue with Transaction After Exception in JPA

* BAEL-7297 - Add linebreak

---------

Co-authored-by: ICKostiantyn.Ivanov <ICKostiantyn.Ivanov@amwell.com>
2024-04-06 08:43:52 +05:30
ovidiumihaitacu 849c771ca5
[BAEL-7321] Introduction to Brave (#16306) 2024-04-05 16:58:03 -07:00
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
Kai.Yuan 74da8faf7f [improvement-init-Long-list] add long list init 2024-04-05 23:56:05 +02: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
reza ganji 23f1b4cbf3 BAEL-7540 2024-04-05 13:24:42 +03:30
reza ganji 2b1ef27527 BAEL-7540 2024-04-05 13:06:23 +03:30
reza ganji dab8be8a01 BAEL-7540 2024-04-05 13:03:28 +03:30
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