Commit Graph

8125 Commits

Author SHA1 Message Date
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
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
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
Krzysiek a61eb46b22 JAVA-9840: Keep spring-data-jpa-filtering on Spring Boot 2.6.1 2022-02-04 11:46:52 +01:00
Haroon Khan 694041bc87 [JAVA-9814] Cleanup apache-olingo module 2022-02-04 10:15:19 +00:00
Andres Luzuriaga b15df89834 BAEL-4498 JDBC Connection Status 2022-02-03 15:12:49 -05:00
kwoyke 048547c003 Merge pull request #11768 from hkhan/JAVA-9839-cleanup-spark-tests
[JAVA-9839] Cleanup test files
2022-02-03 15:16:24 +01:00
Loredana Crusoveanu 5f23404ee4 Merge pull request #11770 from kwoyke/JAVA-9840
JAVA-9840: Upgrade parent-boot-2 to 2.6.3
2022-02-03 15:16:19 +02:00
kwoyke 27143e9157 JAVA-9512: Delete garbage file (#11766) 2022-02-03 18:22:37 +05:30
Haroon Khan 7728df176e [JAVA-9616] Add simple demo application for mvn wrapper 2022-02-03 10:37:47 +00:00
Krzysiek 15bd0c0966 JAVA-9840: Upgrade spring-core version to 5.3.15 2022-02-03 11:23:05 +01:00
Gaetano Piazzolla 533f2014a8 BAEL-5319 - Remove Basic Error Controller in Swagger (#11743)
* BAEL-5319 - Remove Basic Error Controller in Swagger

* BAEL-5319 - fixed style

* BAEL-5319 - removed comments and private info

* BAEL-5319 - removed private info

* two space indent for line continuation, optimized import.

Co-authored-by: gpiazzolla <gaetano.piazzolla@dxc.com>
2022-02-03 15:47:55 +05:30
Krzysiek 7274b31c44 JAVA-9840: Upgrade parent-boot-2 to 2.6.3 2022-02-03 10:21:00 +01:00
Haroon Khan 17f39de3ab [JAVA-9839] Cleanup test files 2022-02-02 20:28:21 +00:00
Loredana Crusoveanu 9b8a5a0fa7 Merge pull request #11765 from johnA1331/master
BAEL-48270 - add links to github-baeldung articles
2022-02-02 15:35:45 +02:00
kwoyke 896d32c182 Merge pull request #11750 from hkhan/JAVA-9019-clean-up-log-statements
Java 9019 clean up log statements
2022-02-02 11:21:55 +01:00
kwoyke 21764e8089 Merge pull request #11760 from hkhan/JAVA-9604-clean-up-metrics-code
[JAVA-9604] Refactor and code clean-up for Metrics article
2022-02-02 11:11:06 +01:00
johnA1331 44d4ca1278 Update README.md 2022-02-02 17:48:53 +08:00
johnA1331 fe6b84fd5f Update README.md 2022-02-02 17:44:32 +08:00
KevinGilmore 5290d7ab87 BAEL-5308: add link back to article (#11764) 2022-02-01 21:52:22 -06:00
Haroon Khan a7980094d1 [JAVA-9021] Clean up uncommitted artifacts (#11754) 2022-02-01 19:38:56 +05:30
doodoroma 19d7034d42 Merge pull request #11703 from mdabrowski-eu/BAEL-5301
BAEL-5301 Retrying Feign Calls
2022-01-31 17:52:59 +01:00
freelansam ef127cbdfb JAVA-9566: Update apache-poi version and articles (#11748)
* JAVA-9566: Update apache-poi version and articles

* JAVA-9566: Update apache-poi version and articles
2022-01-31 21:48:39 +05:30
Haroon Khan 01ca4575ba [JAVA-9604] Refactor and code clean-up for Metrics article 2022-01-31 12:45:28 +00:00
ashleyfrieze 69e04d5ac0 BAEL-5354 Add improvement to cover JDK11 solution to the repeated string problem (#11756) 2022-01-30 21:49:04 -06:00
makapszenna 6f6b8e23e0 BAEL-5308 An Introduction to Domain Graph Service (DGS) Framework (#11718)
Co-authored-by: Adrianna Zychewicz <adrianna.zychewicz@decerto.pl>
2022-01-30 21:40:53 -06:00
mdabrowski-eu e046bc734b BAEL-5301 Fix indentation 2022-01-29 23:23:37 +01:00
Haroon Khan fc145be4a8 [JAVA-9019] Logging clean up 2022-01-29 16:24:15 +00:00
kwoyke 45703a660c Merge pull request #11737 from anuragkumawat/master
JAVA-8292 : Split or move spring-data-jpa-enterprise module
2022-01-29 16:51:17 +01:00
sebx59 c69343c853 Example class for BAEL-4888 (#11728)
code used to illustrate the article about retrieving the MongoDB ID
2022-01-29 11:28:08 +05:30
Haroon Khan f72971181e [JAVA-9019] Logging clean up 2022-01-28 22:50:49 +00:00
Haroon Khan a8ce62042f [JAVA-9019] Move sysout lines to info logging 2022-01-28 22:20:11 +00:00
anuragkumawat f71974c930 Merge remote-tracking branch 'upstream/master' 2022-01-28 09:56:50 +05:30
anuragkumawat 57495b7f15 Remove unwanted dependencies 2022-01-28 09:49:18 +05:30
Loredana Crusoveanu 30c54f2623 Merge pull request #11742 from kwoyke/JAVA-9605
JAVA-9605: Disable security for the integration tests
2022-01-27 13:29:27 +02:00
Krzysiek 57f91f9948 JAVA-9605: Disable security for the integration tests 2022-01-27 10:15:16 +01:00
Loredana Crusoveanu 5c1ae62495 Merge pull request #11740 from johnA1331/master
BAEL-47831 - add links to github-baeldung articles
2022-01-26 13:22:59 +02:00
johnA1331 7aaf834ff8 Update README.md 2022-01-26 18:02:03 +08:00
johnA1331 2131667620 Update README.md 2022-01-26 17:59:31 +08:00
johnA1331 2b6ef89555 Update README.md 2022-01-26 17:48:52 +08:00
johnA1331 61030e497f Update README.md 2022-01-26 17:47:15 +08:00
johnA1331 3874415836 Update README.md 2022-01-26 17:45:09 +08:00
johnA1331 f92a336512 Update README.md 2022-01-26 17:41:44 +08:00