Commit Graph

11394 Commits

Author SHA1 Message Date
psevestre 4663ee7fa8 [BAEL-5905] Spoon Library (#13853)
* [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

---------

Co-authored-by: Philippe Sevestre <psevestre@gmail.com>
2023-04-17 09:16:05 -07:00
Eugene Kovko ae04ab2510 feat: BAEL-5947 External Debugging with JMXTerm (#13847)
* feat: BAEL-5947 External Debugging with JMXTerm

* fix: Removed a faulty test

* fix: Change Random to ThreadLocalRandom

* fix: Renamed a method

* fix: Formatting fix
2023-04-16 20:14:50 -07:00
Azhwani 737430655c BAEL-6110: Fix Spring Data JPA Exception: No Property Found for Type (#13753) 2023-04-16 18:32:18 +02:00
AndiCover 0ea86e69d9 BAEL-5739 Avoiding the StaleElementReferenceException in Selenium 2023-04-16 11:53:41 +02:00
Tapan Avasthi 8b674cd074 BAEL-5834: Add scenario for maven dependency convergence (#13822)
* BAEL-5834: Add scenario for maven dependency convergence

* BAEL-5834: Remove Makefile to reduce complexity

* BAEL-5834: Remove reference of Makefile

---------

Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-15 17:31:41 -05:00
panos-kakos 63c4293b6c [JAVA-18446] Clean up (#13845) 2023-04-15 22:32:36 +05:30
Dhawal Kapil e243694f39 JAVA-20211 Renamed modules (#13827)
* JAVA-20211 Renamed modules

* JAVA-20211 Renamed modules
2023-04-15 10:01:14 +05:30
Bipin kumar 68de2833f3 Java 18150 (#13818)
* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11

* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11

* JAVA-18158 : Handle MutabilityAnalysisException by adding @Test(expected = Exception.class) while upgrading the module to java-11

* JAVA-18150: Changes made for commenting whenModifying_shouldCreateNewInstance test case as assertImmutable is not work

* JAVA-18150: Changes made for moving libraries-3 to default-jdk9-and-above and integration-jdk9-and-above

* JAVA-18150: Changes made for moving ignoring whenModifying_shouldCreateNewInstance test case

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-04-15 09:43:07 +05:30
Mihail Polivaha c4ff64e4a5 BAEL-6278 rename IntegrationTest class to LiveTest (#13841)
* misha2048 Retrying Requests using Apache HttpClient

* BAEL-6278 rename IntegrationTest class to LiveTest
2023-04-14 08:50:02 -07:00
anuragkumawat 3d278ff7a9 Java 19533 fix failing integration test (#13835)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix failing integration test
2023-04-14 19:12:08 +05:30
panos-kakos 7a71f2bc0c [JAVA-15031] Upgraded code for apache httpclient + moved old version to apache-httpclient4 module. (#13830) 2023-04-14 18:48:26 +05:30
panos-kakos befc8fc255 [JAVA-18183] Added jaxb dependency (#13833) 2023-04-14 18:45:10 +05:30
panos-kakos 5471db832c [JAVA-15018] Removed redundant apache httpclient dependency + added commons-codec (#13828) 2023-04-14 18:38:12 +05:30
edizor 4a32317897 Update README.md
[skip ci]
2023-04-14 17:27:27 +08:00
edizor b2c4b2c6b0 Update README.md
[skip ci]
2023-04-14 17:15:13 +08:00
edizor d49b588e04 Update README.md
[skip ci]
2023-04-14 17:10:41 +08:00
edizor c01d45b74e Update README.md
[skip ci]
2023-04-14 17:04:35 +08:00
edizor fb71922274 Update README.md
[skip ci]
2023-04-14 16:54:40 +08:00
edizor 3bcae7f37a Update README.md
[skip ci]
2023-04-14 16:47:31 +08:00
edizor f34c3e993b Update README.md
[skip ci]
2023-04-14 16:35:28 +08:00
tgvLt 5c2126b626 Parse dates with multiple formats (#13348)
Code examples for "Parsing Date Strings with Varying Formats"
2023-04-13 23:22:30 -06:00
Tapan Avasthi b86f875dbe BAEL-6307: Use LinkedHashMap to fix order of keys during serialization (#13832)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-13 20:11:25 -05:00
sam-gardner ae52ba3968 BAEL-5771 Add code for url query manipulation in Java (#13820) 2023-04-13 19:02:41 +02:00
Adrian Bob 7a426829cb Add logging for bulkhead test (#13834) 2023-04-13 18:25:49 +02:00
Kumar Prabhash Anand 771269e07a BAEL-5965 protobuf custom configuration (#13838)
* BAEL-5965 added protobuf custom config code generation implementation

* deleted .gitignore

* BAEL-5965 added test proto src configuration

* BAEL-5965 updated module name
2023-04-13 09:23:17 -07:00
Eugene Kovko c255eb13c1 BAEL-4174: Java Modularity and Unit Testing (#13805)
* feat: Added two main modules

* feat: Renamed test module

* feat: Added scripts for compiling library modules

* feat: Added scripts for running core module

* feat: Added scripts for running test module

* fix: Fixed module name

* fix: Removed unnecessary module imports

* feat: Added script for running tests with patch

* fix: Remove unnecessary module path imports

* feat: Script for simple classpath tests

* fix: Updated output directory

* fix: Updated output directory for test compilation

* fix: Replace maven repository with local lib folder

* feat: Add lib folder

* feat: Update the scripts

* fix: Remove pom from test module

* fix: Update core pom dependencies

* fix: Remove test module from a parent pom

* fix: Removed jars and added a script

* fix: Fix a script

* fix: Fix pom conflict
2023-04-13 07:51:31 -07:00
timis1 fae3e80186 JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" … (#13670)
* JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" article

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-13 16:18:11 +03:00
ACHRAF TAITAI d964c3d1eb A Guide to @JsonIncludeProperties Annotation in Jackson (#13808) 2023-04-13 14:11:17 +02:00
Dhawal Kapil 95f844ffa4 Revert "JAVA-19475: Changes made for uncommenting feign module in the root pom.xml (#13823)" (#13831)
This reverts commit 30674d2186.
2023-04-13 08:32:26 +05:30
Alejamdro 1787041bd8 BAEL-6078 - Convert an Integer Value into 2-Digit Hex Value in Java (#13682) 2023-04-13 08:31:45 +05:30
AndiCover 725deaa8d5 BAEL-6117 Explicit Wait vs Implicit Wait in Selenium Webdriver (#13799) 2023-04-12 19:39:41 -05:00
Kai Yuan 3aaf85dcca [improve-jackson-annotation] BAEL-6308 JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES (#13807) 2023-04-12 19:35:29 -05:00
kpentaris 88a97dc6c2 Highcpu (#13821)
* Add application file for BAEL-4496

* Move BAEL-4496 code from core-java-19 to core-java-perf-2
2023-04-12 19:30:33 +02:00
ukhan1980 0057422fff [BAEL-6259] add code for cancel ongoing flux (#13795)
* [BAEL-6259] add code for cancel ongoing flux

* [BAEL-6259] refactor class name

* [BAEL-6259] fix failing test due to mocks

---------

Co-authored-by: uzma <u.khan@proxymity.io>
2023-04-12 16:52:38 +02:00
anuragkumawat cf5d158622 JAVA-19115 Create new core-java-properties sub module under core-java-modules (#13669)
* JAVA-19115 Create new core-java-properties sub module under core-java-modules
2023-04-12 17:17:52 +05:45
anuragkumawat ae3429db29 JAVA-19116 Create new core-java-compiler sub module under core-java-modules (#13658)
* JAVA-19116 Create new core-java-compiler sub module under core-java-modules
2023-04-12 16:46:55 +05:45
Loredana Crusoveanu 2839335a52 Merge pull request #13826 from dkapil/task/JAVA-20220
JAVA-20220 Added suffix -modules to aws-lambda, clojure, terraform, l…
2023-04-12 11:07:45 +03:00
panos-kakos b49cb7f83a [JAVA-19668] Put libraries-6 module to jdk9-and-above-profile (#13809) 2023-04-12 12:22:59 +05:30
Dhawal Kapil 71b441b21e JAVA-20220 Renamed test to proper convention 2023-04-12 09:47:23 +05:30
Grzegorz Musiał c20e6760b7 BAEL-5549: chore: Make the test manual since it requires testcontainers (#13804)
* BAEL-5549: chore: Make the test manual since it requires testcontainers

* BAEL-5549: doc: add run instructions
2023-04-12 09:33:46 +05:30
Dhawal Kapil 58755953cc JAVA-20220 Added suffix -modules to aws-lambda, clojure, terraform, linux-bash 2023-04-12 08:27:20 +05:30
Bipin kumar 30674d2186 JAVA-19475: Changes made for uncommenting feign module in the root pom.xml (#13823) 2023-04-12 07:52:57 +05:30
Anastasios Ioannidis 1d910fc1a3 JAVA-18142 Removed jhipster-5 (#13813) 2023-04-12 07:31:28 +05:30
3hsan d1984f843c Move lombok-module to jdk9-and-above group (excluded lombok-custom) (#13771)
* Move lombok-module to jdk9-and-above group (excluded lombok-custom)

* Update lombok version

* JAVA-18157: Update lombok version for lombok submodule, and add compiler plugin
2023-04-12 07:27:59 +05:30
anuragkumawat 0d360a264b Java 19533 Fix references to parents - Week 14 - 2023 (moved-1) (#13824)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)
2023-04-12 07:24:52 +05:30
Łukasz Włodkowski 2765db78ae [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB. (#13632)
* [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB.

* [BAEL-6165] Add other types of secrets as example

* [BAEL-6165] externalize version to properties

* [BTL-6165] create UserController

---------

Co-authored-by: Lukasz Wlodkowski <lukasz.w@bluestonepim.com>
2023-04-11 20:08:05 +01:00
Alexandru Borza 67d6b1533b Generating Time Based UUIDs (#13668)
* time-based UUIDs

* review

* review
2023-04-11 19:21:36 +01:00
Alex Tighe 0ac00ad389 BAEL-6229: loading multiple yaml files in spring boot (#13724)
* BAEL-6229: committing new example for loading multiple yaml configuration files

* BAEL-6229: updating README.md

* BAEL-6229: adding example one code, commented out

* Revert "BAEL-6229: updating README.md"

This reverts commit 51cd2dcf97f797aa6a723888fd246ef0142242a3.

* BAEL-6229: adding comments around commented out code for first example.
2023-04-11 19:15:40 +01:00
anuragkumawat 6904c81c12 JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1) (#13816) 2023-04-11 22:37:52 +05:30
anuragkumawat b9465045c2 Java 19552 Move articles from spring-core-* module to spring-di-4 module (#13814)
* JAVA-19552 Move articles from spring-core module to spring-di-4 module

* JAVA-19552 Minor Correction
2023-04-11 22:29:34 +05:30