Skip to content

Commit b59226a

Browse files
cody756pivovarit
authored andcommitted
12.12 (eugenp#3219)
* 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 * 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
1 parent 339cf6a commit b59226a

22 files changed

Lines changed: 41 additions & 5 deletions

File tree

cas/cas-secured-app/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Relevant articles:
2+
- [CAS SSO With Spring Security](http://www.baeldung.com/spring-security-cas-sso)

core-java-8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@
3232
- [“Stream has already been operated upon or closed” Exception in Java](http://www.baeldung.com/java-stream-operated-upon-or-closed-exception)
3333
- [Display All Time Zones With GMT And UTC in Java](http://www.baeldung.com/java-time-zones)
3434
- [Copy a File with Java](http://www.baeldung.com/java-copy-file)
35+
- [Generating Prime Numbers in Java](http://www.baeldung.com/java-generate-prime-numbers)

core-java-9/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
- [How to Get All Dates Between Two Dates?](http://www.baeldung.com/java-between-dates)
1919
- [Java 9 java.util.Objects Additions](http://www.baeldung.com/java-9-objects-new)
2020
- [Compact Strings in Java 9](http://www.baeldung.com/java-9-compact-string)
21+
- [Convert Date to LocalDate or LocalDateTime and Back](http://www.baeldung.com/java-date-to-localdate-and-localdatetime)

core-java-concurrency/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
- [Overview of the java.util.concurrent](http://www.baeldung.com/java-util-concurrent)
3232
- [Semaphores in Java](http://www.baeldung.com/java-semaphore)
3333
- [Daemon Threads in Java](http://www.baeldung.com/java-daemon-thread)
34+
- [Implementing a Runnable vs Extending a Thread](http://www.baeldung.com/java-runnable-vs-extending-thread)
35+
- [How to Kill a Java Thread](http://www.baeldung.com/java-thread-stop)

core-java/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,8 @@
121121
- [Copy a File with Java](http://www.baeldung.com/java-copy-file)
122122
- [Introduction to Creational Design Patterns](http://www.baeldung.com/creational-design-patterns)
123123
- [Quick Example - Comparator vs Comparable in Java](http://www.baeldung.com/java-comparator-comparable)
124-
124+
- [Quick Guide to Java Stack](http://www.baeldung.com/java-stack)
125+
- [The Java continue and break Keywords](http://www.baeldung.com/java-continue-and-break)
126+
- [Java – Append Data to a File](http://www.baeldung.com/java-append-to-file)
127+
- [Introduction to the Java ArrayDeque](http://www.baeldung.com/java-array-deque)
128+
- [Guide to java.util.Formatter](http://www.baeldung.com/java-string-formatter)

drools/README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22
- [Introduction to Drools](http://www.baeldung.com/drools)
33
- [Drools Using Rules from Excel Files](http://www.baeldung.com/drools-excel)
4+
- [An Example of Backward Chaining in Drools](http://www.baeldung.com/drools-backward-chaining)

gradle/README.md

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

hibernate5/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
- [Dynamic Mapping with Hibernate](http://www.baeldung.com/hibernate-dynamic-mapping)
44
- [An Overview of Identifiers in Hibernate](http://www.baeldung.com/hibernate-identifiers)
5+
- [Hibernate – Mapping Date and Time](http://www.baeldung.com/hibernate-date-time)
6+
- [Hibernate Inheritance Mapping](http://www.baeldung.com/hibernate-inheritance)

jsonb/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
## JSON B
2+
3+
## Relevant articles:
4+
- [Introduction to the JSON Binding API (JSR 367) in Java](http://www.baeldung.com/java-json-binding-api)

junit5/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Relevant articles:
2+
- [The Order of Tests in JUnit](http://www.baeldung.com/junit-5-test-order)

0 commit comments

Comments
 (0)