Ralf Ueberfuhr
1df07e6696
BAEL-6415: Merged Kafka-3 project into Kafka-2 project
2023-08-15 07:47:27 +02:00
Ralf Ueberfuhr
5dc9e85c2d
BAEL-6415: Add simple Kafka client example (with BootStrap Servers setting)
2023-08-04 06:02:16 +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
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
Loredana Crusoveanu
7091862cb2
Merge pull request #14522 from edizor/master
...
Update README
2023-08-02 21:23:01 +03:00
MohamedHelmyKassab
43c4176e9c
This commit is for the article BAEL-6788 ( #14513 )
...
This commit aims to add a test class (MultiValueHashMapTest) to test the HashMap that allows multiple values to be associated with the same key
2023-08-02 19:47:45 +02:00
Mo Helmy
f7998fa4fa
This commit is for the article BAEL-6792 ( #14512 )
...
This commit aims to add a test class namely (StringToMapUnitTest) that tests the conversion of string and string array into map.
2023-08-02 19:42:36 +02:00
edizor
b2ad1cb23e
Update README.md
...
[skip ci]
2023-08-02 21:51:38 +08:00
edizor
c7dd2ddee0
Update README.md
...
[skip ci]
2023-08-02 21:47:51 +08:00
edizor
82375bed38
Update README.md
...
[skip ci]
2023-08-02 21:43:06 +08:00
edizor
dab8eaee2b
Create README.md
...
[skip ci]
2023-08-02 21:37:54 +08:00
edizor
eb1b06160f
Update README.md
...
[skip ci]
2023-08-02 21:30:25 +08:00
edizor
696a259a92
Update README.md
...
[skip ci]
2023-08-02 21:27:38 +08:00
edizor
367514cc3d
Update README.md
...
[skip ci]
2023-08-02 21:22:56 +08:00
edizor
6f01be64f3
Create README.md
...
[skip ci]
2023-08-02 21:16:59 +08:00
edizor
8004cac172
Update README.md
...
[skip ci]
2023-08-02 21:13:10 +08:00
edizor
3c2a4e26bf
Create README.md
...
[skip ci]
2023-08-02 21:05:45 +08:00
edizor
a5a3428c24
Update README.md
...
[skip ci]
2023-08-02 21:02:48 +08:00
edizor
283077b86c
Update README.md
...
[skip ci]
2023-08-02 20:56:47 +08:00
edizor
566060513a
Update README.md
...
[skip ci]
2023-08-02 20:54:52 +08:00
edizor
fa7766b053
Update README.md
...
[skip ci]
2023-08-02 20:51:10 +08:00
edizor
af7755a76e
Update README.md
...
[skip ci]
2023-08-02 20:47:25 +08:00
edizor
96cd5a6ce1
Update README.md
...
[skip ci]
2023-08-02 20:41:09 +08:00
edizor
4b2e069aa5
Update README.md
...
[skip ci]
2023-08-02 20:37:55 +08:00
anuragkumawat
d4fec3ad45
JAVA-18523 Upgrade cas module and related articles ( #14504 )
...
* JAVA-18523 Upgrade cas module and related articles
* JAVA-18523 Remove deprecated WebSecurityConfigurerAdapter
2023-08-02 11:00:48 +05:30
timis1
50147f3c8e
JAVA-23392 Adding some more example for differences between Scanner n… ( #14491 )
...
* JAVA-23392 Adding some more example for differences between Scanner next() vs nextLine()
* Update NextVsNextLineUnitTest.java
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-08-01 20:44:56 +05:30
parthiv39731
8f344ca0f7
BAEL-6841 ( #14502 )
...
Improvement article - "Check if a String Has All Unique Characters in Java"
2023-08-01 11:52:01 +02:00
Bipin kumar
b35f655796
JAVA-22440_01: changes made for reverting the ejb-beans ( #14509 )
2023-08-01 10:03:07 +05:30
Pedro Lopes
5843e8212a
BAEL-6406 - Understanding Kafka Topics and Partitions ( #14324 )
...
* consumer config. topic config. driver and calculator classes.
* basic app working. test structure
* final version
* wraping up
* optimizing imports
2023-07-31 21:01:26 -06:00
ovidiumihaitacu
c8bca3abc1
[BAEL-6750] - Jackson Polymorphic Deserialization and SubTypes registration using Reflection API ( #14503 )
...
* [BAEL-6750] - Jackson Polymorphic Deserialization and SubTypes registration using Reflection API
* Renamed test files
---------
Co-authored-by: ovidiu-mihai98 <57233636+ovidiu-mihai98@users.noreply.github.com>
2023-07-31 19:19:16 +02:00
sachin
bb967e0836
BAEL-4895 brokenpipe error ( #14346 )
...
Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
2023-07-31 12:15:49 -05:00
Ulisses Lima
a0649ba357
BAEL-4165 - Custom DLL Load - Fixing the "java.lang.UnsatisfiedLinkError" Error ( #14393 )
...
* first draft
* review 1
* review 1 - test setup
2023-07-31 17:57:13 +02:00
davidmartinezbarua
b9180b0eb7
Merge pull request #14481 from sam-gardner/BAEL-6611-completablefuturevsfuturevsrxjava
...
BAEL-6611 add example code for completablefuture vs future vs rxjava …
2023-07-31 12:48:33 -03:00
Kai Yuan
eb5e9fe2b5
How to Modify a Key in a HashMap? ( #14496 )
2023-07-30 23:02:18 -05:00
Michael Olayemi
933571b813
Splitting a string into two halfs ( #14500 )
2023-07-31 07:01:30 +05:30
Michael Olayemi
92b922b6c1
How to Get the Start and the End Date of a Year using Java ( #14493 )
...
* How to Get the Start and the End Date of a Year using Java
* How to Get the Start and the End Date of a Year using Java
* How to Get the Start and the End Date of a Year using Java
2023-07-30 10:12:23 +05:30
Kasra Madadipouya
65762becc1
Merge pull request #14486 from Bipinkumar27/JAVA-22440
...
JAVA-22440: Changes made for adding Add missing submodule in respecti…
2023-07-28 21:47:30 +02:00
Dhawal Kapil
901e94d234
JAVA-18812 Disabled reuse forks option that was causing issue with SimpleTracer test ( #14490 )
2023-07-28 20:56:56 +03:00
vunamtien
53aea2f855
BAEL-5644-escape-html-java ( #14492 )
2023-07-28 16:44:51 +02:00
Bipinkumar27
1291e39d61
JAVA-22440: Changes made for adding Add missing submodule in respective container modules
2023-07-28 17:42:19 +05:30
lucaCambi77
a8001c3a8e
Docker Compose Support in Spring Boot 3 [ BAEL-6648 ] ( #14394 )
...
* feat: spring boot docker compose support
* fix: add actuator
* fix: indent
* fix: remove optional
* fix: remove mongodb config
* fix: add non docker-compose profile
---------
Co-authored-by: Eric Martin <emart.tigers@gmail.com>
2023-07-27 21:51:14 -05:00
timis1
f82330cd1b
JAVA-23344 Fix failing tests in hibernate-annotations ( #14468 )
2023-07-27 19:27:17 +03:00
timis1
4215e52c4d
JAVA-20287 Update article "Spring Cloud Azure Key Vault" ( #14488 )
...
* JAVA-20287 Update article "Spring Cloud Azure Key Vault"
* Comment the spring-cloud-azure
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-27 21:20:14 +05:30
Sam
aae5f7dc38
Scroll API Implementation ( #14435 )
...
Co-authored-by: technoddy <mail.technoddy@gmail.com>
2023-07-27 12:00:54 +02:00
Balamurugan
787ed13597
BAEL-6584: Added spring data reactive pagination along with tests ( #14478 )
...
* BAEL-6584: Added spring data reactive pagination along with tests
* BAEL-6584: removed unnecessary spaces
---------
Co-authored-by: balasr3 <balamurugan.radhakrishnan@imgarena.com>
2023-07-27 11:57:06 +02:00
hitansh-shah98
891652322d
BAEL-6674 Added code for mybatis sqlscript ( #14487 )
2023-07-27 11:53:29 +02:00
Graham Cox
a90532946c
BAEL-5847: Property-Based Testing with jqwik ( #14489 )
2023-07-27 10:53:04 +02:00
Vini
4b08a40eae
Merge pull request #14232 from vunamtien/BAEL-6541-convert-relative-path
...
BAEL-6541-convert-relative-path
2023-07-27 09:29:08 +02:00
Kasra Madadipouya
24396a71c2
Merge pull request #14456 from anuragkumawat/JAVA-18117
...
JAVA-18117 Update spring-boot-keycloak-adapters module
2023-07-26 20:23:45 +02:00
Bipinkumar27
cd6c92328d
JAVA-22440: Changes made for adding Add missing submodule in respective container modules
2023-07-26 21:35:26 +05:30