Commit Graph

25898 Commits

Author SHA1 Message Date
lukaswlodkowski
84edb65381 [BAEL-5355] removed final modifiers (#12964) 2022-11-05 09:01:14 +01:00
Loredana Crusoveanu
6edac209c4 JAVA-15245 use dynamic port (#12910) 2022-11-04 22:05:10 +05:30
Loredana Crusoveanu
81239debde Merge pull request #12966 from jsgrah-spring/master
JAVA-14499. Fix: Failed to read artifact descriptor for com.gemstone.…
2022-11-04 09:49:50 +02:00
Kai Yuan
a02b3b49bb [slicingArrays] Slicing Arrays in Java (#12957) 2022-11-03 20:59:33 -05:00
jsgrah-spring
2e646fadfa JAVA-14499. Revert code changes. 2022-11-03 21:01:55 +01:00
jsgrah-spring
6847aaf62f Merge branch 'master' of https://github.com/jsgrah-spring/tutorials 2022-11-03 20:59:10 +01:00
jsgrah-spring
bf4a131090 Merge branch 'eugenp:master' into master 2022-11-03 20:58:59 +01:00
jsgrah-spring
bbf928a7c4 JAVA-14499. Revert code changes. 2022-11-03 20:58:17 +01:00
Jonathan Cook
d0dd334510 BAEL-5236 - Apache Camel Exception Handling (#12973)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

* BAEL-4756 - Mockito MockSettings

* BAEL-4756 - Mockito MockSettings - fix spelling

* BAEL-2674 - Upgrade the Okhttp article

* BAEL-4204 - Adding Interceptors in OkHTTP

* BAEL-4836 - Mocking Static Methods with Mockito

* BAEL-4205 - A Guide to Events in OkHTTP

* BAEL-5408 - Update Camel version in spring-boot-camel module

* BAEL-5234 - Apache Camel Routes Testing in Spring Boot

* BAEL-5234 - Apache Camel Routes Testing in Spring Boot

* BAEL-5237 - Apache Camel Conditional Routing

* BAEL-5236 - Apache Camel Exception Handling

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-11-03 09:40:26 -07:00
Satyarth Shankar
a9382cf0f9 retry when rxjava (#12961)
* BAEL-5751 test commit for checkin builds

* BAEL-5751 compiled with java 8

* BAEL-5751 small update

* BAEL-5751 added the core code

* BAEL-5751 moved code to a different module

* BAEL-5751 using assertArrayEquals

* BAEL-5751 new line at the end of file

* BAEL-5738 retry with delay in rxJava

* Update RxJavaRetryWithDelayUnitTest.java

Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>
2022-11-03 09:19:56 +01:00
jsgrah-spring
45e496611a Merge branch 'eugenp:master' into master 2022-11-03 02:23:42 +01:00
jsgrah-spring
4f4e7afadf JAVA-14499. Comment out spring-data-gemfire and point to spring-data-geode for further reference. 2022-11-03 00:32:37 +01:00
Loredana Crusoveanu
45c3bb9e42 Merge pull request #12972 from edizor/master
README
2022-11-02 16:18:22 +02:00
edizor
401560f70f Update README.md
[skip ci]
2022-11-02 21:17:34 +08:00
edizor
39e9e0d2fa Update README.md
[skip ci]
2022-11-02 21:14:44 +08:00
edizor
926afa1513 Update README.md
[skip ci]
2022-11-02 21:12:34 +08:00
edizor
fa6db9f95f Create README.md
[skip ci]
2022-11-02 21:08:28 +08:00
edizor
d75e2cebac Update README.md
[skip ci]
2022-11-02 21:03:03 +08:00
edizor
3adac04b96 Update README.md 2022-11-02 20:43:48 +08:00
edizor
3ce0ffe7b0 Update README.md 2022-11-02 20:41:57 +08:00
edizor
fe9adb6c61 Update README.md 2022-11-02 20:35:07 +08:00
Loredana Crusoveanu
c66b1dfa1b Merge pull request #12970 from thibaultfaure/improvement/BAEL-5629-upgrade-jcache-article
BAEL-5629 fix integration test for jcache article
2022-11-02 12:40:11 +02:00
Loredana Crusoveanu
001a63d012 Merge pull request #12969 from ulisseslima/bael-5851_quick-fix_factory-pattern-generics
bael-5851 - quick fix - Factory Pattern with Generics in Java
2022-11-01 19:37:34 +02:00
thibault.faure
a30af73782 BAEL-5629 fix integration test for jcache article 2022-11-01 17:45:20 +01:00
Ulisses Lima
8e8496f196 bael-5851 2022-11-01 13:01:30 -03:00
vunamtien
95f77aded8 calculate standard deviation (#12963)
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-11-01 08:38:06 -07:00
jsgrah-spring
a1233430e8 JAVA-14499. Fix: Failed to read artifact descriptor for com.gemstone.gemfire:gemfire:jar:8.1.0: Could not transfer artifact com.gemstone.gemfire:gemfire:pom:8.1.0 from/to gemstone. 2022-11-01 14:05:34 +01:00
achraftt
a5fa462e93 BAEL-5791: adapt pom file 2022-10-31 22:41:33 +01:00
Olu
eb633a5b19 swapped the order of arguments for assertEquals() (#12956)
* Creating a Deep vs Shallow Copy of an Object in Java

* completed tests for LinkedHashSet

* update

* updated PR

* swapped the order of arguments for assertEquals()
2022-10-31 14:08:59 -07:00
lukaswlodkowski
c9655eec40 [BAEL-5355] code snippets for article - lukaswlodkowski (#12954)
* [BAEL-5355] code snippets for article

* [BAEL-5355] fix tests naming convention

* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.

* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.

* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.
2022-10-31 20:04:31 +01:00
Palaniappan Arunachalam
3ee97b9426 BAEL-359: Introduction to Spring Groovy Configuration (#12864)
* BAEL-359: Introduction to Spring Groovy Configuration

* BAEL-359: Removed unused import

* BAEL-359: Moved groovy files under src/main/groovy

* BAEL-359: Upgraded Groovy version to 3.0.13
2022-10-31 09:48:31 +05:30
Dhawal Kapil
1a83a3170a JAVA-15788 Optimizations to reduce default build execution time 2022-10-31 01:42:11 +05:30
Loredana Crusoveanu
82370108a1 Merge pull request #12949 from panos-kakos/JAVA-15588
[JAVA-15588] Moved code from spring-di to spring-boot-di
2022-10-30 16:43:56 +02:00
panagiotiskakos
e23ad117f1 [JAVA-15588] Moved code from spring-di to spring-boot-di 2022-10-30 10:49:39 +02:00
Loredana Crusoveanu
35d56f7756 Merge pull request #12908 from hkhan/JAVA-15406-ignore-files
[JAVA-15406] Ignore JMeter generated files
2022-10-30 08:59:57 +02:00
Loredana Crusoveanu
86d1a19539 Merge pull request #12904 from hkhan/JAVA-15663-upgrade-boot
[JAVA-15663] Upgrde Boot to 2.7.5
2022-10-30 08:58:34 +02:00
Loredana Crusoveanu
b1fb8052d9 Merge pull request #12869 from hkhan/JAVA-15377-update-graphql-spqr
[JAVA-15377] Update code for Graphql SPQR article
2022-10-30 08:51:42 +02:00
Kai Yuan
60bf069feb [URI-Creation] Difference Between URI.create() and new URI() (#12937)
* [URI-Creation] Difference Between URI.create() and new URI()

* [URI-Creation] split test methods for invalid & valid inputs
2022-10-29 21:00:33 -05:00
panos-kakos
dd8bcecd1b [JAVA-15657] Clean up pom properties (#12939)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 22:13:25 +05:30
panos-kakos
4751fd63c8 Java 13966 - Fix integration tests (#12900)
* [JAVA-13966] Fixed test with MODE=LEGACY property

* [JAVA-13966] Reverted h2.version to 1.4.200

* [JAVA-13966] Removed MODE=LEGACY property

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 22:04:46 +05:30
panos-kakos
71a872f5f2 [JAVA-15470] Fixed issues on properties file (#12945)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 22:00:29 +05:30
panos-kakos
458570c6c7 [JAVA-15438] Added example to showcase @Generated on constructors (#12946)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 21:18:12 +05:30
Mahn00rMalik
a1d419d92d BAEL-5779: assertAll vs Multiple Assertions in JUnit5 (#12819)
* Deep vs Shallow copy of an object in java

* update indentaions

* Create a BMI Caclualtor in Java

* Create a BMI Caclualtor in Java

* Delete unused packages

* BAEL-5708: Create a BMI Calculator in Java

* BAEL-5708: Create a BMI Calculator in Java

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* Deleting files from core-java-io

* BAEL-5767: Writing an ArrayList of Strings into a Text File

* Removed files from core-java-11-2

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* BAEL-5779:assertAll vs Multiple Assertions in JUnit5

* BAEL-5779:assertAll vs Multiple Assertions in JUnit5

* BAEL-5779:assertAll vs Multiple Assertions in JUnit5

* BAEL-5779:assertAll vs Multiple Assertions in JUnit5
2022-10-29 11:42:46 +01:00
anuragkumawat
ab72e7a56a JAVA-14883 Update spring-security-web-thymeleaf under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12901) 2022-10-29 14:22:08 +05:30
anuragkumawat
a5f298f011 JAVA-14886 Update spring-security-web-x509 module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12902) 2022-10-29 14:18:52 +05:30
anuragkumawat
6a67caace3 JAVA-14887 Update spring-security-cognito module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12903) 2022-10-29 14:12:11 +05:30
anuragkumawat
b57861c33e JAVA-14890 Update spring-security-oauth2-sso module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12913)
* JAVA-14890 Update spring-security-oauth2-sso module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter

* JAVA-14890 Commit remaining code
2022-10-29 13:49:55 +05:30
anuragkumawat
43a79ffec7 JAVA-14894 Update spring-security-web-react module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12916) 2022-10-29 13:39:24 +05:30
anuragkumawat
febad801e7 JAVA-14682 Update spring-boot-keycloak-2 module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12927) 2022-10-29 02:21:56 +05:30
anuragkumawat
7adb4e9b53 JAVA-15687 Update spring-cloud-config module under spring-cloud-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12940) 2022-10-29 01:45:47 +05:30