Skip to content

Commit a5f4ae9

Browse files
mariiakulikpivovarit
authored andcommitted
Readme files update (eugenp#1680)
* 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 * Create README.md * Update README.md * Create 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 * Create README.md * Create README.md * Update README.md * Update README.MD * Update README * Rename README to 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 * Update README.md * Update README.md * Update README.md
1 parent 553c368 commit a5f4ae9

File tree

32 files changed

+87
-7
lines changed

32 files changed

+87
-7
lines changed

algorithms/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- [Ant Colony Optimization](http://www.baeldung.com/java-ant-colony-optimization)
66
- [Validating Input With Finite Automata in Java](http://www.baeldung.com/finite-automata-java)
77
- [Introduction to Jenetics Library](http://www.baeldung.com/jenetics)
8+
- [Check If a Number Is Prime in Java](http://www.baeldung.com/java-prime-numbers)

core-java-9/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
- [Spring Security – Redirect to the Previous URL After Login](http://www.baeldung.com/spring-security-redirect-login)
1313
- [Java 9 Process API Improvements](http://www.baeldung.com/java-9-process-api)
1414
- [Introduction to Java 9 StackWalking API](http://www.baeldung.com/java-9-stackwalking-api)
15+
- [Introduction to Project Jigsaw](http://www.baeldung.com/project-jigsaw-java-modularity)

core-java/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,9 @@
9292
- [Removing all nulls from a List in Java](http://www.baeldung.com/java-remove-nulls-from-list)
9393
- [Removing all duplicates from a List in Java](http://www.baeldung.com/java-remove-duplicates-from-list)
9494
- [An Introduction to ThreadLocal in Java](http://www.baeldung.com/java-threadlocal)
95+
- [Using Math.pow in Java](http://www.baeldung.com/java-math-pow)
96+
- [Converting Strings to Enums in Java](http://www.baeldung.com/java-string-to-enum)
97+
- [Flattening Nested Collections in Java](http://www.baeldung.com/java-flatten-nested-collections)
98+
- [Quick Guide to the Java StringTokenizer](http://www.baeldung.com/java-stringtokenizer)
99+
- [JVM Log Forging](http://www.baeldung.com/jvm-log-forging)
100+
- [Guide to sun.misc.Unsafe](http://www.baeldung.com/java-unsafe)

cucumber/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+
- [Cucumber and Scenario Outline](http://www.baeldung.com/cucumber-scenario-outline)

groovy-spock/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+
- [Introduction to Testing with Spock and Groovy](http://www.baeldung.com/groovy-spock)

guava21/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
## Relevant articles:
1+
### Relevant articles:
2+
- [New Stream, Comparator and Collector Functionality in Guava 21](http://www.baeldung.com/guava-21-new)

jackson/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
2727
- [Guide to @JsonFormat in Jackson](http://www.baeldung.com/jackson-jsonformat)
2828
- [A Guide to Optional with Jackson](http://www.baeldung.com/jackson-optional)
2929
- [Map Serialization and Deserialization with Jackson](http://www.baeldung.com/jackson-map)
30+
- [Jackson Streaming API](http://www.baeldung.com/jackson-streaming-api)

javaslang/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- [Introduction to Javaslang](http://www.baeldung.com/javaslang)
33
- [Guide to Try in Javaslang](http://www.baeldung.com/javaslang-try)
44
- [Guide to Pattern Matching in Javaslang](http://www.baeldung.com/javaslang-pattern-matching)
5+
- [Property Testing Example With Javaslang](http://www.baeldung.com/javaslang-property-testing)

jee7/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22
- [Scheduling in Java EE](http://www.baeldung.com/scheduling-in-java-enterprise-edition)
33
- [JSON Processing in Java EE 7](http://www.baeldung.com/jee7-json)
4+
- [Converters, Listeners and Validators in Java EE 7](http://www.baeldung.com/java-ee7-converter-listener-validator)

jhipster/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Relevant articles
2+
3+
- [Intro to JHipster](http://www.baeldung.com/jhipster)
4+
5+
16
# baeldung
27
This application was generated using JHipster 4.0.8, you can find documentation and help at [https://jhipster.github.io/documentation-archive/v4.0.8](https://jhipster.github.io/documentation-archive/v4.0.8).
38

0 commit comments

Comments
 (0)