From b5ab558ef4fc3c3c865db8a4bfd7c778ae12eaa9 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:02:14 +0530 Subject: [PATCH 01/23] added a readme file with backlink --- spring-ejb-modules/wildfly/wildfly-mdb/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-ejb-modules/wildfly/wildfly-mdb/README.md diff --git a/spring-ejb-modules/wildfly/wildfly-mdb/README.md b/spring-ejb-modules/wildfly/wildfly-mdb/README.md new file mode 100644 index 0000000000..dd1780688a --- /dev/null +++ b/spring-ejb-modules/wildfly/wildfly-mdb/README.md @@ -0,0 +1,3 @@ +### Relevant Articles + +- [A Guide to Message Driven Beans in EJB](https://www.baeldung.com/ejb-message-driven-beans) From 69be8937be478d9ccdc32144243af65a220b5e9c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:04:18 +0530 Subject: [PATCH 02/23] Removed a backlink --- spring-ejb-modules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-ejb-modules/README.md b/spring-ejb-modules/README.md index 8f6522266c..84e01f95e9 100644 --- a/spring-ejb-modules/README.md +++ b/spring-ejb-modules/README.md @@ -4,7 +4,6 @@ This module contains articles about Spring with EJB ### Relevant Articles -- [Guide to EJB Set-up](https://www.baeldung.com/ejb-intro) - [Java EE Session Beans](https://www.baeldung.com/ejb-session-beans) - [A Guide to Message Driven Beans in EJB](https://www.baeldung.com/ejb-message-driven-beans) - [Integration Guide for Spring and EJB](https://www.baeldung.com/spring-ejb) From dd0f81b18dd64cc25d08d6acf12f4195460062ad Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:08:17 +0530 Subject: [PATCH 03/23] Removed a .md file --- apache-cxf-modules/README.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 apache-cxf-modules/README.md diff --git a/apache-cxf-modules/README.md b/apache-cxf-modules/README.md deleted file mode 100644 index cd45c371fe..0000000000 --- a/apache-cxf-modules/README.md +++ /dev/null @@ -1,7 +0,0 @@ -## Apache CXF - -This module contains articles about Apache CXF - -## Relevant Articles: - -- [Introduction to Apache CXF Aegis Data Binding](https://www.baeldung.com/aegis-data-binding-in-apache-cxf) From 870e849757224e5a62bf6a2543c85d099cf2a261 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 14:57:08 +0530 Subject: [PATCH 04/23] backlink added --- maven-modules/maven-simple/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maven-modules/maven-simple/README.md b/maven-modules/maven-simple/README.md index 01ae4387ad..783d58a3a0 100644 --- a/maven-modules/maven-simple/README.md +++ b/maven-modules/maven-simple/README.md @@ -6,3 +6,7 @@ This module contains articles about Maven that are also part of an Ebook. ### NOTE: Since this is a module tied to an e-book, it should **not** be moved or used to store the code for any further article. + +### Relevant Articles + +- [Apache Maven Tutorial](https://www.baeldung.com/maven) From b745803ee6cf01c7b6e7e9da129de7dd83e8038b Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 14:57:17 +0530 Subject: [PATCH 05/23] backlink removed --- maven-modules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/maven-modules/README.md b/maven-modules/README.md index 29a69d37e4..44068aff09 100644 --- a/maven-modules/README.md +++ b/maven-modules/README.md @@ -4,7 +4,6 @@ This module contains articles about Apache Maven. Please refer to its submodules ### Relevant Articles -- [Apache Maven Tutorial](https://www.baeldung.com/maven) - [Apache Maven Standard Directory Layout](https://www.baeldung.com/maven-directory-structure) - [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module) - [Maven Packaging Types](https://www.baeldung.com/maven-packaging-types) From c79ad445b4e0e435931eceb0d18733904b0f7d76 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:01:13 +0530 Subject: [PATCH 06/23] backlink --- maven-modules/maven-simple/parent-project/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maven-modules/maven-simple/parent-project/README.md diff --git a/maven-modules/maven-simple/parent-project/README.md b/maven-modules/maven-simple/parent-project/README.md new file mode 100644 index 0000000000..6c49ae91e4 --- /dev/null +++ b/maven-modules/maven-simple/parent-project/README.md @@ -0,0 +1,3 @@ +### Relevant Articles + +- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module) From cc8ecdf59238120832b8b3a314368ef0ff95daec Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:01:39 +0530 Subject: [PATCH 07/23] backlink removed --- maven-modules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/maven-modules/README.md b/maven-modules/README.md index 44068aff09..43ea003068 100644 --- a/maven-modules/README.md +++ b/maven-modules/README.md @@ -5,6 +5,5 @@ This module contains articles about Apache Maven. Please refer to its submodules ### Relevant Articles - [Apache Maven Standard Directory Layout](https://www.baeldung.com/maven-directory-structure) -- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module) - [Maven Packaging Types](https://www.baeldung.com/maven-packaging-types) - [Maven Snapshot Repository vs Release Repository](https://www.baeldung.com/maven-snapshot-release-repository) From 266c11b513d9d289e8699e18a5cf8d7372fc38dc Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:04:12 +0530 Subject: [PATCH 08/23] backlink removed --- jhipster-modules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/jhipster-modules/README.md b/jhipster-modules/README.md index 1bb31951f0..93322c146b 100644 --- a/jhipster-modules/README.md +++ b/jhipster-modules/README.md @@ -4,6 +4,5 @@ This module contains articles about JHipster. ### Relevant articles: -- [JHipster with a Microservice Architecture](https://www.baeldung.com/jhipster-microservices) - [Intro to JHipster](https://www.baeldung.com/jhipster) - [Building a Basic UAA-Secured JHipster Microservice](https://www.baeldung.com/jhipster-uaa-secured-micro-service) From 69828bfcc76b8e13a2c48347d6f194a5be237611 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:19:39 +0530 Subject: [PATCH 09/23] backlink removed --- logging-modules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/logging-modules/README.md b/logging-modules/README.md index b763f6baaf..a142ddd31f 100644 --- a/logging-modules/README.md +++ b/logging-modules/README.md @@ -4,5 +4,4 @@ This module contains articles about logging libraries. ### Relevant Articles: -- [Creating a Custom Logback Appender](https://www.baeldung.com/custom-logback-appender) - [A Guide To Logback](https://www.baeldung.com/logback) From a613b4f1803b6401745cb64d7dce592015015be4 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:19:52 +0530 Subject: [PATCH 10/23] backlink added --- logging-modules/logback/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/logging-modules/logback/README.md b/logging-modules/logback/README.md index c9e5450cb0..a462eb01ba 100644 --- a/logging-modules/logback/README.md +++ b/logging-modules/logback/README.md @@ -4,3 +4,4 @@ - [SLF4J Warning: Class Path Contains Multiple SLF4J Bindings](https://www.baeldung.com/slf4j-classpath-multiple-bindings) - [Sending Emails with Logback](https://www.baeldung.com/logback-send-email) - [Mask Sensitive Data in Logs With Logback](https://www.baeldung.com/logback-mask-sensitive-data) +- [Creating a Custom Logback Appender](https://www.baeldung.com/custom-logback-appender) From 6131b79b19110250d32ac5a1847ba4e6481406fb Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:21:29 +0530 Subject: [PATCH 11/23] backlink added --- logging-modules/logback/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/logging-modules/logback/README.md b/logging-modules/logback/README.md index a462eb01ba..9a9ffc6e70 100644 --- a/logging-modules/logback/README.md +++ b/logging-modules/logback/README.md @@ -5,3 +5,4 @@ - [Sending Emails with Logback](https://www.baeldung.com/logback-send-email) - [Mask Sensitive Data in Logs With Logback](https://www.baeldung.com/logback-mask-sensitive-data) - [Creating a Custom Logback Appender](https://www.baeldung.com/custom-logback-appender) +- [A Guide To Logback](https://www.baeldung.com/logback) From 3286e2b9e24f702cd52dd6a36dbb4fe5f3839bed Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:21:59 +0530 Subject: [PATCH 12/23] backlink removed --- logging-modules/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/logging-modules/README.md b/logging-modules/README.md index a142ddd31f..c09ce832b2 100644 --- a/logging-modules/README.md +++ b/logging-modules/README.md @@ -1,7 +1,3 @@ ## Logging Modules This module contains articles about logging libraries. - -### Relevant Articles: - -- [A Guide To Logback](https://www.baeldung.com/logback) From b8d50485ed28845a388fe0a6ddcdd06f0a6e8e00 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:24:35 +0530 Subject: [PATCH 13/23] backlink removed --- spring-cloud-modules/spring-cloud-stream/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-cloud-modules/spring-cloud-stream/README.md b/spring-cloud-modules/spring-cloud-stream/README.md index 1fb0647ee3..45fa65287a 100644 --- a/spring-cloud-modules/spring-cloud-stream/README.md +++ b/spring-cloud-modules/spring-cloud-stream/README.md @@ -3,5 +3,4 @@ This module contains articles about Spring Cloud Stream ## Relevant Articles -- [Introduction to Spring Cloud Stream](http://www.baeldung.com/spring-cloud-stream) - [Integrating Spring with AWS Kinesis](https://www.baeldung.com/spring-aws-kinesis) From bc06ad856aa50a6047abfa4e2566cd83331b3f91 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:24:54 +0530 Subject: [PATCH 14/23] backlink added --- .../spring-cloud-stream/spring-cloud-stream-rabbit/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-cloud-modules/spring-cloud-stream/spring-cloud-stream-rabbit/README.md diff --git a/spring-cloud-modules/spring-cloud-stream/spring-cloud-stream-rabbit/README.md b/spring-cloud-modules/spring-cloud-stream/spring-cloud-stream-rabbit/README.md new file mode 100644 index 0000000000..b67e94b3ae --- /dev/null +++ b/spring-cloud-modules/spring-cloud-stream/spring-cloud-stream-rabbit/README.md @@ -0,0 +1,3 @@ +## Relevant Articles + +- [Introduction to Spring Cloud Stream](http://www.baeldung.com/spring-cloud-stream) From f6097919da68203266cff5a4f9840cb850f2d3e7 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:26:21 +0530 Subject: [PATCH 15/23] backlink reomoved --- spring-remoting-modules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-remoting-modules/README.md b/spring-remoting-modules/README.md index a98893ebcb..eea364fa1c 100644 --- a/spring-remoting-modules/README.md +++ b/spring-remoting-modules/README.md @@ -3,7 +3,6 @@ This module contains articles about Spring Remoting ### Relevant Articles -- [Intro to Spring Remoting with HTTP Invokers](https://www.baeldung.com/spring-remoting-http-invoker) - [Spring Remoting with Hessian and Burlap](https://www.baeldung.com/spring-remoting-hessian-burlap) - [Spring Remoting with AMQP](https://www.baeldung.com/spring-remoting-amqp) - [Spring Remoting with JMS and ActiveMQ](https://www.baeldung.com/spring-remoting-jms) From 4f05fcb81470814ad0d37b8bf4529df381816130 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:27:15 +0530 Subject: [PATCH 16/23] backlink removed --- spring-remoting-modules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-remoting-modules/README.md b/spring-remoting-modules/README.md index eea364fa1c..452e094c29 100644 --- a/spring-remoting-modules/README.md +++ b/spring-remoting-modules/README.md @@ -3,7 +3,6 @@ This module contains articles about Spring Remoting ### Relevant Articles -- [Spring Remoting with Hessian and Burlap](https://www.baeldung.com/spring-remoting-hessian-burlap) - [Spring Remoting with AMQP](https://www.baeldung.com/spring-remoting-amqp) - [Spring Remoting with JMS and ActiveMQ](https://www.baeldung.com/spring-remoting-jms) - [Spring Remoting with RMI](https://www.baeldung.com/spring-remoting-rmi) From fdb5d74d69d7011004240d580fb6b9ac2d128e43 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:30:02 +0530 Subject: [PATCH 17/23] backlink added --- spring-remoting-modules/remoting-amqp/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-remoting-modules/remoting-amqp/README.md diff --git a/spring-remoting-modules/remoting-amqp/README.md b/spring-remoting-modules/remoting-amqp/README.md new file mode 100644 index 0000000000..b4367f0cd0 --- /dev/null +++ b/spring-remoting-modules/remoting-amqp/README.md @@ -0,0 +1,3 @@ +### Relevant Articles + +- [Spring Remoting with AMQP](https://www.baeldung.com/spring-remoting-amqp) From 26efba5367f32fd308f13989d0932861d2a9fca1 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:30:18 +0530 Subject: [PATCH 18/23] backlink removed --- spring-remoting-modules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-remoting-modules/README.md b/spring-remoting-modules/README.md index 452e094c29..c3fdec13d2 100644 --- a/spring-remoting-modules/README.md +++ b/spring-remoting-modules/README.md @@ -3,7 +3,6 @@ This module contains articles about Spring Remoting ### Relevant Articles -- [Spring Remoting with AMQP](https://www.baeldung.com/spring-remoting-amqp) - [Spring Remoting with JMS and ActiveMQ](https://www.baeldung.com/spring-remoting-jms) - [Spring Remoting with RMI](https://www.baeldung.com/spring-remoting-rmi) From f5b195989e8513c4fece999627867643f07681fa Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:31:27 +0530 Subject: [PATCH 19/23] backlink removed --- spring-remoting-modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-remoting-modules/README.md b/spring-remoting-modules/README.md index c3fdec13d2..811c17bbf5 100644 --- a/spring-remoting-modules/README.md +++ b/spring-remoting-modules/README.md @@ -3,7 +3,7 @@ This module contains articles about Spring Remoting ### Relevant Articles -- [Spring Remoting with JMS and ActiveMQ](https://www.baeldung.com/spring-remoting-jms) + - [Spring Remoting with RMI](https://www.baeldung.com/spring-remoting-rmi) ### Overview From 0db9df9a0348ef1ecfb8b5f62450cef5b0e3b6a2 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:33:07 +0530 Subject: [PATCH 20/23] backlink removed --- spring-remoting-modules/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-remoting-modules/README.md b/spring-remoting-modules/README.md index 811c17bbf5..91db561f83 100644 --- a/spring-remoting-modules/README.md +++ b/spring-remoting-modules/README.md @@ -2,9 +2,6 @@ This module contains articles about Spring Remoting -### Relevant Articles - -- [Spring Remoting with RMI](https://www.baeldung.com/spring-remoting-rmi) ### Overview This Maven project contains the Java source code for various modules used in the Spring Remoting series of articles. From ade1689b80a1c7574e272317be43a1d174be0bc3 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 16:08:30 +0530 Subject: [PATCH 21/23] backlink removed --- json-modules/json/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/json-modules/json/README.md b/json-modules/json/README.md index 73db055679..d643914fc7 100644 --- a/json-modules/json/README.md +++ b/json-modules/json/README.md @@ -5,7 +5,6 @@ This module contains articles about JSON. ### Relevant Articles: - [Introduction to JSON Schema in Java](https://www.baeldung.com/introduction-to-json-schema-in-java) - [Introduction to JSONForms](https://www.baeldung.com/introduction-to-jsonforms) -- [Introduction to JsonPath](https://www.baeldung.com/guide-to-jayway-jsonpath) - [Introduction to JSON-Java (org.json)](https://www.baeldung.com/java-org-json) - [Overview of JSON Pointer](https://www.baeldung.com/json-pointer) - [Introduction to the JSON Binding API (JSR 367) in Java](https://www.baeldung.com/java-json-binding-api) From 920d3cf90c4b14ad2f704a5043b8615cecf29b1b Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 16:09:34 +0530 Subject: [PATCH 22/23] backlink removed --- spring-core-3/src/test/java/com/baeldung/beanfactory/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-core-3/src/test/java/com/baeldung/beanfactory/README.md b/spring-core-3/src/test/java/com/baeldung/beanfactory/README.md index cff20a184b..8b13789179 100644 --- a/spring-core-3/src/test/java/com/baeldung/beanfactory/README.md +++ b/spring-core-3/src/test/java/com/baeldung/beanfactory/README.md @@ -1,2 +1 @@ -### Relevant Articles: -- [Guide to the Spring BeanFactory](http://www.baeldung.com/spring-beanfactory) + From 016c0d517a0ba6fac7682ef360579145cd1fd12f Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 16 Nov 2022 16:10:04 +0530 Subject: [PATCH 23/23] backlink removed --- .../src/main/java/com/baeldung/predicate/not/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/core-java-modules/core-java-11/src/main/java/com/baeldung/predicate/not/README.md b/core-java-modules/core-java-11/src/main/java/com/baeldung/predicate/not/README.md index 6f8f95970e..8b13789179 100644 --- a/core-java-modules/core-java-11/src/main/java/com/baeldung/predicate/not/README.md +++ b/core-java-modules/core-java-11/src/main/java/com/baeldung/predicate/not/README.md @@ -1,3 +1 @@ -## Relevant articles: -- [Negate a Predicate Method Reference with Java 11](https://www.baeldung.com/java-negate-predicate-method-reference)