Commit Graph

27063 Commits

Author SHA1 Message Date
jsgrah-spring
1b61fec33a JAVA-17760, Fix [WARNING] JAR will be empty - no content was marked f… (#13645)
* JAVA-17760, Fix [WARNING] JAR will be empty - no content was marked for inclusion! Test project with no "main" under "src" folder. Include java-ee-8-security-api back since it did not take too long to run locally. Add spring-credhub to parent pom build.

* JAVA-17760, Add spring-credhub to integration-jdk9 profile as well.

* JAVA-17760, JAVA-20009 Revert changes to module javaxval-2 and Add module spring-credhub to default-jdk9 profile as well as integration-jdk9 profile.

---------

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-04-26 13:17:24 +05:30
Bipin kumar
9a3035b928 JAVA-18299 : Changes made for adding json view example fot hiding req… (#13829)
* JAVA-18299 : Changes made for adding json view example fot hiding request feilds in swagger

* JAVA-18299: Changes made for adding new example for JsonView Support in swagger hiding field

* JAVA-18299: Changes made for adding new example for JsonView Support in swagger hiding field

* JAVA-18299: Changes made for removing extra boiler plate code

* JAVA-18299: Changes made to incorporate review comments
2023-04-26 12:28:12 +05:30
Bogdan Cardoş
975ab7ea93 BAEL-6079 Code examples from article (#13486)
* BAEL-6079 Code examples from article

* BAEL-6079 Code examples from article

* BAEL-6079 Code examples from article update

* BAEL-6079 Code examples from article update
2023-04-26 08:30:27 +02:00
Kilian Schneider
e891f56612 BAEL-6348 persist List<String> in JPA (#13897)
* BAEL-6348 persist List<String> in JPA

* Update naming
2023-04-25 17:55:11 -07:00
davidmartinezbarua
6f45be6439 Merge pull request #13850 from AndiCover/BAEL-5739_2
BAEL-5739 Avoiding the StaleElementReferenceException in Selenium
2023-04-25 17:24:15 -03:00
panos-kakos
a8f635ed83 [JAVA-15034] Updated code to apache httpclient v5 (#13811)
* [JAVA-15034] Updated code to apache httpclient v5
2023-04-25 18:40:09 +03:00
Dhawal Kapil
d858554c4e Update README.md (#13905) 2023-04-25 19:49:12 +05:30
Dhawal Kapil
37d45991b6 Update README.md (#13904) 2023-04-25 19:04:52 +05:30
Dhawal Kapil
003dffe326 Update README.md (#13903) 2023-04-25 19:01:29 +05:30
jsgrah-spring
0f41e957d3 JAVA-20481 (#13901)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-04-25 18:55:05 +05:30
Grzegorz Piwowarek
67bc6d469c Update CancelFluxUnitTest.java (#13893) 2023-04-25 18:52:42 +05:30
Mateusz Szablak
1a1dbf9e41 BAEL-6283 Creating a Test Suite with JUnit (#13873) 2023-04-25 18:38:24 +05:30
Chrys Exaucet
cf7a3a12a3 BAEL-3340: Guide to FlexyPool (#13867)
* fix: correct log4j config

* fix: correct antrun plugin config

* feat: guide to flexypool

See https://jira.baeldung.com/browse/BAEL-3340

* fix(lint): format project

* fix(lint): format pom.xml

* fix(lint): format pom.xml
2023-04-25 08:11:48 +05:30
Kai Yuan
a36c976351 [BAEL-6442_Build-URL] create URL objects using apache httpclient & spring-web (#13892) 2023-04-24 19:35:42 -05:00
Adrian Bob
91d1cdf1c7 Update bulkhead test (#13836) 2023-04-24 19:32:49 +02:00
anuragkumawat
113c62ecc1 JAVA-20496 Non-article code: rawtypes and sandbox packages (#13886)
* JAVA-14232 Dissolving core-java module completed
2023-04-24 10:40:47 +03:00
Ana Peterlić
0ef05303fe Difference Between th:text and th:value in Thymeleaf (#13854) 2023-04-24 08:27:14 +05:30
Michael Pratt
5679056031 BAEL-6081: Add code examples from article (#13861)
* BAEL-6081: Add code examples from article

* BAEL-6081: Fix formatting
2023-04-23 21:43:28 -05:00
Kai Yuan
512eb3b5a5 [BAEL-6371_char_frequence] Find the Most Frequent Characters in a String (#13877) 2023-04-23 20:46:39 -05:00
anuragkumawat
a3d0e7a0b9 JAVA-19019 Potential issue in Ahead of Time Optimizations in Spring 6 article (#13888)
* JAVA-19019  Potential issue in Ahead of Time Optimizations in Spring 6 article

* JAVA-19019 Potential issue in Ahead of Time Optimizations in Spring 6 article
2023-04-23 13:19:00 +05:30
Kai Yuan
01fd92171f [BAEL-6353_After-regex-match] Getting the Text That Follows After the Regex Match in Java (#13839) 2023-04-22 17:25:06 -05:00
Hamid Reza Sharifi
30ba7a12cb Bael 6361: Introduction to Spring Modulith (#13891) 2023-04-22 22:03:54 +02:00
Loredana Crusoveanu
78029d56c0 Merge pull request #13887 from dkapil/task/JAVA-20366
JAVA-20366 Fixed name and artifactid of lambda-function module
2023-04-22 20:36:17 +03:00
timis1
c32ecfaa18 JAVA-20464 Fix failing tests in hibernate-exceptions module (#13885)
* JAVA-20464 Fix failing tests in hibernate-exceptions module

* JAVA-20464 Fix failing tests in hibernate-jpa module

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-22 22:11:21 +05:30
panos-kakos
d86604a56a [JAVA-19532] Clean up pom files (#13868) 2023-04-22 16:12:43 +05:30
Dhawal Kapil
15c7c6a3c2 JAVA-20366 Fixed name and artifactid of lambda-function module 2023-04-22 14:00:53 +05:30
anuragkumawat
907f96f775 JAVA-19964 Move code from spring-core-5 to spring-core-2 (#13856)
* JAVA-19964 Move code from spring-core-5 to spring-core-2

* JAVA-19964 Move code from spring-core-6 to spring-core-2

* JAVA-19964 Move code from spring-core-4 to spring-core-3
2023-04-22 13:23:07 +05:30
Michael Olayemi
5d02c60bc8 BAEL-5766 Overview of NLP Libraries in Java (#13798)
* BAEL-5766 Overview of NLP Libraries in Java

* BAEL-5766 Overview of NLP Libraries in Java

* Overview of NLP Libraries in Java

* Overview of NLP Libraries in Java
2023-04-22 11:02:53 +05:30
Loredana Crusoveanu
f0d3aefcb7 Merge pull request #13881 from eugenp/lor6-patch-2
Create README.md
2023-04-21 18:53:09 +03:00
Loredana Crusoveanu
354207a7a8 Merge pull request #13880 from eugenp/lor6-patch-1
Update README.md
2023-04-21 18:52:53 +03:00
Loredana Crusoveanu
3356fc212e Create README.md 2023-04-21 18:48:58 +03:00
Loredana Crusoveanu
102cd1f0d3 Update README.md 2023-04-21 18:48:42 +03:00
Loredana Crusoveanu
ff66efe98c Merge pull request #13815 from bhaskar16/JAVA-6173-parallel-stream-difference-change-location
[JAVA-6173] stream.parallelStream and Collections parallel stream differnces
2023-04-21 18:48:10 +03:00
Loredana Crusoveanu
1b0552976c Merge pull request #13879 from eugenp/lor6-patch-2
Update README.md
2023-04-21 18:44:58 +03:00
Loredana Crusoveanu
d7bc88f686 Merge pull request #13878 from eugenp/lor6-patch-1
Update README.md
2023-04-21 18:43:35 +03:00
Loredana Crusoveanu
a72398aa2e Update README.md 2023-04-21 18:40:28 +03:00
Loredana Crusoveanu
1d70ffc16f Update README.md 2023-04-21 18:40:15 +03:00
panos-kakos
2d3ef28c61 [JAVA-18138] Moved java-jdi to jdk9-and-above profile (#13846)
* [JAVA-18138] Moved java-jdi to jdk9-and-above profile
2023-04-21 12:09:19 +03:00
Avin Buricha
9727f5cbbb BAEL-6258 | Article code (#13782)
* BAEL-6258 | Article code

* Renaming test class
2023-04-21 06:49:56 +05:30
Kai Yuan
835cdb3cff [BAEL-6363_nextInt-vs-nextLine] Integer.parseInt(scanner.nextLine()) vs scanner.nextInt() in Java (#13858) 2023-04-20 17:41:34 -05:00
anuragkumawat
a3829ca6e3 JAVA-19119 Move article Java Money and the Currency API to core-java-lang-math-3 module (#13602)
* JAVA-19119 Move article Java Money and the Currency API to core-java-lang-math-3 module
2023-04-20 19:21:19 +03:00
anuragkumawat
239fb85d3e Java 19120 Code review changes (#13747)
* JAVA-19120 Move article Lambda Expression vs. Anonymous Inner Class to core-java-8-2 module

---------

Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
2023-04-20 18:40:19 +03:00
Loredana Crusoveanu
1fddb80c70 Merge pull request #13870 from edizor/master
Update README
2023-04-20 18:06:00 +03:00
Mikhail Polivakha
9f3235b979 misha2048 Generate uuids with hibernate (#13785)
* misha2048 Retrying Requests using Apache HttpClient

* Generate UUIDs with Hibernate misha2048

* BAEL-6321 change target module after review

---------

Co-authored-by: Mihail Polivaha <68962645+Mihail2048@users.noreply.github.com>
2023-04-20 20:00:56 +05:30
Pedro Lopes
c9073e9db7 BAEL-6291: @StandardException Annotation in Lombok (#13772)
* custom exception class

* exception in vanilla java

* Revert "exception in vanilla java"

This reverts commit c1a47b95c5.

* adding vanilla java exception
2023-04-20 12:34:11 +02:00
edizor
b9d4700181 Update README.md
[skip ci]
2023-04-20 17:54:06 +08:00
edizor
66364072ca Create README.md
[skip ci]
2023-04-20 17:52:19 +08:00
edizor
6b736c476b Update README.md
[skip ci]
2023-04-20 17:48:05 +08:00
edizor
f95a6ad63c Update README.md
[skip ci]
2023-04-20 17:43:02 +08:00
edizor
adf3071181 Update README.md
[skip ci]
2023-04-20 17:38:05 +08:00