Merge pull request #9568 from johnA1331/master
BAEL-25522 github-related test fix (results: 18.06.2020)
This commit is contained in:
commit
bf5c396967
@ -13,4 +13,5 @@ This module contains articles about the Stream API in Java.
|
||||
- [Java Stream Filter with Lambda Expression](https://www.baeldung.com/java-stream-filter-lambda)
|
||||
- [Counting Matches on a Stream Filter](https://www.baeldung.com/java-stream-filter-count)
|
||||
- [Summing Numbers with Java Streams](https://www.baeldung.com/java-stream-sum)
|
||||
- More articles: [[next -->]](/../core-java-streams-2)
|
||||
- [How to Find all Getters Returning Null](https://www.baeldung.com/java-getters-returning-null)
|
||||
- More articles: [[next -->]](/../core-java-streams-2)
|
||||
|
@ -9,3 +9,4 @@ This module contains articles about Kotlin core features.
|
||||
- [Create a Java and Kotlin Project with Maven](https://www.baeldung.com/kotlin-maven-java-project)
|
||||
- [Kotlin Ternary Conditional Operator](https://www.baeldung.com/kotlin-ternary-operator)
|
||||
- [Sequences in Kotlin](https://www.baeldung.com/kotlin/sequences)
|
||||
- [Converting Kotlin Data Class from JSON using GSON](https://www.baeldung.com/kotlin-json-convert-data-class)
|
||||
|
@ -2,6 +2,3 @@
|
||||
|
||||
This module contains articles about Netflix.
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Introduction to Netflix Genie](https://www.baeldung.com/netflix-genie-intro)
|
||||
|
3
netflix-modules/genie/README.md
Normal file
3
netflix-modules/genie/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Introduction to Netflix Genie](https://www.baeldung.com/netflix-genie-intro)
|
@ -4,4 +4,4 @@ This module contains articles about Spring RestTemplate
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
|
||||
- [Spring RestTemplate Request/Response Logging](https://www.baeldung.com/spring-resttemplate-logging)
|
||||
|
@ -10,4 +10,3 @@
|
||||
- [Custom Assertions with AssertJ](http://www.baeldung.com/assertj-custom-assertion)
|
||||
- [Using Conditions with AssertJ Assertions](http://www.baeldung.com/assertj-conditions)
|
||||
- [AssertJ Exception Assertions](http://www.baeldung.com/assertj-exception-assertion)
|
||||
- [Asserting Log Messages With JUnit](https://www.baeldung.com/junit-asserting-logs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user