Commit Graph

23897 Commits

Author SHA1 Message Date
Haroon Khan
d16e9c9afa [JAVA-10080] Add plugin for filtering xls resources 2022-02-19 19:41:44 +00:00
kwoyke
69a8035696 Merge pull request #11834 from kwoyke/JAVA-9880-2
JAVA-9880: Activate spring-boot-swagger module
2022-02-18 09:43:14 +01:00
Krzysiek
df6e36cb31 JAVA-9880: Activate spring-boot-swagger module 2022-02-18 09:30:42 +01:00
kwoyke
4a71d1cf46 Merge pull request #11831 from pprike/fix/BAEL-5326-maven-generated-folder
BAEL-5326-Fix - swaggerDirectory point to target folder
2022-02-18 09:25:58 +01:00
Parikshit Murria
9184535c86 Update swaggerDirectory to target folder 2022-02-17 16:30:42 -07:00
kwoyke
deb60ec895 Merge pull request #11829 from hkhan/JAVA-9986-fix-stamped-ref-test
[JAVA-9986] Fix ThreadStamped unit test
2022-02-17 12:41:00 +01:00
Haroon Khan
b89da13199 [JAVA-9986] Fix ThreadStamped unit test 2022-02-17 08:51:17 +00:00
Greg Martin
b8707c93a7 Merge pull request #11759 from hmdrzsharifi/BAEL-5300
Bael 5300: Provide an OAuth2 Token to a Feign Client
2022-02-16 16:47:11 -05:00
kwoyke
c8e6a58d64 Merge pull request #11826 from kwoyke/JAVA-9880
JAVA-9880: Temporarily disable spring-boot-swagger module as it fails…
2022-02-16 14:35:11 +01:00
Krzysiek
a81fab0883 JAVA-9880: Temporarily disable spring-boot-swagger module as it fails the builds 2022-02-16 13:42:23 +01:00
kpentaris
4467bea367 BAEL-4513 Gradle source vs target compatibility (#11762)
* Add example code for Gradle sourceCompatibility vs targetCompatibility

* Fix code format
2022-02-16 07:17:56 +01:00
polomos
a4185e93da BAEL-4388 Test reading keyStore without trustAnchor (#11785) 2022-02-15 15:14:36 -06:00
vunamtien
acc36114f3 BAEL-5332-convert-byte-array-and-uuid (#11822)
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-02-15 21:19:44 +01:00
Loredana Crusoveanu
ddb7b9ed6a Merge pull request #11824 from Asjad-J/master
BAEL-49092 - add links to github-baeldung articles
2022-02-15 19:44:35 +02:00
Asjad J
96a8262ec7 Updated README.md
Linked back to: https://www.baeldung.com/spring-boot-configure-multiple-datasources
2022-02-15 21:38:49 +05:00
Asjad J
36e6147fc0 Updated README.md
Linked back to: https://www.baeldung.com/spring-no-converter-with-preset
2022-02-15 21:36:09 +05:00
Loredana Crusoveanu
ef3cf3d3b8 Merge pull request #11706 from mobinskariya/master
Move arrive and wait after thread sleep and detailed logging
2022-02-15 18:15:41 +02:00
Loredana Crusoveanu
914e4a502d Merge pull request #11823 from eugenp/instrumentation
Instrumentation
2022-02-15 13:43:21 +02:00
Loredana Crusoveanu
7df7d643b2 formatting, additional details on how to run the app 2022-02-15 13:39:08 +02:00
Loredana Crusoveanu
c5578c4113 move remaining files for instrumentation article 2022-02-15 13:31:37 +02:00
kwoyke
50ffd88b9a Merge pull request #11819 from hkhan/JAVA-9910-update-maven-cargo-article
[JAVA-9910] Update Cargo plugin to latest version
2022-02-15 10:52:50 +01:00
Haroon Khan
bad47258fb [JAVA-9910] Update Cargo plugin to latest version 2022-02-14 21:18:51 +00:00
Parikshit Murria
2c7d491341 BAEL-5326 - Documenting Enum in swagger using swagger maven plugin (#11811)
* BAEL-5326 - Documenting Enum in swagger using swagger maven plugin

* BAEL-5326 - Documenting Enum in swagger using swagger maven plugin
Changes:
HireControllerTest -> HireControllerUnitTest
hireEmployee_RoleEngineer_ReturnsRoleString -> givenRoleEngineer_whenHireEmployee_thenReturnsRoleInString

* Moved to module: spring-boot-swagger
2022-02-14 09:43:32 -08:00
thibaultfaure
c9c80b2700 BAEL-5336 Move code for the article to spring-di-3 (#11807)
* JAVA-7535 Moved ebook specific code snippets to maven-simple module

* COMAUTO-9485 Fixed DB url in spring-project and added missing maven wrapper

* Code for the Spring @Autowired Field Null – Common Causes and Solutions article

* JAVA-7535 Added code for maven-multi-module

* JAVA-7535 Pom formatting

* JAVA-7535 Pom formatting

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* JAVA-9825: Upgrade log4j version for modules that use log4j-core library
directly

* BAEL-5188 Add CSRF cookie protection + test (#11775)

* BAEL-5188 Add CSRF cookie protection + test

* BAEL-5188 Break long lines of code

* BAEL-5188 Remove line-breaks before semi-colons

* BAEL-5378 Rename exceptions to avoid confusion (#11801)

* BAEL-5336 Move code for the article to spring-di-3

Co-authored-by: Dhawal Kapil <dhawal.kapil@africa.airtel.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
Co-authored-by: johnA1331 <53036378+johnA1331@users.noreply.github.com>
Co-authored-by: sampadawagde <sampada.aws@gmail.com>
Co-authored-by: Benjamin Caure <bcaure@gmail.com>
Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2022-02-14 09:31:59 -08:00
Ralf Ueberfuhr
6a396300d2 BAEL-5323: Merge sources into existing persistence module (#11804)
* BAEL-5323: Spring Boot with multiple data sources

* BAEL-5323: small fixes

* BAEL-5323: fix test class

* BAEL-5323: Refactor configuration classes

* BAEL-5323: Set proeprty to private

* BAEL-5323: rename test class to follow naming conventions

* BAEL-5323: merge sources into existing persistence module

* BAEL-5323: merge sources into existing persistence module
2022-02-11 11:49:43 -08:00
ashleyfrieze
e366a75689 BAEL-5378 Rename exceptions to avoid confusion (#11801) 2022-02-10 21:35:28 -06:00
kwoyke
4bac9262de Merge pull request #11798 from freelansam/JAVA-9825
JAVA-9825: Upgrade log4j version for modules that use log4j-core library
2022-02-10 09:43:38 +01:00
Benjamin Caure
bee41f0e73 BAEL-5188 Add CSRF cookie protection + test (#11775)
* BAEL-5188 Add CSRF cookie protection + test

* BAEL-5188 Break long lines of code

* BAEL-5188 Remove line-breaks before semi-colons
2022-02-09 21:18:33 +05:30
sampadawagde
2c235f232a JAVA-9825: Upgrade log4j version for modules that use log4j-core library
directly
2022-02-09 16:09:44 +05:30
kwoyke
ad297c1180 Merge pull request #11778 from dkapil/task/JAVA-7535
JAVA-7535 Moved ebook specific code snippets to maven-simple module
2022-02-09 10:41:26 +01:00
kwoyke
134fc9d13e Merge pull request #11790 from dkapil/task/JAVA-9485
COMAUTO-9485 Fixed DB url in spring-project and added missing maven w…
2022-02-09 10:39:32 +01:00
Loredana Crusoveanu
26e23c1248 Merge pull request #11797 from johnA1331/master
BAEL-48667 - add links to github-baeldung articles
2022-02-09 10:16:11 +02:00
johnA1331
0c4319ca04 Create README.md 2022-02-09 14:06:10 +08:00
johnA1331
689886485f Create README.md 2022-02-09 14:03:10 +08:00
johnA1331
1237a19541 Update README.md 2022-02-09 14:00:22 +08:00
johnA1331
1bef550003 Update README.md 2022-02-09 13:58:25 +08:00
johnA1331
dc89580015 Update README.md 2022-02-09 13:57:22 +08:00
johnA1331
a0f4c4b439 Update README.md 2022-02-09 13:55:59 +08:00
johnA1331
575a85c83e Update README.md 2022-02-09 13:54:57 +08:00
johnA1331
11326927c6 Update README.md 2022-02-09 13:53:54 +08:00
thibaultfaure
5c8b668f04 Code for the Spring @Autowired Field Null – Common Causes and Solutions article (#11792) 2022-02-08 14:11:06 -08:00
Dhawal Kapil
dfb7c6f953 JAVA-7535 Pom formatting 2022-02-09 01:03:55 +05:30
Dhawal Kapil
0f952b5656 JAVA-7535 Pom formatting 2022-02-09 01:00:12 +05:30
Dhawal Kapil
e8b711ca1d JAVA-7535 Added code for maven-multi-module 2022-02-09 00:56:36 +05:30
Dhawal Kapil
3ea8c90e19 COMAUTO-9485 Fixed DB url in spring-project and added missing maven wrapper 2022-02-08 20:28:30 +05:30
Azhwani
6f4b6f8489 init commit (#11767) 2022-02-08 08:48:06 -06:00
vaibhav007jain
b88ec4fdad BAEL-5280: added code for ArrayIndexOutOfBoundsException. (#11772)
* commited initial code for hexagonal architecture

* Deleting to check in again

* Deleing to check in again

* Push first code for Hexagonal Architecture

* final code with UT for JSON to Java conversion

* removed hexagonal-architecture code from last commit

* BEL-5071 updated README

* BAEL-5071: Undo README changes and added a nested object in the JSON example.

* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java

* BAEL-5151: Added code for getting the first of a String

* BAEL-5151: Renamed Unit Test

* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3

* BAEL-5151: Replaced tabs with white spaces.

* BAEL-5228: Adding code for approaches to concatening null string in java

* BAEL-5228: Moved file to correct folder and added a UT.

* BAEL-5228: corrected import statements.

* BAEL-5228: corrected last commit.

* BAEL-5228: removed extra import.

* BAEL-5228: renamed UT

* BAEL-5280: added code for ArrayIndexOutOfBoundsException.

* BAEL-5280: moved code for ArrayIndexOutOfBoundsException in a new module.

* BAEL-5280: Fixed tab/spaces in pom.xml.

* BAEL-5280: Fixed indentation in ArrayIndexOutOfBoundsExceptionDemoUnitTest.java.

Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
2022-02-08 13:45:38 +05:30
Loredana Crusoveanu
da407fb601 Merge pull request #11789 from johnA1331/master
BAEL-48815 - github - links returning 200OK (conti-1)
2022-02-08 10:02:40 +02:00
johnA1331
0172e1a08c Update README.md 2022-02-08 12:11:51 +08:00
chrys exaucet
dea5c93f6c Bael 5123: uncomment @NotBlank annotation (#11788)
* revert: comment Hibernate Validator AP dependency

See http://jira.baeldung.com/browse/BAEL-5123

* revert: restore @NotBlank annotation

See http://jira.baeldung.com/browse/BAEL-5123
2022-02-07 20:04:22 +00:00