Merge pull request #9568 from johnA1331/master

BAEL-25522 github-related test fix (results: 18.06.2020)
This commit is contained in:
Loredana Crusoveanu 2020-06-25 14:30:49 +03:00 committed by GitHub
commit bf5c396967
6 changed files with 7 additions and 6 deletions

View File

@ -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)
- [How to Find all Getters Returning Null](https://www.baeldung.com/java-getters-returning-null)
- More articles: [[next -->]](/../core-java-streams-2)

View File

@ -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)

View File

@ -2,6 +2,3 @@
This module contains articles about Netflix.
### Relevant articles
- [Introduction to Netflix Genie](https://www.baeldung.com/netflix-genie-intro)

View File

@ -0,0 +1,3 @@
### Relevant Articles:
- [Introduction to Netflix Genie](https://www.baeldung.com/netflix-genie-intro)

View File

@ -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)

View File

@ -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)