Skip to content

Commit c10cb80

Browse files
cody756Eugen
authored andcommitted
02.03 (eugenp#3747)
* 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 * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
1 parent 00f5648 commit c10cb80

File tree

17 files changed

+35
-1
lines changed

17 files changed

+35
-1
lines changed

core-java-8/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@
4141
- [Primitive Type Streams in Java 8](http://www.baeldung.com/java-8-primitive-streams)
4242
- [Fail-Safe Iterator vs Fail-Fast Iterator](http://www.baeldung.com/java-fail-safe-vs-fail-fast-iterator)
4343
- [Shuffling Collections In Java](http://www.baeldung.com/java-shuffle-collection)
44+
- [Java 8 StringJoiner](http://www.baeldung.com/java-string-joiner)
45+
- [Introduction to Spliterator in Java](http://www.baeldung.com/java-spliterator)

core-java/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,10 @@
129129
- [A Guide to the finalize Method in Java](http://www.baeldung.com/java-finalize)
130130
- [Compiling Java *.class Files with javac](http://www.baeldung.com/javac)
131131
- [Method Overloading and Overriding in Java](http://www.baeldung.com/java-method-overload-override)
132+
- [A Guide to TreeSet in Java](http://www.baeldung.com/java-tree-set)
133+
- [Guide to ThreadLocalRandom in Java](http://www.baeldung.com/java-thread-local-random)
134+
- [Java TreeMap vs HashMap](http://www.baeldung.com/java-treemap-vs-hashmap)
135+
- [A Guide to Iterator in Java](http://www.baeldung.com/java-iterator)
136+
- [The Trie Data Structure in Java](http://www.baeldung.com/trie-java)
137+
- [Introduction to Javadoc](http://www.baeldung.com/javadoc)
138+

core-kotlin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
- [JUnit 5 for Kotlin Developers](http://www.baeldung.com/junit-5-kotlin)
1919
- [Extension Methods in Kotlin](http://www.baeldung.com/kotlin-extension-methods)
2020
- [Infix Functions in Kotlin](http://www.baeldung.com/kotlin-infix-functions)
21+
- [Try-with-resources in Kotlin](http://www.baeldung.com/kotlin-try-with-resources)
22+
- [HTTP Requests with Kotlin and khttp](http://www.baeldung.com/kotlin-khttp)

java-lite/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Relevant Articles:
2-
- [RESTFul CRUD application with JavaLite] ()
2+
3+
- [A Guide to JavaLite – Building a RESTful CRUD application](http://www.baeldung.com/javalite-rest)

java-rmi/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [Getting Started with Java RMI](http://www.baeldung.com/java-rmi)

jenkins/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Writing a Jenkins Plugin](http://www.baeldung.com/jenkins-custom-plugin)

libraries/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
- [Guide to google-http-client](http://www.baeldung.com/google-http-client)
6161
- [Interact with Google Sheets from Java](http://www.baeldung.com/google-sheets-java-client)
6262
- [Programatically Create, Configure, and Run a Tomcat Server] (http://www.baeldung.com/tomcat-programmatic-setup)
63+
- [A Docker Guide for Java](http://www.baeldung.com/docker-java-api)
64+
- [Exceptions in Netty](http://www.baeldung.com/netty-exception-handling)
65+
- [Creating and Configuring Jetty 9 Server in Java](http://www.baeldung.com/jetty-java-programmatic)
6366

6467

6568

persistence-modules/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
### Relevant Articles:
66

77
- [Introduction to Hibernate Search](http://www.baeldung.com/hibernate-search)
8+
- [Bootstrapping Hibernate 5 with Spring](http://www.baeldung.com/hibernate-5-spring)
9+
- [Introduction to Lettuce – the Java Redis Client](http://www.baeldung.com/java-redis-lettuce)

spring-5-reactive/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1313
- [The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5](http://www.baeldung.com/spring-5-junit-config)
1414
- [Spring Security 5 for Reactive Applications](http://www.baeldung.com/spring-security-5-reactive)
1515
- [Spring 5 Testing with @EnabledIf Annotation](https://github.com/eugenp/tutorials/tree/master/spring-5)
16+
- [Reactive WebSockets with Spring 5](http://www.baeldung.com/spring-5-reactive-websockets)

spring-5-security/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Relevant articles:
22

33
- [Spring Security 5 -OAuth2 Login](http://www.baeldung.com/spring-security-5-oauth2-login)
4+
- [Extra Login Fields with Spring Security](https://github.com/eugenp/tutorials/tree/master/spring-5-security)

0 commit comments

Comments
 (0)