Skip to content

Commit 17f2f86

Browse files
authored
Merge pull request eugenp#8403 from johnA1331/master
BAEL-19551
2 parents d3082ff + 00c11f0 commit 17f2f86

11 files changed

Lines changed: 16 additions & 3 deletions

File tree

algorithms-miscellaneous-5/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ This module contains articles about algorithms. Some classes of algorithms, e.g.
1010
- [Find If Two Numbers Are Relatively Prime in Java](https://www.baeldung.com/java-two-relatively-prime-numbers)
1111
- [Knapsack Problem Implementation in Java](https://www.baeldung.com/java-knapsack)
1212
- [How to Determine if a Binary Tree is Balanced](https://www.baeldung.com/java-balanced-binary-tree)
13+
- [The Caesar Cipher in Java](https://www.baeldung.com/java-caesar-cipher)
1314
- More articles: [[<-- prev]](/../algorithms-miscellaneous-4)

core-java-modules/core-java-11/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ This module contains articles about Java 11 core features
1212
- [An Introduction to Epsilon GC: A No-Op Experimental Garbage Collector](https://www.baeldung.com/jvm-epsilon-gc-garbage-collector)
1313
- [Guide to jlink](https://www.baeldung.com/jlink)
1414
- [Negate a Predicate Method Reference with Java 11](https://www.baeldung.com/java-negate-predicate-method-reference)
15+
- [Benchmark JDK Collections vs Eclipse Collections](https://www.baeldung.com/jdk-collections-vs-eclipse-collections)

core-java-modules/core-java-lang-math/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
- [Java 8 Unsigned Arithmetic Support](https://www.baeldung.com/java-unsigned-arithmetic)
88
- [How to Separate Double into Integer and Decimal Parts](https://www.baeldung.com/java-separate-double-into-integer-decimal-parts)
99
- [The strictfp Keyword in Java](https://www.baeldung.com/java-strictfp)
10+
- [Basic Calculator in Java](https://www.baeldung.com/java-basic-calculator)
11+
- [Overflow and Underflow in Java](https://www.baeldung.com/java-overflow-underflow)

intelliJ/remote-debugging/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ The following guides may also be helpful:
8282
* https://spring.io/guides/gs/batch-processing/[Creating a Batch Service]
8383

8484
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/footer.adoc[]
85+

persistence-modules/hibernate5-2/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ This module contains articles about Hibernate 5.
55
### Relevant Articles:
66
- [Hibernate Error “Not all named parameters have been set”](https://www.baeldung.com/hibernate-error-named-parameters-not-set)
77
- [FetchMode in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-fetchmode)
8-
- [[<-- Prev]](/hibernate5)
8+
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
9+
- [[<-- Prev]](/hibernate5)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant Articles:
2+
3+
- [WebSockets with the Play Framework and Akka](https://www.baeldung.com/akka-play-websockets)

spring-cloud/spring-cloud-gateway/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ This module contains articles about Spring Cloud Gateway
44

55
### Relevant Articles:
66
- [Exploring the new Spring Cloud Gateway](http://www.baeldung.com/spring-cloud-gateway)
7+
- [Writing Custom Spring Cloud Gateway Filters](https://www.baeldung.com/spring-cloud-custom-gateway-filters)

spring-mvc-basics-2/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1111
- [The Spring @Controller and @RestController Annotations](http://www.baeldung.com/spring-controller-vs-restcontroller)
1212
- [Model, ModelMap, and ModelView in Spring MVC](http://www.baeldung.com/spring-mvc-model-model-map-model-view)
1313
- [Spring Web Contexts](http://www.baeldung.com/spring-web-contexts)
14-
- [[<-- Prev]](/spring-mvc-basics)
14+
- [Spring Optional Path Variables](https://www.baeldung.com/spring-optional-path-variables)
15+
- [[<-- Prev]](/spring-mvc-basics)

testing-modules/gatling/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Relevant Articles:
22
- [Intro to Gatling](http://www.baeldung.com/introduction-to-gatling)
3+
- [Run Gatling Tests From Jenkins](https://www.baeldung.com/jenkins-run-gatling-tests)
34

45
### Running a simualtion
56
- To run a simulation use "simulation" profile, command - `mvn install -Psimulation -Dgib.enabled=false`

testing-modules/mockito-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- [Mockito Strict Stubbing and The UnnecessaryStubbingException](https://www.baeldung.com/mockito-unnecessary-stubbing-exception)
66
- [Quick Guide to BDDMockito](https://www.baeldung.com/bdd-mockito)
77
- [Mockito – Using Spies](https://www.baeldung.com/mockito-spy)
8+
- [Mockito and Fluent APIs](https://www.baeldung.com/mockito-fluent-apis)

0 commit comments

Comments
 (0)