From 53ae874c1569216dce797508efd619d7ed060d40 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:27:34 +0800 Subject: [PATCH 01/31] Update README.md --- spring-security-modules/spring-security-rest/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-security-modules/spring-security-rest/README.md b/spring-security-modules/spring-security-rest/README.md index 00bc2a1403..f7e91b85dc 100644 --- a/spring-security-modules/spring-security-rest/README.md +++ b/spring-security-modules/spring-security-rest/README.md @@ -16,3 +16,4 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com - [Intro to Spring Security Expressions](https://www.baeldung.com/spring-security-expressions) - [Spring Security for a REST API](https://www.baeldung.com/securing-a-restful-web-service-with-spring-security) - [Spring Security Expressions - hasRole Example](https://www.baeldung.com/spring-security-expressions-basic) +- [Error Handling for REST with Spring](https://www.baeldung.com/exception-handling-for-rest-with-spring) From 0b184697f50311e86db54b66b12cd1fb32437a4e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:32:33 +0800 Subject: [PATCH 02/31] Update README.md --- linux-bash/text/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-bash/text/README.md b/linux-bash/text/README.md index e0ee0c1600..de99c1962a 100644 --- a/linux-bash/text/README.md +++ b/linux-bash/text/README.md @@ -1,3 +1,3 @@ ### Relevant Articles: -- [Linux Commands – Remove All Text After X](https://www.baeldung.com/linux/remove-text-after-x-in-file) +- [Linux Commands – Remove All Text After X](https://www.baeldung.com/linux/tr-manipulate-strings) From 94f709383ac7b5c6493b9fb3f74deb90ff2f1213 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:34:11 +0800 Subject: [PATCH 03/31] Update README.md --- core-java-modules/core-java-lang-operators/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core-java-modules/core-java-lang-operators/README.md b/core-java-modules/core-java-lang-operators/README.md index 3af2c8885b..facbf40fc6 100644 --- a/core-java-modules/core-java-lang-operators/README.md +++ b/core-java-modules/core-java-lang-operators/README.md @@ -11,5 +11,4 @@ This module contains articles about Java operators - [Java Compound Operators](https://www.baeldung.com/java-compound-operators) - [The XOR Operator in Java](https://www.baeldung.com/java-xor-operator) - [Java Bitwise Operators](https://www.baeldung.com/java-bitwise-operators) -- [Bitwise & vs Logical && Operators](https://www.baeldung.com/bitwise-vs-logical-operators/) - +- [Bitwise & vs Logical && Operators](https://www.baeldung.com/java-bitwise-vs-logical-and) From f42614709be841d2592771c5abb21808f309df35 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:37:05 +0800 Subject: [PATCH 04/31] Update README.md --- netflix-modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netflix-modules/README.md b/netflix-modules/README.md index 4afea527df..7f7a9656fb 100644 --- a/netflix-modules/README.md +++ b/netflix-modules/README.md @@ -4,4 +4,4 @@ This module contains articles about Netflix. ### Relevant articles -- [Introduction to Netflix Genie](https://github.com/eugenp/tutorials/tree/master/netflix/genie) +- [Introduction to Netflix Genie](https://www.baeldung.com/netflix-genie-intro) From 7f2a0050d0dc7e692c8b86a0c377c1738da162ba Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:40:11 +0800 Subject: [PATCH 05/31] Update README.md --- apache-poi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-poi/README.md b/apache-poi/README.md index 742220aebc..b562fefc29 100644 --- a/apache-poi/README.md +++ b/apache-poi/README.md @@ -8,4 +8,4 @@ This module contains articles about Apache POI - [Creating a MS PowerPoint Presentation in Java](https://www.baeldung.com/apache-poi-slideshow) - [Merge Cells in Excel Using Apache POI](https://www.baeldung.com/java-apache-poi-merge-cells) - [Get String Value of Excel Cell with Apache POI](https://www.baeldung.com/java-apache-poi-cell-string-value) -- [Read Excel Cell Value Rather Than Formula With Apache POI](https://github.com/eugenp/tutorials/tree/master/apache-poi) +- [Read Excel Cell Value Rather Than Formula With Apache POI](https://www.baeldung.com/apache-poi-read-cell-value-formula) From 95f4c5c2cbc2686db5664fec5291ef779235d92d Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:42:10 +0800 Subject: [PATCH 06/31] Update README.md --- java-numbers-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-numbers-2/README.md b/java-numbers-2/README.md index 2d0d5443b1..ba9e14965d 100644 --- a/java-numbers-2/README.md +++ b/java-numbers-2/README.md @@ -13,7 +13,7 @@ This module contains articles about numbers in Java. - [Binary Numbers in Java](https://www.baeldung.com/java-binary-numbers) - [Finding the Least Common Multiple in Java](https://www.baeldung.com/java-least-common-multiple) - [Binary Numbers in Java](https://www.baeldung.com/java-binary-numbers) -- [Generating Random Numbers in a Range in Java](https://www.baeldung.com/java-generating-random-numbers) +- [Generating Random Numbers in a Range in Java](https://www.baeldung.com/java-generating-random-numbers-in-range) - [Listing Numbers Within a Range in Java](https://www.baeldung.com/java-listing-numbers-within-a-range) - [Fibonacci Series in Java](https://www.baeldung.com/java-fibonacci) - More articles: [[<-- prev]](/../java-numbers) From 7c3184fb0e388233e7bc05ba19cd1cd61b81af3c Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:48:49 +0800 Subject: [PATCH 07/31] Update README.md --- core-java-modules/core-java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java/README.md b/core-java-modules/core-java/README.md index 033d8032bf..bffb88cafb 100644 --- a/core-java-modules/core-java/README.md +++ b/core-java-modules/core-java/README.md @@ -11,7 +11,7 @@ - [Introduction to Java Serialization](http://www.baeldung.com/java-serialization) - [Guide to UUID in Java](http://www.baeldung.com/java-uuid) - [Creating a Java Compiler Plugin](http://www.baeldung.com/java-build-compiler-plugin) -- [Quick Guide to the Java Stack](http://www.baeldung.com/java-stack) +- [Quick Guide to the Java Stack](https://www.baeldung.com/java-stack) - [Compiling Java *.class Files with javac](http://www.baeldung.com/javac) - [Introduction to Javadoc](http://www.baeldung.com/javadoc) - [Guide to the Externalizable Interface in Java](http://www.baeldung.com/java-externalizable) From 374752a6edc731cd2dca7ea2a55e75ebe240ff8e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:54:27 +0800 Subject: [PATCH 08/31] Update README.md --- persistence-modules/java-jpa-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/java-jpa-2/README.md b/persistence-modules/java-jpa-2/README.md index 1c34ef2999..9d46c0d814 100644 --- a/persistence-modules/java-jpa-2/README.md +++ b/persistence-modules/java-jpa-2/README.md @@ -5,7 +5,7 @@ This module contains articles about the Java Persistence API (JPA) in Java. ### Relevant Articles - [JPA Query Parameters Usage](https://www.baeldung.com/jpa-query-parameters) -- [Mapping Entitiy Class Names to SQL Table Names with JPA](https://www.baeldung.com/jpa-entity-table-names) +- [Mapping Entity Class Names to SQL Table Names with JPA](https://www.baeldung.com/jpa-entity-table-names) - [Default Column Values in JPA](https://www.baeldung.com/jpa-default-column-values) - [Types of JPA Queries](https://www.baeldung.com/jpa-queries) - [JPA/Hibernate Projections](https://www.baeldung.com/jpa-hibernate-projections) From 84711af10c128710d56e0163bc54d95572b3a79f Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 15:54:21 +0800 Subject: [PATCH 09/31] Update README.md --- persistence-modules/spring-persistence-simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/spring-persistence-simple/README.md b/persistence-modules/spring-persistence-simple/README.md index db0d0ce83c..d665433eef 100644 --- a/persistence-modules/spring-persistence-simple/README.md +++ b/persistence-modules/spring-persistence-simple/README.md @@ -6,7 +6,7 @@ ### Relevant Articles: - [A Guide to JPA with Spring](https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa) - [Bootstrapping Hibernate 5 with Spring](http://www.baeldung.com/hibernate-5-spring) -- [The DAO with Spring and Hibernate](http://www.baeldung.com/persistence-layer-with-spring-and-hibernate) +- [The DAO with Spring and Hibernate](https://www.baeldung.com/persistence-layer-with-spring-and-hibernate) - [Simplify the DAO with Spring and Java Generics](https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics) - [Transactions with Spring and JPA](https://www.baeldung.com/transaction-configuration-with-jpa-and-spring) - [Introduction to Spring Data JPA](http://www.baeldung.com/the-persistence-layer-with-spring-data-jpa) From 7d909f22865b0df83d9044ebf58defbf16be61a8 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 16:41:44 +0800 Subject: [PATCH 10/31] Update README.md --- spring-scheduling/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-scheduling/README.md b/spring-scheduling/README.md index ddc540bafb..bf34fb60de 100644 --- a/spring-scheduling/README.md +++ b/spring-scheduling/README.md @@ -1,7 +1,7 @@ ### Relevant articles: -- [A Guide to the Spring Task Scheduler](http://www.baeldung.com/spring-task-scheduler) +- [A Guide to the Spring Task Scheduler](https://www.baeldung.com/spring-task-scheduler) - [The @Scheduled Annotation in Spring](https://www.baeldung.com/spring-scheduled-tasks) -- [Guide to Spring Retry](http://www.baeldung.com/spring-retry) -- [How To Do @Async in Spring](http://www.baeldung.com/spring-async) +- [Guide to Spring Retry](https://www.baeldung.com/spring-retry) +- [How To Do @Async in Spring](https://www.baeldung.com/spring-async) - [Conditionally Enable Scheduled Jobs in Spring](https://www.baeldung.com/spring-scheduled-enabled-conditionally) From ee205dc24c0607ecae8dffc582dcc2276dea96f9 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:09:12 +0800 Subject: [PATCH 11/31] Update README.md --- maven-all/compiler-plugin-java-9/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-all/compiler-plugin-java-9/README.md b/maven-all/compiler-plugin-java-9/README.md index d0b7b72acc..0e02d56946 100644 --- a/maven-all/compiler-plugin-java-9/README.md +++ b/maven-all/compiler-plugin-java-9/README.md @@ -1,3 +1,3 @@ ### Relevant Articles -- [Maven Compiler Plugin](http://www.baeldung.com/maven-compiler-plugin) \ No newline at end of file +- [Maven Compiler Plugin](https://www.baeldung.com/maven-compiler-plugin) From 76470c028501ac2225d2b354d147afe1a72bb95e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:25:54 +0800 Subject: [PATCH 12/31] Update README.md --- spring-boot-modules/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-modules/README.md b/spring-boot-modules/README.md index cd916f48a7..bb7c8b1688 100644 --- a/spring-boot-modules/README.md +++ b/spring-boot-modules/README.md @@ -1,3 +1,5 @@ ## Spring Boot Modules This module contains various modules of Spring Boot + +### Relevant Articles: From 9f448fd491bcd7ef072f397fbd1e93ef3ce87619 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:27:41 +0800 Subject: [PATCH 13/31] Update README.md --- spring-boot-modules/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-modules/README.md b/spring-boot-modules/README.md index bb7c8b1688..cd916f48a7 100644 --- a/spring-boot-modules/README.md +++ b/spring-boot-modules/README.md @@ -1,5 +1,3 @@ ## Spring Boot Modules This module contains various modules of Spring Boot - -### Relevant Articles: From 6b231b3543cc88a00b51e2bdb51540b399a51d8e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:30:27 +0800 Subject: [PATCH 14/31] Update README.md --- spring-boot-modules/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-modules/README.md b/spring-boot-modules/README.md index cd916f48a7..8b13789179 100644 --- a/spring-boot-modules/README.md +++ b/spring-boot-modules/README.md @@ -1,3 +1 @@ -## Spring Boot Modules -This module contains various modules of Spring Boot From 8072a725fef851aad036ffccdf038365dd7142bb Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:30:42 +0800 Subject: [PATCH 15/31] Delete README.md --- spring-boot-modules/README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 spring-boot-modules/README.md diff --git a/spring-boot-modules/README.md b/spring-boot-modules/README.md deleted file mode 100644 index 8b13789179..0000000000 --- a/spring-boot-modules/README.md +++ /dev/null @@ -1 +0,0 @@ - From 593be09e478626edc7f45ccaea05069218ca81ab Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:35:52 +0800 Subject: [PATCH 16/31] Delete README.md --- core-java-modules/core-java-arrays-3/README.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 core-java-modules/core-java-arrays-3/README.md diff --git a/core-java-modules/core-java-arrays-3/README.md b/core-java-modules/core-java-arrays-3/README.md deleted file mode 100644 index 9f2885a2ce..0000000000 --- a/core-java-modules/core-java-arrays-3/README.md +++ /dev/null @@ -1,5 +0,0 @@ -## Core Java Arrays (Part 3) - -This module contains articles about Java arrays - -## Relevant Articles From e4342fffb0d9093a744328bdd45326e75efb19c0 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:41:07 +0800 Subject: [PATCH 17/31] Update README.md --- apache-fop/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apache-fop/README.md b/apache-fop/README.md index 2adc593026..8b13789179 100644 --- a/apache-fop/README.md +++ b/apache-fop/README.md @@ -1,5 +1 @@ -## Apache FOP -This module contains articles about Apache FOP - -### Relevant Articles: From e49813bc8df26308c091f52551f0b4494dae840b Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:41:15 +0800 Subject: [PATCH 18/31] Delete README.md --- apache-fop/README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 apache-fop/README.md diff --git a/apache-fop/README.md b/apache-fop/README.md deleted file mode 100644 index 8b13789179..0000000000 --- a/apache-fop/README.md +++ /dev/null @@ -1 +0,0 @@ - From b37dd4b0940d27a184abbe619f586b354e74e0e1 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:43:25 +0800 Subject: [PATCH 19/31] Update README.md --- core-kotlin-modules/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core-kotlin-modules/README.md b/core-kotlin-modules/README.md index 974db9378a..8b13789179 100644 --- a/core-kotlin-modules/README.md +++ b/core-kotlin-modules/README.md @@ -1,5 +1 @@ -## Core Kotlin - -This module contains articles about core Kotlin. - From f2462c44703accfd0a1be50631461e405bff6247 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:43:33 +0800 Subject: [PATCH 20/31] Delete README.md --- core-kotlin-modules/README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 core-kotlin-modules/README.md diff --git a/core-kotlin-modules/README.md b/core-kotlin-modules/README.md deleted file mode 100644 index 8b13789179..0000000000 --- a/core-kotlin-modules/README.md +++ /dev/null @@ -1 +0,0 @@ - From 51ab60e8c15231d825266f4fdb03172e6f3433cd Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 10:51:38 +0800 Subject: [PATCH 21/31] Update README.md --- oauth2-framework-impl/oauth2-client/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/oauth2-framework-impl/oauth2-client/README.md b/oauth2-framework-impl/oauth2-client/README.md index 4bcb9790b1..8b13789179 100644 --- a/oauth2-framework-impl/oauth2-client/README.md +++ b/oauth2-framework-impl/oauth2-client/README.md @@ -1,3 +1 @@ -### Relevant Articles: -- [Implementing The OAuth 2.0 Authorization Framework Using Jakarta EE](https://www.baeldung.com/java-ee-oauth2-implementation) From a8f66137720960c909da72bf26be62c0ccc2830c Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 10:51:46 +0800 Subject: [PATCH 22/31] Delete README.md --- oauth2-framework-impl/oauth2-client/README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 oauth2-framework-impl/oauth2-client/README.md diff --git a/oauth2-framework-impl/oauth2-client/README.md b/oauth2-framework-impl/oauth2-client/README.md deleted file mode 100644 index 8b13789179..0000000000 --- a/oauth2-framework-impl/oauth2-client/README.md +++ /dev/null @@ -1 +0,0 @@ - From 1817ab5a37a64e0fdbe227f6552b690b12affa1a Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:01:02 +0800 Subject: [PATCH 23/31] Update README.md --- testing-modules/testing-libraries/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/testing-modules/testing-libraries/README.md b/testing-modules/testing-libraries/README.md index b5360bd841..b1e1575e63 100644 --- a/testing-modules/testing-libraries/README.md +++ b/testing-modules/testing-libraries/README.md @@ -5,7 +5,6 @@ - [Intro to JaCoCo](http://www.baeldung.com/jacoco) - [Cucumber and Scenario Outline](http://www.baeldung.com/cucumber-scenario-outline) - [Cucumber Java 8 Support](http://www.baeldung.com/cucumber-java-8-support) -- [Introduction to Lambda Behave](http://www.baeldung.com/lambda-behave) - [Introduction to CheckStyle](https://www.baeldung.com/checkstyle-java) - [Introduction to FindBugs](https://www.baeldung.com/intro-to-findbugs) - [Cucumber Data Tables](https://www.baeldung.com/cucumber-data-tables) From 15b5ca6fa4098237c7ac2841c662a2d848b9e821 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:03:19 +0800 Subject: [PATCH 24/31] Delete README.md --- .../spring-boot-runtime/disabling-console-logback/README.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 spring-boot-modules/spring-boot-runtime/disabling-console-logback/README.md diff --git a/spring-boot-modules/spring-boot-runtime/disabling-console-logback/README.md b/spring-boot-modules/spring-boot-runtime/disabling-console-logback/README.md deleted file mode 100644 index 554f051b41..0000000000 --- a/spring-boot-modules/spring-boot-runtime/disabling-console-logback/README.md +++ /dev/null @@ -1,3 +0,0 @@ -### Relevant Articles: - -- [How to Disable Console Logging in Spring Boot](https://www.baeldung.com/spring-boot-disable-console-logging) From d4f0b0512ea5a3ef85654e2405f4c3625ed365a6 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:04:41 +0800 Subject: [PATCH 25/31] Update README.md --- maven-java-11/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/maven-java-11/README.md b/maven-java-11/README.md index fcb6ea3f06..b923518825 100644 --- a/maven-java-11/README.md +++ b/maven-java-11/README.md @@ -4,4 +4,3 @@ This module contains articles about Maven with Java 11+. ### Relevant Articles: -- [Multi-Module Maven Application with Java Modules](https://www.baeldung.com/maven-multi-module-project-java-jpms) From 4aba61a1df6e6b60adfd4df99ec80225ff8d6adb Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:06:09 +0800 Subject: [PATCH 26/31] Update README.md --- core-java-modules/core-java-8-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-8-2/README.md b/core-java-modules/core-java-8-2/README.md index 3d38fbbdbc..961941aac7 100644 --- a/core-java-modules/core-java-8-2/README.md +++ b/core-java-modules/core-java-8-2/README.md @@ -3,7 +3,7 @@ This module contains articles about Java 8 core features ### Relevant Articles: -- [Anonymous Classes in Java](https://www.baeldung.com/java-anonymous-classes) + - [How to Delay Code Execution in Java](https://www.baeldung.com/java-delay-code-execution) - [Run a Java Application from the Command Line](https://www.baeldung.com/java-run-jar-with-arguments) - [Java 8 Stream skip() vs limit()](https://www.baeldung.com/java-stream-skip-vs-limit) From ffc05dd94165e7880282d621211cf39b7c01d791 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:11:01 +0800 Subject: [PATCH 27/31] Update README.md --- core-java-modules/core-java-lang-math/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/core-java-modules/core-java-lang-math/README.md b/core-java-modules/core-java-lang-math/README.md index ec97a2ada4..05526dfbc8 100644 --- a/core-java-modules/core-java-lang-math/README.md +++ b/core-java-modules/core-java-lang-math/README.md @@ -6,7 +6,6 @@ - [Java 8 Math New Methods](https://www.baeldung.com/java-8-math) - [Java 8 Unsigned Arithmetic Support](https://www.baeldung.com/java-unsigned-arithmetic) - [How to Separate Double into Integer and Decimal Parts](https://www.baeldung.com/java-separate-double-into-integer-decimal-parts) -- [The strictfp Keyword in Java](https://www.baeldung.com/java-strictfp) - [Basic Calculator in Java](https://www.baeldung.com/java-basic-calculator) - [Overflow and Underflow in Java](https://www.baeldung.com/java-overflow-underflow) - [Obtaining a Power Set of a Set in Java](https://www.baeldung.com/java-power-set-of-a-set) From 9496524c2ecc63a4de40a9a22eaa2856cd9157ee Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:11:41 +0800 Subject: [PATCH 28/31] Update README.md --- core-java-modules/core-java-lang-math/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-math/README.md b/core-java-modules/core-java-lang-math/README.md index 05526dfbc8..ec97a2ada4 100644 --- a/core-java-modules/core-java-lang-math/README.md +++ b/core-java-modules/core-java-lang-math/README.md @@ -6,6 +6,7 @@ - [Java 8 Math New Methods](https://www.baeldung.com/java-8-math) - [Java 8 Unsigned Arithmetic Support](https://www.baeldung.com/java-unsigned-arithmetic) - [How to Separate Double into Integer and Decimal Parts](https://www.baeldung.com/java-separate-double-into-integer-decimal-parts) +- [The strictfp Keyword in Java](https://www.baeldung.com/java-strictfp) - [Basic Calculator in Java](https://www.baeldung.com/java-basic-calculator) - [Overflow and Underflow in Java](https://www.baeldung.com/java-overflow-underflow) - [Obtaining a Power Set of a Set in Java](https://www.baeldung.com/java-power-set-of-a-set) From ff763fc3e1046cbbbe639751d15545de1c65acbf Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:12:26 +0800 Subject: [PATCH 29/31] Delete README.md --- apache-cxf/cxf-aegis/README.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 apache-cxf/cxf-aegis/README.md diff --git a/apache-cxf/cxf-aegis/README.md b/apache-cxf/cxf-aegis/README.md deleted file mode 100644 index e055826554..0000000000 --- a/apache-cxf/cxf-aegis/README.md +++ /dev/null @@ -1,3 +0,0 @@ -### Relevant Articles - -- [Introduction to Apache CXF Aegis Data Binding](https://www.baeldung.com/aegis-data-binding-in-apache-cxf) From e64c5e9d2e592f8ef16bd5897d5da06435ca3bcd Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:13:37 +0800 Subject: [PATCH 30/31] Update README.md --- apache-olingo/olingo2/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/apache-olingo/olingo2/README.md b/apache-olingo/olingo2/README.md index b1cb23d822..826cd0133e 100644 --- a/apache-olingo/olingo2/README.md +++ b/apache-olingo/olingo2/README.md @@ -1,4 +1,3 @@ ### Relevant Articles: -- [OData Protocol Guide](https://www.baeldung.com/odata) - [Intro to OData with Olingo](https://www.baeldung.com/olingo) From 24640df3cedc473ddb30035b3a9fb1429bd41500 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:15:18 +0800 Subject: [PATCH 31/31] Update README.md --- algorithms-miscellaneous-5/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/algorithms-miscellaneous-5/README.md b/algorithms-miscellaneous-5/README.md index 4ef919b33b..87a328e446 100644 --- a/algorithms-miscellaneous-5/README.md +++ b/algorithms-miscellaneous-5/README.md @@ -10,7 +10,6 @@ This module contains articles about algorithms. Some classes of algorithms, e.g. - [Find If Two Numbers Are Relatively Prime in Java](https://www.baeldung.com/java-two-relatively-prime-numbers) - [Knapsack Problem Implementation in Java](https://www.baeldung.com/java-knapsack) - [How to Determine if a Binary Tree is Balanced](https://www.baeldung.com/java-balanced-binary-tree) -- [The Caesar Cipher in Java](https://www.baeldung.com/java-caesar-cipher) - [Overview of Combinatorial Problems in Java](https://www.baeldung.com/java-combinatorial-algorithms) - [Prim’s Algorithm](https://www.baeldung.com/java-prim-algorithm) - [Maximum Subarray Problem](https://www.baeldung.com/java-maximum-subarray)