From dae75c471146d23616461cc6f422fd6d649dca0f Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:43:24 +0800 Subject: [PATCH 1/5] Update README.md --- core-java-modules/core-java-lang-3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-lang-3/README.md b/core-java-modules/core-java-lang-3/README.md index 8ed945a56c..d0505dfee1 100644 --- a/core-java-modules/core-java-lang-3/README.md +++ b/core-java-modules/core-java-lang-3/README.md @@ -2,7 +2,7 @@ This module contains articles about core features in the Java language -- [Class.isInstance vs Class.isAssignableFrom](https://www.baeldung.com/java-isinstance-isassignablefrom) +- [Class.isInstance vs Class.isAssignableFrom and instanceof](https://www.baeldung.com/java-isinstance-isassignablefrom) - [Converting a Java String Into a Boolean](https://www.baeldung.com/java-string-to-boolean) - [When are Static Variables Initialized in Java?](https://www.baeldung.com/java-static-variables-initialization) - [Checking if a Class Exists in Java](https://www.baeldung.com/java-check-class-exists) From ecac6dea94b0d38e2ad3a13bc2757026e06a4aeb Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:29:41 +0800 Subject: [PATCH 2/5] Update README.md --- spring-security-modules/spring-security-web-boot-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-security-modules/spring-security-web-boot-3/README.md b/spring-security-modules/spring-security-web-boot-3/README.md index aeba397f40..e02c8742bb 100644 --- a/spring-security-modules/spring-security-web-boot-3/README.md +++ b/spring-security-modules/spring-security-web-boot-3/README.md @@ -8,4 +8,5 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com ### Relevant Articles: - [TLS Setup in Spring](https://www.baeldung.com/spring-tls-setup) +- [Spring Security – Request Rejected Exception](https://www.baeldung.com/spring-security-request-rejected-exception) - More articles: [[<-- prev]](/spring-security-modules/spring-security-web-boot-2) From ca54d1bb01f23abb027512f3f7ff5b6a71e9ae6e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:37:33 +0800 Subject: [PATCH 3/5] Update README.md --- core-java-modules/core-java-collections-maps-4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-collections-maps-4/README.md b/core-java-modules/core-java-collections-maps-4/README.md index 4449d3859b..54ab60da7d 100644 --- a/core-java-modules/core-java-collections-maps-4/README.md +++ b/core-java-modules/core-java-collections-maps-4/README.md @@ -3,4 +3,4 @@ This module contains articles about Map data structures in Java. ### Relevant Articles: -- [Using a Custom Class as a Key in a Java HashMap](https://www.baeldung.com/custom-key-hashmap) +- [Using a Custom Class as a Key in a Java HashMap](https://www.baeldung.com/java-custom-class-map-key) From d9ce278e2335353555e9d5c85238103b3c35e105 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:38:58 +0800 Subject: [PATCH 4/5] Update README.md --- grpc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/grpc/README.md b/grpc/README.md index e162681810..5dabfe8004 100644 --- a/grpc/README.md +++ b/grpc/README.md @@ -6,3 +6,4 @@ This module contains articles about gRPC - [Introduction to gRPC](https://www.baeldung.com/grpc-introduction) - [Streaming with gRPC in Java](https://www.baeldung.com/java-grpc-streaming) +- [Error Handling in gRPC](https://www.baeldung.com/grpcs-error-handling) From 2e9ccb604e139a4e7119e2fbe27c9e260d5f1fab Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:40:30 +0800 Subject: [PATCH 5/5] Update README.md --- persistence-modules/hibernate-exceptions/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/persistence-modules/hibernate-exceptions/README.md b/persistence-modules/hibernate-exceptions/README.md index 616800a63d..7c4f96280e 100644 --- a/persistence-modules/hibernate-exceptions/README.md +++ b/persistence-modules/hibernate-exceptions/README.md @@ -2,4 +2,5 @@ - [Hibernate could not initialize proxy – no Session](https://www.baeldung.com/hibernate-initialize-proxy-exception) - [Hibernate Error “No Persistence Provider for EntityManager”](https://www.baeldung.com/hibernate-no-persistence-provider) -- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception) \ No newline at end of file +- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception) +- [Hibernate’s “Object References an Unsaved Transient Instance” Error](https://www.baeldung.com/hibernate-unsaved-transient-instance-error)