From 85637639447cffa746215886419c70628422baca Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:13:17 +0500 Subject: [PATCH 01/11] Updated README.md added link back to the article: https://www.baeldung.com/spring-boot-redis-testcontainers --- spring-boot-modules/spring-boot-testing-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-testing-2/README.md b/spring-boot-modules/spring-boot-testing-2/README.md index a32469fb2f..03ff1ab607 100644 --- a/spring-boot-modules/spring-boot-testing-2/README.md +++ b/spring-boot-modules/spring-boot-testing-2/README.md @@ -11,4 +11,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Setting the Log Level in Spring Boot when Testing](https://www.baeldung.com/spring-boot-testing-log-level) - [Failed to Load ApplicationContext for JUnit Test of Spring Controller](https://www.baeldung.com/spring-junit-failed-to-load-applicationcontext) - [Spring Web Service Integration Tests with @WebServiceServerTest](https://www.baeldung.com/spring-webserviceservertest) +- [Spring Boot – Testing Redis With Testcontainers](https://www.baeldung.com/spring-boot-redis-testcontainers) - More articles: [[<-- prev]](../spring-boot-testing) From d576113964420f486d3c8706d0181af00fcd3e77 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:20:38 +0500 Subject: [PATCH 02/11] Updated README.md added link back to the article: https://www.baeldung.com/spring-boot-keycloak-integration-testing --- spring-boot-modules/spring-boot-testing-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-testing-2/README.md b/spring-boot-modules/spring-boot-testing-2/README.md index 03ff1ab607..bb504aeee0 100644 --- a/spring-boot-modules/spring-boot-testing-2/README.md +++ b/spring-boot-modules/spring-boot-testing-2/README.md @@ -12,4 +12,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Failed to Load ApplicationContext for JUnit Test of Spring Controller](https://www.baeldung.com/spring-junit-failed-to-load-applicationcontext) - [Spring Web Service Integration Tests with @WebServiceServerTest](https://www.baeldung.com/spring-webserviceservertest) - [Spring Boot – Testing Redis With Testcontainers](https://www.baeldung.com/spring-boot-redis-testcontainers) +- [Spring Boot – Keycloak Integration Testing with Testcontainers](https://www.baeldung.com/spring-boot-keycloak-integration-testing) - More articles: [[<-- prev]](../spring-boot-testing) From 1be9c468a47e36471278ec63e29f963be3656a5e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 13:51:43 +0500 Subject: [PATCH 03/11] Updated README.md added link back to the article: https://www.baeldung.com/java-validate-xml-xsd --- xml-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/xml-2/README.md b/xml-2/README.md index bc599f8480..cfbd9d9911 100644 --- a/xml-2/README.md +++ b/xml-2/README.md @@ -5,3 +5,4 @@ This module contains articles about eXtensible Markup Language (XML) ### Relevant Articles: - [Pretty-Print XML in Java](https://www.baeldung.com/java-pretty-print-xml) +- [Validate an XML File against an XSD File](https://www.baeldung.com/java-validate-xml-xsd) From 318f2fc9737384d579fcc6fd1467f74b47f7f2cb Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 13:59:02 +0500 Subject: [PATCH 04/11] Updated README.md added link back to the article: https://www.baeldung.com/spring-data-rest-serialize-entity-id --- persistence-modules/spring-data-rest-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-data-rest-2/README.md b/persistence-modules/spring-data-rest-2/README.md index 04a54291b0..1f0191cac9 100644 --- a/persistence-modules/spring-data-rest-2/README.md +++ b/persistence-modules/spring-data-rest-2/README.md @@ -6,6 +6,7 @@ This module contains articles about Spring Data REST - [Guide to Spring Data REST Validators](https://www.baeldung.com/spring-data-rest-validators) - [Spring Data Web Support](https://www.baeldung.com/spring-data-web-support) - [Spring REST and HAL Browser](https://www.baeldung.com/spring-rest-hal) +- [Spring Data Rest – Serializing the Entity ID](https://www.baeldung.com/spring-data-rest-serialize-entity-id) ### The Course The "REST With Spring" Classes: http://bit.ly/restwithspring From c46c863dc4acee9f86848e16558b9cd53dec6c9e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:02:56 +0500 Subject: [PATCH 05/11] Created README.md added link back to the article: https://www.baeldung.com/ops/docker-compose-links-depends-on --- docker-modules/docker-compose/depends-on_vs_links/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docker-modules/docker-compose/depends-on_vs_links/README.md diff --git a/docker-modules/docker-compose/depends-on_vs_links/README.md b/docker-modules/docker-compose/depends-on_vs_links/README.md new file mode 100644 index 0000000000..4496bda1a7 --- /dev/null +++ b/docker-modules/docker-compose/depends-on_vs_links/README.md @@ -0,0 +1,3 @@ + +### Relevant Articles: +- [Difference Between links and depends_on in Docker Compose](https://www.baeldung.com/ops/docker-compose-links-depends-on) From 24e8e8f3427825a6e3c2726e321a1faa42815bce Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:06:29 +0500 Subject: [PATCH 06/11] Updated README.md added link back to the article: https://www.baeldung.com/mongodb-query-documents-id --- persistence-modules/java-mongodb-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-mongodb-3/README.md b/persistence-modules/java-mongodb-3/README.md index 3ffe5980da..d76d53b06a 100644 --- a/persistence-modules/java-mongodb-3/README.md +++ b/persistence-modules/java-mongodb-3/README.md @@ -1,3 +1,4 @@ ### Relevant Artilces: - [Guide to Find in MongoDB](https://www.baeldung.com/mongodb-find) +- [Query Documents using Document ID in MongoDB](https://www.baeldung.com/mongodb-query-documents-id) From f678e8b0341d8899175ef91bb65f4dd9fb402c6a Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:10:40 +0500 Subject: [PATCH 07/11] Updated README.md added link back to the article: https://www.baeldung.com/java-notnull-method-parameter --- javaxval/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javaxval/README.md b/javaxval/README.md index 8fc5b07ccf..346c4268c1 100644 --- a/javaxval/README.md +++ b/javaxval/README.md @@ -13,3 +13,4 @@ This module contains articles about Bean Validation. - [Guide to ParameterMessageInterpolator](https://www.baeldung.com/hibernate-parametermessageinterpolator) - [Hibernate Validator Annotation Processor in Depth](https://www.baeldung.com/hibernate-validator-annotation-processor) - [Constraint Composition with Bean Validation](https://www.baeldung.com/java-bean-validation-constraint-composition) +- [Using @NotNull on a Method Parameter](https://www.baeldung.com/java-notnull-method-parameter) From dc085496a4e5c08db9e222fd09740723b094e339 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:14:58 +0500 Subject: [PATCH 08/11] Updated README.md added link back to the article: https://www.baeldung.com/spring-data-mongodb-count --- persistence-modules/spring-boot-persistence-mongodb-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-boot-persistence-mongodb-2/README.md b/persistence-modules/spring-boot-persistence-mongodb-2/README.md index f3be63c8b5..6a98f05520 100644 --- a/persistence-modules/spring-boot-persistence-mongodb-2/README.md +++ b/persistence-modules/spring-boot-persistence-mongodb-2/README.md @@ -4,4 +4,5 @@ - [Configure MongoDB Collection Name for a Class in Spring Data](https://www.baeldung.com/spring-data-mongodb-collection-name) - [MongoDB Composite Key With Spring Data](https://www.baeldung.com/spring-data-mongodb-composite-key) - [Unique Field in MongoDB Document in Spring Data](https://www.baeldung.com/spring-data-mongodb-unique) +- [Count Documents Using Spring Data MongoDB Repository](https://www.baeldung.com/spring-data-mongodb-count) - More articles: [[<--prev]](../spring-boot-persistence-mongodb) From 450019f48048372fc5b77d65268de6331cb4b806 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:17:28 +0500 Subject: [PATCH 09/11] Updated README.md added link back to the article: https://www.baeldung.com/ops/docker-compose-communication --- docker-modules/docker-compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-modules/docker-compose/README.md b/docker-modules/docker-compose/README.md index fbb58107d3..17b993ae6b 100644 --- a/docker-modules/docker-compose/README.md +++ b/docker-modules/docker-compose/README.md @@ -2,4 +2,5 @@ - [Introduction to Docker Compose](https://www.baeldung.com/ops/docker-compose) - [How to Get Docker-Compose to Always Use the Latest Image](https://www.baeldung.com/ops/docker-compose-latest-image) +- [Communication Between Multiple Docker Compose Projects](https://www.baeldung.com/ops/docker-compose-communication) From 299348e8595451210fa52f6f0ede9e587cd0ee06 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 21:39:20 +0500 Subject: [PATCH 10/11] Removed new README file Removed new README file from /depends-on_vs_links --- docker-modules/docker-compose/depends-on_vs_links/README.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 docker-modules/docker-compose/depends-on_vs_links/README.md diff --git a/docker-modules/docker-compose/depends-on_vs_links/README.md b/docker-modules/docker-compose/depends-on_vs_links/README.md deleted file mode 100644 index 4496bda1a7..0000000000 --- a/docker-modules/docker-compose/depends-on_vs_links/README.md +++ /dev/null @@ -1,3 +0,0 @@ - -### Relevant Articles: -- [Difference Between links and depends_on in Docker Compose](https://www.baeldung.com/ops/docker-compose-links-depends-on) From 310c77817d43dcaa75d24277789cda3522ba0a04 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 21:40:44 +0500 Subject: [PATCH 11/11] Updated README.md added link back to the article: https://www.baeldung.com/ops/docker-compose-links-depends-on --- docker-modules/docker-compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-modules/docker-compose/README.md b/docker-modules/docker-compose/README.md index 17b993ae6b..10554a319d 100644 --- a/docker-modules/docker-compose/README.md +++ b/docker-modules/docker-compose/README.md @@ -3,4 +3,5 @@ - [Introduction to Docker Compose](https://www.baeldung.com/ops/docker-compose) - [How to Get Docker-Compose to Always Use the Latest Image](https://www.baeldung.com/ops/docker-compose-latest-image) - [Communication Between Multiple Docker Compose Projects](https://www.baeldung.com/ops/docker-compose-communication) +- [Difference Between links and depends_on in Docker Compose](https://www.baeldung.com/ops/docker-compose-links-depends-on)