panos-kakos
2d3ef28c61
[JAVA-18138] Moved java-jdi to jdk9-and-above profile ( #13846 )
...
* [JAVA-18138] Moved java-jdi to jdk9-and-above profile
2023-04-21 12:09:19 +03:00
Avin Buricha
9727f5cbbb
BAEL-6258 | Article code ( #13782 )
...
* BAEL-6258 | Article code
* Renaming test class
2023-04-21 06:49:56 +05:30
Kai Yuan
835cdb3cff
[BAEL-6363_nextInt-vs-nextLine] Integer.parseInt(scanner.nextLine()) vs scanner.nextInt() in Java ( #13858 )
2023-04-20 17:41:34 -05:00
anuragkumawat
a3829ca6e3
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
239fb85d3e
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
1fddb80c70
Merge pull request #13870 from edizor/master
...
Update README
2023-04-20 18:06:00 +03:00
Mikhail Polivakha
9f3235b979
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
c9073e9db7
BAEL-6291: @StandardException Annotation in Lombok ( #13772 )
...
* custom exception class
* exception in vanilla java
* Revert "exception in vanilla java"
This reverts commit c1a47b95c5 .
* adding vanilla java exception
2023-04-20 12:34:11 +02:00
edizor
b9d4700181
Update README.md
...
[skip ci]
2023-04-20 17:54:06 +08:00
edizor
66364072ca
Create README.md
...
[skip ci]
2023-04-20 17:52:19 +08:00
edizor
6b736c476b
Update README.md
...
[skip ci]
2023-04-20 17:48:05 +08:00
edizor
f95a6ad63c
Update README.md
...
[skip ci]
2023-04-20 17:43:02 +08:00
edizor
adf3071181
Update README.md
...
[skip ci]
2023-04-20 17:38:05 +08:00
edizor
f99f38f268
Update README.md
...
[skip ci]
2023-04-20 17:34:22 +08:00
edizor
d5b9bb2712
Update README.md
...
[skip ci]
2023-04-20 17:30:31 +08:00
edizor
6046d82347
Update README.md
...
[skip ci]
2023-04-20 17:28:12 +08:00
edizor
c43691235b
Update README.md
...
[skip ci]
2023-04-20 17:24:21 +08:00
edizor
e980e48583
Update README.md
...
[skip ci]
2023-04-20 17:19:59 +08:00
edizor
88294906d3
Update README.md
...
[skip ci]
2023-04-20 17:17:22 +08:00
edizor
76541c07cb
Update README.md
...
[skip ci]
2023-04-20 17:13:37 +08:00
Dhawal Kapil
9bf58c945a
JAVA-19718 Minor corrections and fixes ( #13865 )
2023-04-19 23:28:25 +05:30
Bipin kumar
00229f7944
JAVA-19787 : Adding example for h2 default sql schema and data initialization ( #13863 )
2023-04-19 20:25:45 +05:30
Loredana Crusoveanu
e1c220d5a6
Merge pull request #13842 from edizor/master
...
Update README
2023-04-18 13:31:26 +03:00
Azhwani
b4c2121442
BAEL-5737: Fix the JsonMappingException: Can not deserialize instance of java.util.ArrayList ( #13837 )
2023-04-18 08:28:52 +02:00
psevestre
31a4038117
[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
cce2ed68a4
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
5b9d88a847
BAEL-6110: Fix Spring Data JPA Exception: No Property Found for Type ( #13753 )
2023-04-16 18:32:18 +02:00
Tapan Avasthi
a54cd42c9f
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
52a1b93e48
[JAVA-18446] Clean up ( #13845 )
2023-04-15 22:32:36 +05:30
Dhawal Kapil
15c2286dff
JAVA-20211 Renamed modules ( #13827 )
...
* JAVA-20211 Renamed modules
* JAVA-20211 Renamed modules
2023-04-15 10:01:14 +05:30
Bipin kumar
70094d0d06
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
6f64f6e935
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
f8c4970951
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
5b9e023fd3
[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
fa754156bd
[JAVA-18183] Added jaxb dependency ( #13833 )
2023-04-14 18:45:10 +05:30
panos-kakos
162a62f35c
[JAVA-15018] Removed redundant apache httpclient dependency + added commons-codec ( #13828 )
2023-04-14 18:38:12 +05:30
edizor
5dda6c5b3e
Update README.md
...
[skip ci]
2023-04-14 17:27:27 +08:00
edizor
b69bbef6ec
Update README.md
...
[skip ci]
2023-04-14 17:15:13 +08:00
edizor
7a66b07af6
Update README.md
...
[skip ci]
2023-04-14 17:10:41 +08:00
edizor
24d9ac6737
Update README.md
...
[skip ci]
2023-04-14 17:04:35 +08:00
edizor
56ec052150
Update README.md
...
[skip ci]
2023-04-14 16:54:40 +08:00
edizor
5a4079d671
Update README.md
...
[skip ci]
2023-04-14 16:47:31 +08:00
edizor
ae9aeabacd
Update README.md
...
[skip ci]
2023-04-14 16:35:28 +08:00
tgvLt
d1ead6b6d8
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
ccea60a207
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
f044de10ab
BAEL-5771 Add code for url query manipulation in Java ( #13820 )
2023-04-13 19:02:41 +02:00
Adrian Bob
151f0383c7
Add logging for bulkhead test ( #13834 )
2023-04-13 18:25:49 +02:00
Kumar Prabhash Anand
87fd9aa8be
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
052ea305d9
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
602d57f4ec
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