Commit Graph

12721 Commits

Author SHA1 Message Date
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
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
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
Shahul Basha f3069c6ebc BAEL-6830 (#14742)
* BAEL-6830 example changed based on editor review comments

* BAEL-6830 example changed based on editor review comments

* BAEL-6830 example changed based on editor review comments
2023-09-10 08:45:10 -07:00
Kasra Madadipouya fa5eb584ed Merge pull request #14729 from timis1/JAVA-23697_1
JAVA-23697 Upgrade spring-ejb-modules/ejb-beans sub-module to work wi…
2023-09-10 00:10:36 +02:00
Harry9656 677f8ae2d0 BAEL-6538: Geospatial Support in ElasticSearch (#14554)
* Migrated to spring-boot and created the first working test.

* JAVA-6538: Refactor Java GeoQueries to Java Client for Ealastic.
2023-09-09 21:37:16 +02:00
Harry9656 4609814e3c BAEL-6896: Add test for public static final field lookup. (#14668) 2023-09-09 21:28:24 +02:00
Loredana Crusoveanu e6a231d824 Merge pull request #14734 from edizor/master
Update README
2023-09-09 18:33:53 +03:00
Liam Williams ba5065c692 Merge pull request #14740 from rajat-garg/rg/extension-from-mime-type
[BAEL-6730] Move hardcoded version to properties
2023-09-09 15:47:46 +01:00
Ehsan Sasanianno e6495a3ad1 java-21464: rename test classes to LiveTest for Jenkins operation 2023-09-09 14:50:27 +02:00
rajatgarg 30b5e9d7cb Move hardcoded version to properties 2023-09-09 15:25:14 +05:30
Bipinkumar27 1189911fc0 JAVA-24545: Changes made for fixing issues in core-java-perf-2 2023-09-09 15:22:02 +05:30
davidmartinezbarua c23598241f Merge pull request #14721 from sam-gardner/BAEL-6729-mock-same-method-different-params
BAEL-6729 Add example code for mocking one method with multiple param…
2023-09-08 14:17:23 -03:00
edizor bcacb5a37a Update README.md
[skip ci]
2023-09-08 22:48:56 +08:00
edizor ce893ce074 Update README.md
[skip ci]
2023-09-08 22:46:17 +08:00