Commit Graph

28227 Commits

Author SHA1 Message Date
Ralf Ueberfuhr
285bec2531 BAEL-6415: Add simple Kafka client example (with BootStrap Servers setting) 2023-08-04 06:02:16 +02:00
victorsempere
0f9550b4e3 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
8f27b58aa7 BAEL-6541-convert-relative-path 2023-08-03 17:59:49 +07:00
neha298
645169a951 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
2a323d310a Merge pull request #14522 from edizor/master
Update README
2023-08-02 21:23:01 +03:00
MohamedHelmyKassab
b003cd198b 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
122c663999 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
38bb93bfef Update README.md
[skip ci]
2023-08-02 21:51:38 +08:00
edizor
f856c47677 Update README.md
[skip ci]
2023-08-02 21:47:51 +08:00
edizor
36f4bdb503 Update README.md
[skip ci]
2023-08-02 21:43:06 +08:00
edizor
71b8229974 Create README.md
[skip ci]
2023-08-02 21:37:54 +08:00
edizor
75fa5bf710 Update README.md
[skip ci]
2023-08-02 21:30:25 +08:00
edizor
6abc60ee2d Update README.md
[skip ci]
2023-08-02 21:27:38 +08:00
edizor
447488b94c Update README.md
[skip ci]
2023-08-02 21:22:56 +08:00
edizor
fea89b6ea6 Create README.md
[skip ci]
2023-08-02 21:16:59 +08:00
edizor
3473531036 Update README.md
[skip ci]
2023-08-02 21:13:10 +08:00
edizor
0bcffff6cf Create README.md
[skip ci]
2023-08-02 21:05:45 +08:00
edizor
97ec191686 Update README.md
[skip ci]
2023-08-02 21:02:48 +08:00
edizor
6b0f219810 Update README.md
[skip ci]
2023-08-02 20:56:47 +08:00
edizor
62f0ba4d62 Update README.md
[skip ci]
2023-08-02 20:54:52 +08:00
edizor
f75ef9e0f5 Update README.md
[skip ci]
2023-08-02 20:51:10 +08:00
edizor
152db7dbe8 Update README.md
[skip ci]
2023-08-02 20:47:25 +08:00
edizor
438019a37a Update README.md
[skip ci]
2023-08-02 20:41:09 +08:00
edizor
3d697dce87 Update README.md
[skip ci]
2023-08-02 20:37:55 +08:00
Sam Gardner
8841a720a9 BAEL-6837 Add example code for getting the first item from a Set 2023-08-02 12:05:17 +01:00
anuragkumawat
68167f73c0 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
Bipinkumar27
30009184e6 JAVA-22773: Adding spring-boot-starter-web dependecy for stopping the application closes immediately 2023-08-01 21:26:00 +05:30
timis1
3fb58d5683 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
4401a6c258 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
136ba8a382 JAVA-22440_01: changes made for reverting the ejb-beans (#14509) 2023-08-01 10:03:07 +05:30
Pedro Lopes
e2df834665 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
bfc63c6eeb [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
17d9cc854e 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
adf98d4597 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
ce6219a626 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
panos-kakos
c966588a95 [TASK-22456] Added missing article from README.md 2023-07-31 12:01:04 +03:00
panos-kakos
b426490cb3 Merge pull request #23 from panos-kakos/master
Update from master
2023-07-31 11:55:28 +03:00
Kai Yuan
f2192bfbcf How to Modify a Key in a HashMap? (#14496) 2023-07-30 23:02:18 -05:00
Michael Olayemi
a70a5e0cbc Splitting a string into two halfs (#14500) 2023-07-31 07:01:30 +05:30
Michael Olayemi
d38bf7c256 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
4c4dc15cfe 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
35c0b1b0f7 JAVA-18812 Disabled reuse forks option that was causing issue with SimpleTracer test (#14490) 2023-07-28 20:56:56 +03:00
vunamtien
c99aead112 BAEL-5644-escape-html-java (#14492) 2023-07-28 16:44:51 +02:00
Bipinkumar27
cae0390356 JAVA-22440: Changes made for adding Add missing submodule in respective container modules 2023-07-28 17:42:19 +05:30
lucaCambi77
412374ed48 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
4bb9fa006d JAVA-23344 Fix failing tests in hibernate-annotations (#14468) 2023-07-27 19:27:17 +03:00
timis1
5a5c71e66f 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
336a15050f Scroll API Implementation (#14435)
Co-authored-by: technoddy <mail.technoddy@gmail.com>
2023-07-27 12:00:54 +02:00
Balamurugan
17e56bbce7 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
a1d50fe4a1 BAEL-6674 Added code for mybatis sqlscript (#14487) 2023-07-27 11:53:29 +02:00