Commit Graph

11395 Commits

Author SHA1 Message Date
anuragkumawat 3c5042ebf8 JAVA-20898 Check Article Code Matches GitHub 2023-04-30 23:44:05 +05:30
Loredana Crusoveanu 2d2c842d2f Merge pull request #13920 from edizor/master
Update README
2023-04-30 11:23:00 +03:00
Michael Olayemi 1770c64f3a BAEL-6194 Retrieve the Value of an HTML Input Using Selenium WebDriver in Java (#13898)
* Retrieve the Value of an HTML Input Using Selenium WebDriver in Java

* Retrieve the Value of an HTML Input Using Selenium WebDriver in Java

* Retrieve the Value of an HTML Input Using Selenium WebDriver in Java
2023-04-30 08:10:16 +05:30
mariudotsh 141df4e0ff BAEL-6319 Hibernate 6 Boolean Converters (#13894)
Co-authored-by: Mariusz Kaczmarczyk <to@mariu.sh>
2023-04-30 08:04:19 +05:30
Michael Olayemi 5ba07d6188 Update code for Overview of NLP Libraries in Java (#13912)
* Update code for Overview of NLP Libraries in Java

* Update code for Overview of NLP Libraries in Java

* Update code for Overview of NLP Libraries in Java
2023-04-29 21:36:21 +05:30
panos-kakos 5973029834 [JAVA-18185] Upgrade groovy version (#13926) 2023-04-29 15:47:44 +05:30
Kai Yuan d085dae380 [BAEL-6434_charAndString] Difference Between "char" and "String" (#13907) 2023-04-28 18:06:34 -05:00
Azhwani f1ac6f1857 BAEL-6352: Check if the First Letter of a String is a Number (#13883) 2023-04-29 00:13:35 +02:00
jsgrah-spring 3510d4eaa3 JAVA-20278. Please point me to the tutorial code #13768. (#13923)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-04-28 22:51:44 +05:30
edizor cce4126ea9 Update README.md
[skip ci]
2023-04-28 21:33:33 +08:00
edizor 03a6eec3c4 Update README.md 2023-04-28 21:32:04 +08:00
edizor 1a33906814 Update README.md
[skip ci]
2023-04-28 21:31:20 +08:00
edizor 86e237a142 Update README.md
[skip ci]
2023-04-28 21:29:45 +08:00
edizor 7f393b610d Update README.md
[skip ci]
2023-04-28 21:28:24 +08:00
edizor 059c8d71b8 Update README.md
[skip ci]
2023-04-28 21:26:18 +08:00
edizor 5b4ba192a0 Update README.md
[skip ci]
2023-04-28 21:20:59 +08:00
edizor 1ad6fdca44 Update README.md
[skip ci]
2023-04-28 21:15:28 +08:00
edizor 147157abe5 Update README.md
[skip ci]
2023-04-28 21:11:02 +08:00
edizor 5097fb57d1 Update README.md
[skip ci]
2023-04-28 21:06:19 +08:00
edizor 6b2b4eb4cb Update README.md
[skip ci]
2023-04-28 21:02:28 +08:00
Vini b2f2af9407 Merge pull request #13895 from achraftt/BAEL-6303
BAEL-6303: Encode passwords with Spring Boot CLI
2023-04-28 15:01:01 +02:00
edizor d3328aa8a6 Update README.md
[skip ci]
2023-04-28 20:53:23 +08:00
edizor 80f2576e67 Update README.md
[skip ci]
2023-04-28 20:44:39 +08:00
edizor a95d427a32 Update README.md
[skip ci]
2023-04-28 20:39:19 +08:00
edizor 7ab80a424d Update README.md
[skip ci]
2023-04-28 20:32:59 +08:00
edizor 51adee522f Update README.md
[skip ci]
2023-04-28 20:25:11 +08:00
edizor ae00d388df Update README.md
[skip ci]
2023-04-28 20:20:41 +08:00
edizor a50cb65db3 Update README.md
[skip ci]
2023-04-28 20:15:06 +08:00
edizor 403c4cf467 Update README.md
[skip ci]
2023-04-28 20:10:52 +08:00
Loredana Crusoveanu ba0f7855eb Merge pull request #13640 from pjfanning/patch-2
simplify StandardCharsets use
2023-04-28 11:02:57 +03:00
3hsan 561e893e86 JAVA-20280: remove wrong property (#13874) 2023-04-27 14:42:53 +03:00
Loredana Crusoveanu f695712ca4 Merge pull request #13889 from dkapil/task/JAVA-20381
JAVA-20381 Moved modules
2023-04-27 14:12:02 +03:00
Arya 01c02e151e Getting Pixel Array From Image in Java (#13911)
* Added the code for "Getting Pixel Array From Image in Java".

* The code and resources for "Getting Pixel Array From Image in Java".

* Removed the previous files from the wrong module.
2023-04-26 16:52:53 -07:00
Gaetano Piazzolla e3cc8abadb BAEL-6085 - Working with Virtual Threads in Spring 6 (#13896)
* BAEL-6085 - Working with Virtual Threads in Spring 6

* BAEL-6085 - jmeter test

* BAEL-6085 | Virtual Thread Spring 6

* BAEL-6085 | Virtual Thread Spring 6

* BAEL-6085 | Virtual Thread Spring 6

* BAEL-6085 | Java 19 for compiling and executing

* BAEL-6085 | Java 19 prop

* BAEL-6085 | Java 19 prop

* BAEL-6085 | Java 19 prop
2023-04-26 14:36:54 -07:00
doodoroma 3c29c79dc8 Merge pull request #13857 from abh1navv/BAEL-6355
BAEL-6355 - OpenAI API with Spring Boot
2023-04-26 21:19:14 +02:00
jsgrah-spring c25d5f7393 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 8f5aff6073 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ş c8cd042d64 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 6cc24e0759 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 bf3b038daa 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 b9f2acc923 [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 3d888b3561 Update README.md (#13905) 2023-04-25 19:49:12 +05:30
Dhawal Kapil 4dbe6acc18 Update README.md (#13904) 2023-04-25 19:04:52 +05:30
Dhawal Kapil 1dfd0a7e6d Update README.md (#13903) 2023-04-25 19:01:29 +05:30
jsgrah-spring eca8ddf2f5 JAVA-20481 (#13901)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-04-25 18:55:05 +05:30
Grzegorz Piwowarek 321e1d3fcc Update CancelFluxUnitTest.java (#13893) 2023-04-25 18:52:42 +05:30
Mateusz Szablak 5b6d81ff3d BAEL-6283 Creating a Test Suite with JUnit (#13873) 2023-04-25 18:38:24 +05:30
Chrys Exaucet 087561956f 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 178782aebf [BAEL-6442_Build-URL] create URL objects using apache httpclient & spring-web (#13892) 2023-04-24 19:35:42 -05:00
Adrian Bob c11605cc61 Update bulkhead test (#13836) 2023-04-24 19:32:49 +02:00