Commit Graph

12364 Commits

Author SHA1 Message Date
Manfred 49eca77e82 BAEL-6521 - Lock Header Rows with Apache POI (#14535) 2023-08-09 21:12:18 -05:00
Kasra Madadipouya aa2686bc4a Merge pull request #14550 from ehsansasanian/java-20349-move-pre-jpms-module
java-20349: move pre-jpms module to core-java-9 module
2023-08-09 23:59:51 +02:00
Harry9656 9a49d47150 Java-6316: Migrated to the New Elastic Search Java Client (#14483)
* Java-6316:  Migrated to the New Elastic Search Java Client

* Update the ElasticSearch Client Library to 8.9.0
2023-08-09 17:23:41 +02:00
Loredana Crusoveanu f439ab873d Merge pull request #14558 from edizor/master
Update README
2023-08-09 18:07:13 +03:00
Vladyslav Chernov 7ab8374bd9 BAEL-5852: What does the Holder<T> do in Java? (#14477)
Co-authored-by: Vladyslav Chernov <vlad.chrv@gmail.com>
2023-08-09 20:12:00 +05:30
Michael Olayemi 4b99565de3 Introduction to Pants Build Tool (#14517)
* Introduction to Pants Build Tool

* Introduction to Pants Build Tool

* Introduction to Pants Build Tool

* Introduction to Pants Build Tool

* Introduction to Pants Build Tool
2023-08-09 20:05:00 +05:30
edizor 7515ad6efe Update README.md
[skip ci]
2023-08-09 20:53:09 +08:00
edizor f68319aef0 Update README.md
[skip ci]
2023-08-09 20:50:47 +08:00
edizor 0276583d48 Update README.md
[skip ci]
2023-08-09 20:45:45 +08:00
edizor 8eddc9126e Create README.md
[skip ci]
2023-08-09 20:31:09 +08:00
edizor e0a5015914 Update README.md
[skip ci]
2023-08-09 20:25:58 +08:00
edizor db956411f3 Update README.md
[skip ci]
2023-08-09 20:22:23 +08:00
edizor 97416e6ea8 Update README.md
[skip ci]
2023-08-09 20:17:48 +08:00
edizor 03c206ac2d Update README.md
[skip ci]
2023-08-09 20:14:42 +08:00
edizor 2b1efbc4ed Update README.md
[skip ci]
2023-08-09 20:08:27 +08:00
edizor cafce540c7 Create README.md
[skip ci]
2023-08-09 20:04:00 +08:00
edizor b8f65ed6d7 Create README.md
[skip ci]
2023-08-09 20:00:07 +08:00
edizor de908f5da7 Create README.md
[skip ci]
2023-08-09 19:54:33 +08:00
Kai Yuan 4945be2fd6 What's the Difference Between Iterator and Listiterator? (#14547) 2023-08-08 19:05:39 -05:00
Kasra Madadipouya e10a895ba0 Merge pull request #14549 from GaetanoPiazzolla/JAVA-24008-fix-test
JAVA-24008 | fix tests
2023-08-08 19:45:16 +02:00
davidmartinezbarua 2e44c635e9 Merge pull request #14520 from sam-gardner/BAEL-6837-get-first-item-from-set
BAEL-6837 Add example code for getting the first item from a Set
2023-08-08 10:58:59 -03:00
parthiv39731 811df00130 BAEL-6801 (#14545)
Validate string length with Java validation annotations
2023-08-08 07:35:59 +02:00
Ehsan Sasanianno 743d8e8ad4 java-20349: move pre-jpms module to core-java-9 module 2023-08-07 22:50:40 +02:00
GaetanoPiazzolla cd807d3e21 JAVA-24008 | fix tests 2023-08-07 20:44:56 +02:00
Kasra Madadipouya 0061f631a8 Merge pull request #14534 from Bipinkumar27/JAVA-22625
JAVA-22625:Changes made for testing the failing module
2023-08-07 20:04:03 +02:00
Kasra Madadipouya dba3518a56 JAVA-24005 disable failing (sub)-modules temporary (#14543) 2023-08-07 23:24:37 +05:30
Kasra Madadipouya a8cb729d76 Merge pull request #14518 from Bipinkumar27/JAVA-23773
JAVA-22773: Adding spring-boot-starter-web dependency for stopping the…
2023-08-07 19:42:17 +02:00
Alex Tighe 6a6ac00db2 BAEL-6458: Guide to the yield Keyword in Java (#14440)
* BAEL-6229: committing new example for loading multiple yaml configuration files

* BAEL-6229: updating README.md

* BAEL-6229: adding example one code, commented out

* Revert "BAEL-6229: updating README.md"

This reverts commit 51cd2dcf97f797aa6a723888fd246ef0142242a3.

* BAEL-6229: adding comments around commented out code for first example.

* BAEL-6458: creating new module for conditionals and adding examples for yield

* BAEL-6458: creating new module for conditionals and adding examples for yield

* BAEL-6458: rename methods

* BAEL-6458: clean up pom

* BAEL-6458: convert checks to tests

* BAEL-6458: convert checks to tests

* BAEL-6458: convert checks to tests

* BAEL-6458: move examples to just YieldTest and removed YieldExamples class. Also added assigning the value of the switch expression to a variable instead of returning from method. Also added a non-default exhaustive test.

* BAEL-6458: Test clean up based on initial PR feedback.
2023-08-07 18:38:05 +01:00
Bipinkumar27 4bd1da5dd1 JAVA-23773: Changes made for adding classPath in properties file 2023-08-07 18:40:50 +05:30
Kai Yuan 966d488013 Remove Duplicate Values From HashMap in Java (#14519)
* Remove Duplicate Values From HashMap in Java

* fix the typo in the package name
2023-08-06 12:49:57 -05:00
Kasra Madadipouya fdfc98264d Merge pull request #14360 from panos-kakos/TASK-22456
TASK 22456
2023-08-06 15:59:02 +02:00
BHARATH GANESH ad939d477d BAEL-6504: Convert Json Array to Java list (#14049) 2023-08-06 18:10:47 +05:30
Loredana Crusoveanu b9dd050af8 Merge pull request #14538 from eugenp/disable-suanshu
comment suanshu library - see JAVA-24004
2023-08-06 11:02:05 +03:00
Gaetano Piazzolla f90e26db1f JAVA-23319 | Moving DualPrintStream (#14524)
* JAVA-23319 | moving DualPrintStream

* JAVA-23319 | adding checkerror
2023-08-06 10:40:03 +05:30
Kasra Madadipouya 746b11f454 Merge pull request #14530 from GaetanoPiazzolla/JAVA-22203-fix-integration-test
JAVA-22203 | Fixed Race Condition with JMS test
2023-08-05 21:55:31 +02:00
Loredana Crusoveanu 2d02afc626 comment suanshu library - see JAVA-24004 2023-08-05 21:24:21 +03:00
Loredana Crusoveanu 418313aa20 comment suanshu library - see JAVA-24004 2023-08-05 21:15:55 +03:00
GaetanoPiazzolla de718f0950 JAVA-22203 | removed unused throws 2023-08-05 16:00:34 +02:00
GaetanoPiazzolla 51488ba32f JAVA-22203 | Fixed race condition. 2023-08-05 15:57:27 +02:00
Tapan Avasthi 8aecf2fd3f BAEL-6831: Convert an int[] Array to HashSet in Java (#14525)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-08-05 08:44:19 -05:00
Eugene Kovko 760825405a BAEL-6651: Embeddable Records in Hibernate 6 (#14516)
* BAEL-6651: Bumped Spring Boot version

* BAEL-6651: Replaced flaky test

* BAEL-6651: Embeddable example with tests
2023-08-04 19:39:09 +02:00
Bipinkumar27 2ed0b60446 JAVA-22625:Changes made for testing the failing module 2023-08-04 20:06:01 +05:30
Josiah Noel 80f4f5a7d0 Add Example Code (#14521) 2023-08-04 11:54:26 +02:00
Vini 2879e21aeb Merge pull request #14526 from vunamtien/BAEL-6541-convert-relative-path-2
BAEL-6541-convert-relative-path-2
2023-08-04 10:53:52 +02:00
Loredana Crusoveanu f2f7fe0ba9 Merge pull request #14531 from eugenp/lor6-patch-1
Update CertificatesUnitTest.java
2023-08-04 11:12:48 +03:00
Loredana Crusoveanu 41d11e7d46 Update CertificatesUnitTest.java 2023-08-04 10:42:58 +03:00
GaetanoPiazzolla 71c4159a87 JAVA-22203 | Forced start and stop + sleep 2023-08-04 09:23:30 +02:00
victorsempere d278ca2066 Feature/BAEL-5575 (#14350)
* BAEL-5575

First commit of the example for the article:
https://drafts.baeldung.com/wp-admin/post.php?post=153774&action=edit

* BAEL-5575

Adjusted pom.xml

* BAEL-5575

Formatted source code

* BAEL-5575

Removed unused import

* BAEL-5575

Renamed UT to follow: https://docs.google.com/document/d/1iIeSPuYFG-jEtB8UbcxQnn2AI3OR2LWlnisNo2NUCL8/edit

* BAEL-5575

Modified pom.xml to define versions in  properties  as stated in:
https://docs.google.com/document/d/1iIeSPuYFG-jEtB8UbcxQnn2AI3OR2LWlnisNo2NUCL8/edit

* BAEL-5575

Changes checking the commands:
* mvn clean install
* mvn clean install -Dgib.enabled=false

* BAEL-5575

Set GB as the base language

* BAEL-5575

Removed explicit references to jakarta in pom.xml
Reduced code to instanciate Thymeleaf engine

* BAEL-5575

Adjusting parent artifactId
2023-08-03 14:45:32 +02:00
tienvn 1e05bb6e98 BAEL-6541-convert-relative-path 2023-08-03 17:59:49 +07:00
neha298 de5e3f519d Spring Boot with Apache Pulsar (#14341)
* Add dead-letter configuration with code refactor

* Add String consumer

* Add customizers in message producers

* Reindent PulsarConsumer.java

* Reindent PulsarProducer.java

* Reindent pom.xml and remove readme

* Update log in PulsarConsumer

* Re-indent main class and remove test directory
2023-08-02 20:21:15 +01:00