Commit Graph

10270 Commits

Author SHA1 Message Date
vunamtien 5c281eb016 calculate standard deviation (#12963)
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-11-01 08:38:06 -07:00
jsgrah-spring 16cf170e17 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
h_sharifi f27e792a4c #BAEL-5880: remove unused import 2022-11-01 16:03:19 +03:30
h_sharifi cecd0d282a #BAEL-5880: add main source and test for pdfbox 2022-11-01 15:18:53 +03:30
h_sharifi d8a230c995 #BAEL-5880: add main source and test for iText 2022-11-01 15:18:39 +03:30
h_sharifi 2ab80881c2 #BAEL-5880: add sample pdf file 2022-11-01 15:17:56 +03:30
h_sharifi 43ae588f81 #BAEL-5880: add itextpdf and pdfbox dependencies 2022-11-01 15:16:48 +03:30
achraftt 117469a04b BAEL-5791: adapt pom file 2022-10-31 22:41:33 +01:00
Olu 1f1d49bcb1 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 59b58d087d [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 1cd1a6cf24 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 69d6ca9b62 JAVA-15788 Optimizations to reduce default build execution time 2022-10-31 01:42:11 +05:30
Loredana Crusoveanu 6ba4332f87 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 6d0608d3ab [JAVA-15588] Moved code from spring-di to spring-boot-di 2022-10-30 10:49:39 +02:00
Loredana Crusoveanu 6be846d5bf 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 745ce44a9d 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 319cbe296c 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 146ffa71d0 [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 69ff3c0c3b [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 1fcd1f3acc 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 50a57f06ca [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 c97bebc822 [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 fad70d5b4e 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 7a17abc2aa 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 1c24d18f62 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 aa0692bbe5 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 bca5ffe971 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 84dd60e287 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 e506e68202 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 38fba9ca9b 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
Arya aaecc586b2 Added the test. (#12947) 2022-10-28 09:20:01 -07:00
Loredana Crusoveanu 4bc780f388 Merge pull request #12942 from eugenp/BAEL-5888-v2
BAEL-5888-v2
2022-10-28 10:36:43 +03:00
Loredana Crusoveanu f6f67ff8cc BAEL-5888-v2 2022-10-28 10:31:33 +03:00
Shreya Baid 781300d024 Spring CredHub code (#12929)
* Spring CredHub code

* Added test cases
2022-10-27 23:06:50 -07:00
Olu 7ab9be3c1f A Guide to LinkedHashSet in Java (#12932)
* Creating a Deep vs Shallow Copy of an Object in Java

* completed tests for LinkedHashSet

* update

* updated PR
2022-10-27 22:58:17 -07:00
chrisjaimes bed927bb6c Bael 5723 gravity sort and unit test (#12891)
* add Gravity Sort java class

* gravity sort in java with unit test

* Update GravitySort.java

fix name in setupAbacus method

* Update GravitySortUnitTest.java

fix name in unit test method

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2022-10-28 09:49:41 +05:30
Maciej Główka e0ff03f828 BAEL-5691: Log properties in Spring Boot application (#12663)
* BAEL-5691: Log properties in Spring Boot application

* removed lombok

* merged 2 streams into one

* removed unnecessary exception handling
2022-10-27 19:53:05 +01:00
Ulisses Lima 8e709cd717 BAEL-5764 - Limiting the Request per Second With Webclient (#12837)
* bael-5764 - ready for review

* bael-5764 - editor review 1

* bael-5764 - editor review 2
2022-10-27 12:34:20 +02:00
Loredana Crusoveanu 7bc0532d95 Merge pull request #12925 from edizor/master
README changes
2022-10-27 10:41:36 +03:00
achraftt 2c8a1ae6b9 BAEL-5791: adaptation after creating new module 2022-10-27 00:33:38 +02:00
achraftt 03a4639341 BAEL-5791: Convert String to Instant (creating new module) 2022-10-27 00:12:35 +02:00
edizor 99a4d3fa68 Update README.md 2022-10-26 22:39:48 +08:00
edizor 56778d9383 Update README.md 2022-10-26 22:38:39 +08:00
edizor 8dacabb8be Update README.md 2022-10-26 22:36:03 +08:00
edizor 32fdbae8a1 Update README.md 2022-10-26 22:34:34 +08:00
edizor c08214321a Update README.md 2022-10-26 22:33:13 +08:00
edizor ec23a5ce81 Update README.md 2022-10-26 22:31:27 +08:00
edizor b4ef4a40b0 Update README.md 2022-10-26 22:28:01 +08:00
edizor 722ccf47be Update README.md 2022-10-26 22:26:03 +08:00
edizor 01a44a7dbf Update README.md 2022-10-26 22:24:42 +08:00