Commit Graph

11418 Commits

Author SHA1 Message Date
Avin Buricha e606682a0b BAEL-6258 | Article code (#13782)
* BAEL-6258 | Article code

* Renaming test class
2023-04-21 06:49:56 +05:30
Kai Yuan d19a53c2d3 [BAEL-6363_nextInt-vs-nextLine] Integer.parseInt(scanner.nextLine()) vs scanner.nextInt() in Java (#13858) 2023-04-20 17:41:34 -05:00
anuragkumawat fbc3b5920b JAVA-19119 Move article Java Money and the Currency API to core-java-lang-math-3 module (#13602)
* JAVA-19119 Move article Java Money and the Currency API to core-java-lang-math-3 module
2023-04-20 19:21:19 +03:00
anuragkumawat b7ea8e622d Java 19120 Code review changes (#13747)
* JAVA-19120 Move article Lambda Expression vs. Anonymous Inner Class to core-java-8-2 module

---------

Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
2023-04-20 18:40:19 +03:00
Loredana Crusoveanu 721d287b5d Merge pull request #13870 from edizor/master
Update README
2023-04-20 18:06:00 +03:00
Mikhail Polivakha 4b540d1f0a misha2048 Generate uuids with hibernate (#13785)
* misha2048 Retrying Requests using Apache HttpClient

* Generate UUIDs with Hibernate misha2048

* BAEL-6321 change target module after review

---------

Co-authored-by: Mihail Polivaha <68962645+Mihail2048@users.noreply.github.com>
2023-04-20 20:00:56 +05:30
Pedro Lopes e80848fdc8 BAEL-6291: @StandardException Annotation in Lombok (#13772)
* custom exception class

* exception in vanilla java

* Revert "exception in vanilla java"

This reverts commit c1a47b95c558a2eb2e9cf782e633658cee08d05a.

* adding vanilla java exception
2023-04-20 12:34:11 +02:00
edizor dc97aae182 Update README.md
[skip ci]
2023-04-20 17:54:06 +08:00
edizor f7d45ebe93 Create README.md
[skip ci]
2023-04-20 17:52:19 +08:00
edizor 6cf91e7eca Update README.md
[skip ci]
2023-04-20 17:48:05 +08:00
edizor 804ec426d1 Update README.md
[skip ci]
2023-04-20 17:43:02 +08:00
edizor fd6ddc0583 Update README.md
[skip ci]
2023-04-20 17:38:05 +08:00
edizor a9e15abf6b Update README.md
[skip ci]
2023-04-20 17:34:22 +08:00
edizor e77b3ae85a Update README.md
[skip ci]
2023-04-20 17:30:31 +08:00
edizor c17f95c27c Update README.md
[skip ci]
2023-04-20 17:28:12 +08:00
edizor 28afd5133a Update README.md
[skip ci]
2023-04-20 17:24:21 +08:00
edizor 2dd966206c Update README.md
[skip ci]
2023-04-20 17:19:59 +08:00
edizor 67fa63242d Update README.md
[skip ci]
2023-04-20 17:17:22 +08:00
edizor 90b9b536ff Update README.md
[skip ci]
2023-04-20 17:13:37 +08:00
Dhawal Kapil db4e6d5e47 JAVA-19718 Minor corrections and fixes (#13865) 2023-04-19 23:28:25 +05:30
Bipin kumar 1137565f01 JAVA-19787 : Adding example for h2 default sql schema and data initialization (#13863) 2023-04-19 20:25:45 +05:30
Loredana Crusoveanu b01a849724 Merge pull request #13842 from edizor/master
Update README
2023-04-18 13:31:26 +03:00
Azhwani 61b242fcfd BAEL-5737: Fix the JsonMappingException: Can not deserialize instance of java.util.ArrayList (#13837) 2023-04-18 08:28:52 +02:00
Abhinav Pandey 8d5f39b720 BAEL-6355 - OpenAI API with Spring Boot 2023-04-17 23:33:07 +05:30
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