Commit Graph

8508 Commits

Author SHA1 Message Date
Benjamin Caure 437c050aee 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 34aa920593 JAVA-9825: Upgrade log4j version for modules that use log4j-core library
directly
2022-02-09 16:09:44 +05:30
kwoyke b7fe8e8154 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 0d2ff915bf 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 9b2528fd2a Merge pull request #11797 from johnA1331/master
BAEL-48667 - add links to github-baeldung articles
2022-02-09 10:16:11 +02:00
Palaniappan Arunachalam e4c615b522 Revert "BAEL-5348: Invert a Map in Java + tests"
This reverts commit 3dd2802e2d.
2022-02-09 13:26:47 +05:30
Palaniappan Arunachalam 3d6e3af927 Merge branch 'master' of https://github.com/palani-a/tutorials 2022-02-09 13:24:32 +05:30
Palaniappan Arunachalam 5da21d6bba Revert "Implementation for Simple Hexagonal Architecture"
This reverts commit ad893be8ac.
2022-02-09 13:21:48 +05:30
Palaniappan Arunachalam cb26127299 Merge branch 'eugenp:master' into master 2022-02-09 12:54:11 +05:30
johnA1331 63ea5889d2 Create README.md 2022-02-09 14:06:10 +08:00
johnA1331 ee5139b8fd Create README.md 2022-02-09 14:03:10 +08:00
johnA1331 6a1b6d6ced Update README.md 2022-02-09 14:00:22 +08:00
johnA1331 e541f20095 Update README.md 2022-02-09 13:58:25 +08:00
johnA1331 c5218dfec6 Update README.md 2022-02-09 13:57:22 +08:00
johnA1331 2e25f0b294 Update README.md 2022-02-09 13:55:59 +08:00
johnA1331 d58a355efb Update README.md 2022-02-09 13:54:57 +08:00
johnA1331 02bfadafc0 Update README.md 2022-02-09 13:53:54 +08:00
thibaultfaure d1792871d5 Code for the Spring @Autowired Field Null – Common Causes and Solutions article (#11792) 2022-02-08 14:11:06 -08:00
Dhawal Kapil e5bf53cdfd JAVA-7535 Pom formatting 2022-02-09 01:03:55 +05:30
Dhawal Kapil c5e767a14a JAVA-7535 Pom formatting 2022-02-09 01:00:12 +05:30
Dhawal Kapil 667cff71ed JAVA-7535 Added code for maven-multi-module 2022-02-09 00:56:36 +05:30
asia eba9e9aed7 Remove unnecessary line breaks. 2022-02-08 20:26:02 +01:00
Palaniappan Arunachalam af2536ed30 Merge branch 'eugenp:master' into master 2022-02-09 00:24:00 +05:30
palani-a 3dd2802e2d BAEL-5348: Invert a Map in Java + tests 2022-02-09 00:15:13 +05:30
Dhawal Kapil 5f7a0c20b2 COMAUTO-9485 Fixed DB url in spring-project and added missing maven wrapper 2022-02-08 20:28:30 +05:30
Azhwani 61dd13d64e init commit (#11767) 2022-02-08 08:48:06 -06:00
vaibhav007jain 1bf44ff8ef 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 d0e9a520fe Merge pull request #11789 from johnA1331/master
BAEL-48815 - github - links returning 200OK (conti-1)
2022-02-08 10:02:40 +02:00
johnA1331 a63ea1944d Update README.md 2022-02-08 12:11:51 +08:00
chrys exaucet 616195b6b2 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
Mayank Agarwal b35d0ea7c4 BAEL-5351: Unit Tests name as per BBD convention 2022-02-08 00:40:07 +05:30
Sarath Chandra 289b9c0fa8 [BAEL-5261] Customizing Zuul Exceptions (#11736)
* [BAEL-5261] Customizing Zuul Exceptions

* [BAEL-5261] Customizing Zuul Exceptions

* [BAEL-5261] Code sanitizing
2022-02-07 18:30:56 +01:00
kwoyke c94cbd9ed5 Merge pull request #11786 from hkhan/JAVA-9895-split-concurrency-basic-2-module
[JAVA-9895] Split concurrency-basic-2 module
2022-02-07 16:19:42 +01:00
kwoyke a1d04a3b83 Merge pull request #11784 from hkhan/JAVA-9806-fix-security-login-module
[JAVA-9806] Upgrade Maven Cargo plugin to fix error
2022-02-07 15:53:28 +01:00
Haroon Khan e1212155fe [JAVA-9895] Split concurrency-basic-2 module 2022-02-07 12:19:20 +00:00
Abhinav Pandey ed09368f21 BAEL-5327 - Set a description and an example in Swagger (#11749)
* BAEL-5327 - Set a description and an example in Swagger

* BAEL-5327 - two space indentation for line continuation

Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
2022-02-07 11:37:48 +05:30
Haroon Khan 80c3331851 [JAVA-9806] Upgrade Maven Cargo plugin to fix error 2022-02-06 18:32:17 +00:00
chrys exaucet 3f46e530e7 BAEL-5123: Annotation Processor for Hibernate Validator (#11673)
* feat(wip): add Hibernate Validator AP example

* chore: change AP version to 6.2.0.Final

See https://hibernate.atlassian.net/browse/HV-1868

* revert(style): remove unnecessary formatter

See https://github.com/eugenp/tutorials/pull/11673#discussion_r784444016

* fix: remove unauthorised annotation

 The AP was triggering a compile time error because the annotation @NotBlank is disallowed for the Profile data type. That's why the CI was failing.

 This customer class is unrelated to the article being written.

* fix(style): revert indentation issue

See https://github.com/eugenp/tutorials/pull/11673/files#r788146422
2022-02-05 21:28:05 +00:00
Jose Vinicius b97323ea90 BAEL-5124 - Adding a module with examples of printing thread info in the log file using log4j (#11704)
* adding a example module for printing thread info in log file using log4j

* - fix: removing submodule

* - fix: Adding submodule

* - fix: Removing `.gitignore`, `README.md`, and `application.properties`.
- fix: Removing Spring boot and adding log4j2 from Maven Central

* - fix: Changing module name as suggested to log4j2-thread-info.
- fix: Fixing log path in log4j2 configuration

* - feat: Removing log4j2-thread-info module
- feat: Adding example code into existing log4j2 module

* - fix: Removing unnecessary logging

* - fix: Separating thread info in the logging pattern

* - fix: package name to lowercase

* lowercasing package name and variable name

* changing package name in configuration

* - fix: formatting

* - fix: formatting imports
2022-02-05 20:22:16 +01:00
Loredana Crusoveanu dbdb4ccade Merge pull request #11776 from kwoyke/JAVA-9840-fix
JAVA-9840: Keep spring-data-jpa-filtering on Spring Boot 2.6.1
2022-02-05 18:42:26 +02:00
kwoyke 28e7096521 Merge pull request #11777 from hkhan/JAVA-9585-cassandra-integration-tests
[JAVA-9585] Convert Cassandra integration tests to Live tests
2022-02-05 10:51:19 +01:00
Mayank Agarwal 54f43a311a BAEL-5351: Resolved PMD violations by renaming file 2022-02-05 12:03:34 +05:30
Mayank Agarwal 7f88e21e92 BAEKL-5351: Added method for empty sorted map 2022-02-05 11:56:54 +05:30
Mayank Agarwal 2e8381fbd7 BAEL-5351: Added unit tests for empty map methods 2022-02-05 11:53:37 +05:30
Mayank Agarwal d2332a5c10 BAEL-5351: Added empty map initialization methods in Java 2022-02-05 11:52:40 +05:30
davidmartinezbarua e561a56193 Merge pull request #11658 from andresluzu/andres.luzuriaga/BAEL-4498
BAEL-4498 JDBC Connection Status
2022-02-04 14:05:13 -08:00
Haroon Khan d70d23f8e1 [JAVA-9585] Convert Cassandra integration tests to Live tests 2022-02-04 18:47:43 +00:00
kwoyke 2473a9a739 Merge pull request #11773 from hkhan/JAVA-9814-cleanup-olingo-module
[JAVA-9814] Cleanup apache-olingo module
2022-02-04 18:01:53 +01:00
Ralf Ueberfuhr 9a8d9227b7 BAEL-5323: Spring Boot with multiple data sources (#11741)
* 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
2022-02-04 08:58:16 -08:00
kwoyke b9174fb3f4 Merge pull request #11771 from hkhan/JAVA-9616-update-maven-wrapper-code
[JAVA-9616] Add simple demo application for mvn wrapper
2022-02-04 17:51:41 +01:00