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
Thiago dos Santos Hora
fa88f6c181
[BAEL-4897] Shardingshere ( #14470 )
...
* [BAEL-4897] Shardingshere
* [BAEL-4897] Fixes
* [BAEL-4897] delete read me
2023-07-26 17:23:08 +02:00
Dhawal Kapil
17e24fc87e
JAVA-23379 Fixed test as per JDK 17 ( #14484 )
...
* JAVA-23379 Fixed test as per JDK 17
* JAVA-23379 Made SimpleDateFormat local specific
2023-07-26 15:33:04 +05:30
Loredana Crusoveanu
33a6f4610b
Merge pull request #14485 from edizor/master
...
Update README
2023-07-26 12:59:40 +03:00
ACHRAF TAITAI
3d76035de8
BAEL-6713: Convert List<Long> Object to long[] Array in Java ( #14479 )
2023-07-26 11:17:26 +02:00
edizor
fca0f32ab7
Update README.md
...
[skip ci]
2023-07-26 16:14:40 +08:00
edizor
812d7fab52
Update README.md
...
[skip ci]
2023-07-26 16:07:48 +08:00
edizor
6f59c747ca
Update README.md
...
[skip ci]
2023-07-26 16:03:39 +08:00
edizor
b4a41a3865
Update README.md
...
[skip ci]
2023-07-26 16:03:06 +08:00
edizor
891e76f630
Update README.md
...
[skip ci]
2023-07-26 16:00:14 +08:00
edizor
dd504e3855
Update README.md
...
[skip ci]
2023-07-26 15:56:55 +08:00
edizor
3839455026
Update README.md
...
[skip ci]
2023-07-26 15:52:01 +08:00
edizor
51982ca793
Update README.md
...
[skip ci]
2023-07-26 15:49:02 +08:00
edizor
278af26fdc
Update README.md
...
[skip ci]
2023-07-26 15:45:36 +08:00
edizor
d87ee38baa
Update README.md
...
[skip ci]
2023-07-26 15:40:25 +08:00
edizor
679fe45611
Create README.md
...
[skip ci]
2023-07-26 15:34:16 +08:00
Michael Olayemi
ddce1d63db
Law of Demeter in Java ( #14465 )
...
* Law of Demeter in Java
* Law of Demeter in Java
* Law of Demeter in Java
2023-07-26 10:55:09 +05:30
Sam Gardner
686f39fc38
BAEL-6611 add example code for completablefuture vs future vs rxjava comparison
2023-07-25 14:05:05 +01:00
timis1
f471dd3cf9
JAVA-23211 Upgrade dependencies versions for helidon-mp module ( #14472 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-25 13:02:08 +05:30
panos-kakos
0a3998e407
[JAVA-23091] Upgraded esapi version and removed it form main pom.xml ( #14384 )
...
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-07-25 12:59:21 +05:30
Bipin kumar
2229e249a5
JAVA-22625: Changes made for formatting the pom.xml ( #14327 )
...
* JAVA-22625: Changes made for formatting the pom.xml
* JAVA-22625: Changes made for formatting the pom.xml
* JAVA-22625: commenting module
* JAVA-22625: commenting module
2023-07-25 12:04:39 +05:30
panos-kakos
0fd8f7ba2e
[JAVA-23092] Upgrade jmh-core and jmh-generator dependencies to 1.36 ( #14387 )
...
* [JAVA-23092] Upgrade jmh-core and jmh-generator dependencies to 1.36
* [JAVA-23091] Clean up
2023-07-25 11:50:47 +05:30
davidmartinezbarua
37510f10fd
Merge pull request #14373 from ukhan1980/BAEL-6697-fail-maven-build-if-coverage-falls
...
[BAEL-6697] code for jacoco fail build
2023-07-24 19:16:29 -03:00