From a81fd8860b3d4a84550970c4013666638c73fdd4 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 b5a938e6a07c87411d283e292a42bf3dbc723539 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 4bbd4ccf59ad224883c20bf043c39371f1f527dd 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 bfbc585073e8e64e0c1e050071d24294b03943a9 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 a5284bfabf8eee9e29cccb6399d1160ddc848e6e 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 09ef06913ac50dc3101dfe7c4c9dd401456ed3ca 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 7cd8377a2b9592234484b143ef5f0eab59ce822b 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 a79c87f184146d2980d5670369b318b2ac64a725 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 9d99ae1214d408e25b8345b2d69aa43dd164511f 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 4ffb61d7cac50dd4eecef5eac7fd454cede2eaaa 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 ec4625cf2638e9e1df5e2103ec6183dd33de285a 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 5e509b8ca61af8526173ca143096bc025510ed07 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 51d68daf359003e6671c4827a48cf4ae47cc4c19 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 792a3196f9f4be360e45c512ee40f990301a8015 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 22e0061ee5d8bdc02c6e8e8c3619285ca46f1eda 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 15884a96d19ba21db1953acb645e8b4a172137f8 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 2bad5f3e24d65896e8dcb03fb1831f01a8a423a2 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 517ac0d96692b4375066399bbc1b34ca6fd4d008 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 d282a9816e19b2ee092a8f78ea84e273caecfcae 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 f6b7e0703c4e40f6d7a6bcb5654814a7e5a5a85d 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 b4e9cdeb4f2b032df4c147b00dfb29a3543f793f 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 9e7cefade5262a80fba2516a891ea91e16449c77 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 46bf45f76e8087ca933494f814b6fa7ef2a6cfd5 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)