Commit Graph

12733 Commits

Author SHA1 Message Date
panos-kakos 65d94649f1 [JAVA-22209] Upgraded spring-cloud-netflix-feign module to jdk17 2023-09-22 16:37:25 +03:00
panos-kakos 829593380b [JAVA-22209] Upgraded spring-cloud-zuul-eureka-integration module to jdk17 + fixed tests in spring-cloud-archaius module 2023-09-18 12:34:20 +03:00
davidmartinezbarua cd16715e10 Merge pull request #14757 from parthiv39731/PR-6880
BAEL-6880, How to replace deprecated jdbcTemplate.queryForObject and …
2023-09-17 10:21:10 -03:00
Loredana Crusoveanu 2c7bba9332 Merge pull request #14778 from edizor/master
Update README
2023-09-17 14:36:32 +03:00
Michael Olayemi 2a574249c1 Add Minutes to a String Time in Java (#14767) 2023-09-17 08:44:00 +05:30
Kasra Madadipouya c0c078c638 Merge pull request #14768 from timis1/JAVA-24379
JAVA-24379 Cleanup un-committed or un-ignored artifacts - Week 35 - 2…
2023-09-16 22:31:44 +02:00
edizor 64b8889bab Update README.md
[skip ci]
2023-09-16 09:26:17 +08:00
edizor 3e91cea3b7 Update README.md
[skip ci]
2023-09-16 09:23:27 +08:00
edizor 57448bdc88 Update README.md
[skip ci]
2023-09-16 09:19:02 +08:00
edizor 1e1dc78e41 Update README.md
[skip ci]
2023-09-16 09:10:33 +08:00
edizor b032c439b3 Update README.md
[skip ci]
2023-09-16 09:05:48 +08:00
edizor 9fb2ef8bc0 Update README.md
[skip ci]
2023-09-16 09:00:17 +08:00
Kai Yuan fc1a1520e4 [assert-regex-match] Assert Regex Matches in JUnit (#14752)
* [assert-regex-match] Assert Regex Matches in JUnit

* [assert-regex-match] remove java version
2023-09-15 16:21:48 -05:00
Bipin kumar 1368a8c57f JAVA-24677: Removing duplicate module causing build failure (#14761) 2023-09-15 19:41:14 +03:00
Kasra Madadipouya c54cd04c33 Merge pull request #14766 from panos-kakos/JAVA-23099
Java 23099
2023-09-15 15:23:14 +02:00
Saikat Chakraborty 07059835d1 Bael 5016: IN Query Pattern in Cassandra (#14707)
* Add Cassandra IN Query and update pom file

* Add Cassandra IN Query and update pom file

* add assertion on tests

* format code and move package

* format code

---------

Co-authored-by: Saikat <“saikatcse03@gmail.com”>
2023-09-15 18:28:09 +05:30
Kasra Madadipouya 3d4080b6bc Merge pull request #14760 from Bipinkumar27/JAVA-23970
JAVA-23970: fixes made for Update article "Get Cookies From the Apach…
2023-09-15 14:27:45 +02:00
Kasra Madadipouya f820b37b6f Merge pull request #14739 from Bipinkumar27/JAVA-24545
JAVA-24545: Changes made for fixing issues in core-java-perf-2
2023-09-15 13:41:31 +02:00
Amol Gote 78b183b581 BAEL-6791 - Added in existing module Unit tests and Bench mark tests. (#14744)
* BAEL-6791 - Added in existing module Unit tests and Bench mark tests.

* BAEL-6791 - Put all of your code in a single package that refers to your article

* BAEL-6791 -
PR - add a newline after the package statements
PR - use 2-space indents for line continuations.
Use given-when-then naming convention for test methods
2023-09-14 21:00:04 -05:00
Bhaskar Ghosh Dastidar c1b2a9d4f7 BAEL-6838-index-of-set-element (#14771)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-09-14 16:17:36 -07:00
psevestre 12ba505cb4 [BAEL-6694] Secure Kubernetes Secrets with Vault (#14762)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5258] Article Code

* [BAEL-2765] PKCE Support for Secret Clients

* [BAEL-5698] Article code

* [BAEL-5698] Article code

* [BAEL-5905] Initial code

* [BAEL-5905] Article code

* [BAEL-5905] Relocate article code to new module

* [BAEL-6275] PostgreSQL NOTIFY/LISTEN

* [BAEL-6275] Minor correction

* BAEL-6138

* [BAEL-6138] WIP - LiveTest

* [BAEL-6138] Tutorial Code

* [BAEL-6138] Tutorial Code

* [BAEL-6694] Article Code

---------

Co-authored-by: Philippe Sevestre <psevestre@gmail.com>
2023-09-14 14:31:24 -07:00
panos-kakos d10aa5a257 [JAVA-23099] Fixed wrong version 2023-09-14 18:48:44 +03:00
timis1 2a93f2dac2 JAVA-24379 Cleanup un-committed or un-ignored artifacts - Week 35 - 2023 (moved-2) 2023-09-14 18:33:21 +03:00
panos-kakos 8c400720c0 [JAVA-24004] Replaced SuanShu library with a fork (#14649) 2023-09-14 13:23:49 +03:00
panos-kakos cc82be9051 [JAVA-23099] Clean up 2023-09-14 12:45:44 +03:00
panos-kakos 3fd92ae136 [JAVA-23099] Clean up 2023-09-14 12:42:28 +03:00
Loredana Crusoveanu ed42de668a Merge pull request #14764 from eugenp/move-string-article
BAEL-6811 move string article to make space for a new one using the s…
2023-09-14 10:06:06 +03:00
Loredana Crusoveanu a6ec9122ea BAEL-6811 move string article to make space for a new one using the same library; delete extra file 2023-09-14 10:01:58 +03:00
Bipin kumar 9516c2bd9b Merge branch 'eugenp:master' into JAVA-23970 2023-09-14 08:31:19 +05:30
davidmartinezbarua 8bdab701bf Merge pull request #14727 from parthiv39731/PR-6669
BAEL-6669, Passing Class Name as Parameter in Java
2023-09-13 15:03:07 -03:00
Bipinkumar27 e8dbbe8bdd JAVA-23970: fixes made for Update article "Get Cookies From the Apache HttpClient Response" 2023-09-13 22:15:11 +05:30
Bipinkumar27 76a427219e JAVA-24545: Incorporating review comments 2023-09-13 19:50:36 +05:30
panos-kakos ac590b3823 JAVA-17488 (#14694)
Moved remaining apache-httpclient v4 code from apache-httpclient to apache-httpclient4
2023-09-13 13:16:19 +03:00
panos-kakos d167545325 [JAVA-20157] Upgraded core-java-serialization module to JDK17 (#14646)
* [JAVA-20157] Upgraded core-java-serialization module to JDK17

* [JAVA-20157] Upgraded core-java-nio-2 module to JDK17
2023-09-13 12:39:35 +03:00
Kasra Madadipouya 3fe0fabd54 Merge pull request #14755 from Bipinkumar27/JAVA-20500
Java 20500
2023-09-13 11:34:31 +02:00
Bipin kumar 76f7964c96 JAVA-24677: Changes made for add sub-modules in parents (#14690) 2023-09-13 12:28:47 +03:00
Bipin kumar e53995fc81 JAVA-24547: Fixes made for adding spring-data-jpa-repo-3 (#14735) 2023-09-13 12:21:55 +03:00
Michael Olayemi cc911cefeb Differences between Heap Dump, thread dump and core dump (#14718)
* Differences between Heap Dump, thread dump and core dump

* Differences between Heap Dump, thread dump and core dump

* Differences between Heap Dump, thread dump and core dump

* Differences Between Heap Dump, Thread Dump and Core Dump
2023-09-13 06:48:47 +05:30
Kai Yuan 7c02a6ffdb [integer-to-digits] How to Split an Integer Number Into Digits in Java (#14736) 2023-09-12 16:46:08 -05:00
vunamtien 9bec8ebcdb BAEL-6816-create-stream-regex-matches (#14731)
* BAEL-6816-create-stream-regex-matches

* add unit test

---------

Co-authored-by: tienvn <tienvn@>
2023-09-12 21:58:56 +02:00
parthiv39731 66bfe0102b BAEL-6880, How to replace deprecated jdbcTemplate.queryForObject and jdbcTemplate.query in spring boot 2.4.X and above 2023-09-12 10:12:53 -07:00
Bipinkumar27 77270f8418 JAVA-20500: Changes made for Merge annotations module with google-auto-project(removing annotations module) 2023-09-12 19:22:23 +05:30
Bipinkumar27 d0ed4ad157 JAVA-20500: Changes made for Merge annotations module with google-auto-project 2023-09-12 19:21:39 +05:30
Bhaskar Ghosh Dastidar 42188fdc2d BAEL-6838-index-of-set-element (#14747)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-09-11 17:37:38 -07:00
Kasra Madadipouya 6978371d17 Merge pull request #14705 from ehsansasanian/java-21464-upgrade-java-cassandra-to-jdk17
java-21464: upgrade java-cassandra to jdk17
2023-09-12 00:24:01 +02:00
Kasra Madadipouya 2fa916c081 Merge pull request #14751 from timis1/JAVA-25113
JAVA-25113 Review add-opens and add-exports in modules - Week 35 - 20…
2023-09-11 23:52:24 +02:00
timis1 76f82aaa0b JAVA-25113 Review add-opens and add-exports in modules - Week 35 - 2023 (moved-1) (conti-1) 2023-09-11 23:53:29 +03:00
mmomjya 3d522eb8c4 BAEL-6142 Map clear methods in Java (#14255)
Co-authored-by: Mariam Momjyan <mmomjyan@vmware.com>
2023-09-11 07:40:30 -07:00
Hamid Reza Sharifi d2a1340d5c Bael 6188: Extract CN from X509Certificate in Java (#14681)
* #BAEL-6188:add unit tests

* #BAEL-6188:add dependencies

* #BAEL-6188:add certificate

* #BAEL-6188:add extract CN using Regex

* #BAEL-6188:refactor CN using Regex

* #BAEL-6188:refactor test case name

* #BAEL-6188:add properties for dependency version
2023-09-10 14:11:22 -05:00
Alexandru Borza 53f3cf70a1 BAEL-6727 Streams vs. Loops in Java (#14741) 2023-09-10 08:49:43 -07:00