Skip to content

Commit f3557de

Browse files
cody756pivovarit
authored andcommitted
16.09 (eugenp#2628)
* Update README.md * Update README.md * Create README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.MD * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Create README.md * Update README.md * Update README.md * Update README.md
1 parent 4846177 commit f3557de

24 files changed

Lines changed: 48 additions & 1 deletion

File tree

algorithms/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
- [Check If a Number Is Prime in Java](http://www.baeldung.com/java-prime-numbers)
99
- [Example of Hill Climbing Algorithm](http://www.baeldung.com/java-hill-climbing-algorithm)
1010
- [Monte Carlo Tree Search for Tic-Tac-Toe Game](http://www.baeldung.com/java-monte-carlo-tree-search)
11+
- [String Search Algorithms for Large Texts](http://www.baeldung.com/java-full-text-search-algorithms)

apache-shiro/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant articles
2+
- [Introduction to Apache Shiro](http://www.baeldung.com/apache-shiro)

bootique/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant Articles:
2+
- [Introduction to Bootique](http://www.baeldung.com/bootique)

core-java-9/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
- [Java 9 Optional API Additions](http://www.baeldung.com/java-9-optional)
1717
- [Java 9 Reactive Streams](http://www.baeldung.com/java-9-reactive-streams)
1818
- [How to Get All Dates Between Two Dates?](http://www.baeldung.com/java-between-dates)
19+
- [Java 9 java.util.Objects Additions](http://www.baeldung.com/java-9-objects-new)

core-java/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,10 @@
9999
- [ClassNotFoundException vs NoClassDefFoundError](http://www.baeldung.com/java-classnotfoundexception-and-noclassdeffounderror)
100100
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)
101101
- [Guide to Escaping Characters in Java RegExps](http://www.baeldung.com/java-regexp-escape-char)
102+
- [Guide to hashCode() in Java](http://www.baeldung.com/java-hashcode)
103+
- [Collect a Java Stream to an Immutable Collection](http://www.baeldung.com/java-stream-immutable-collection)
104+
- [Difference between URL and URI](http://www.baeldung.com/java-url-vs-uri)
105+
- [Broadcasting and Multicasting in Java](http://www.baeldung.com/java-broadcast-multicast)
106+
- [Converting a List to String in Java](http://www.baeldung.com/java-list-to-string)
107+
- [CharSequence vs. String in Java](http://www.baeldung.com/java-char-sequence-string)
102108
- [Period and Duration in Java](http://www.baeldung.com/java-period-duration)

grpc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant Articles:
2+
- [Introduction to gRPC](http://www.baeldung.com/grpc-introduction)

jee7/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- [Introduction to JAX-WS](http://www.baeldung.com/jax-ws)
66
- [A Guide to Java EE Web-Related Annotations](http://www.baeldung.com/javaee-web-annotations)
77
- [Introduction to Testing with Arquillian](http://www.baeldung.com/arquillian)
8+
- [Securing Java EE with Spring Security](http://www.baeldung.com/java-ee-spring-security)

junit5/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
- [A Guide to @RepeatedTest in Junit 5](http://www.baeldung.com/junit-5-repeated-test)
66
- [Guide to Dynamic Tests in Junit 5](http://www.baeldung.com/junit5-dynamic-tests)
77
- [A Guied to JUnit 5 Extensions](http://www.baeldung.com/junit-5-extensions)
8+
- [Inject Parameters into JUnit Jupiter Unit Tests](http://www.baeldung.com/junit-5-parameters)
9+

kotlin/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
- [Overview of Kotlin Collections API](http://www.baeldung.com/kotlin-collections-api)
1414
- [Converting a List to Map in Kotlin](http://www.baeldung.com/kotlin-list-to-map)
1515
- [Data Classes in Kotlin](http://www.baeldung.com/kotlin-data-classes)
16+
- [Delegated Properties in Kotlin](http://www.baeldung.com/kotlin-delegated-properties)
17+
- [Sealed Classes in Kotlin](http://www.baeldung.com/kotlin-sealed-classes)
18+
1619

libraries-data/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant articles
2+
- [Introduction to Reladomo](http://www.baeldung.com/reladomo)

0 commit comments

Comments
 (0)