Merge pull request #11357 from johnA1331/master

BAEL-42617 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-10-22 15:03:06 +03:00 committed by GitHub
commit 9f1155140d
8 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,3 @@
### Relevant articles: ### Relevant articles:
- TODO - [Pattern Matching for Switch](https://www.baeldung.com/java-switch-pattern-matching)

View File

@ -5,3 +5,4 @@ This module contains articles about arrays conversion in Java
## Relevant Articles ## Relevant Articles
- [Convert a Float to a Byte Array in Java](https://www.baeldung.com/java-convert-float-to-byte-array) - [Convert a Float to a Byte Array in Java](https://www.baeldung.com/java-convert-float-to-byte-array)
- [Converting Between Stream and Array in Java](https://www.baeldung.com/java-stream-to-array) - [Converting Between Stream and Array in Java](https://www.baeldung.com/java-stream-to-array)
- [Convert a Byte Array to a Numeric Representation in Java](https://www.baeldung.com/java-byte-array-to-number)

View File

@ -6,3 +6,4 @@
- [Split a String in Java and Keep the Delimiters](https://www.baeldung.com/java-split-string-keep-delimiters) - [Split a String in Java and Keep the Delimiters](https://www.baeldung.com/java-split-string-keep-delimiters)
- [Validate String as Filename in Java](https://www.baeldung.com/java-validate-filename) - [Validate String as Filename in Java](https://www.baeldung.com/java-validate-filename)
- [Count Spaces in a Java String](https://www.baeldung.com/java-string-count-spaces) - [Count Spaces in a Java String](https://www.baeldung.com/java-string-count-spaces)
- [Remove Accents and Diacritics From a String in Java](https://www.baeldung.com/java-remove-accents-from-text)

View File

@ -11,3 +11,4 @@ This module contains articles about Ratpack.
- [Ratpack HTTP Client](https://www.baeldung.com/ratpack-http-client) - [Ratpack HTTP Client](https://www.baeldung.com/ratpack-http-client)
- [Ratpack with RxJava](https://www.baeldung.com/ratpack-rxjava) - [Ratpack with RxJava](https://www.baeldung.com/ratpack-rxjava)
- [Ratpack with Groovy](https://www.baeldung.com/ratpack-groovy) - [Ratpack with Groovy](https://www.baeldung.com/ratpack-groovy)
- [Reactive Streams API with Ratpack](https://www.baeldung.com/ratpack-reactive-streams-api)

View File

@ -0,0 +1,3 @@
## Relevant Articles:
- [Introduction to the Evrete Rule Engine](https://www.baeldung.com/java-evrete-rule-engine)

View File

@ -6,3 +6,4 @@ This module contains articles about configuring the Spring Boot `Environment`
- [EnvironmentPostProcessor in Spring Boot](https://www.baeldung.com/spring-boot-environmentpostprocessor) - [EnvironmentPostProcessor in Spring Boot](https://www.baeldung.com/spring-boot-environmentpostprocessor)
- [Spring Properties File Outside jar](https://www.baeldung.com/spring-properties-file-outside-jar) - [Spring Properties File Outside jar](https://www.baeldung.com/spring-properties-file-outside-jar)
- [Get the Running Port in Spring Boot](https://www.baeldung.com/spring-boot-running-port) - [Get the Running Port in Spring Boot](https://www.baeldung.com/spring-boot-running-port)
- [Environment Variable Prefixes in Spring Boot 2.5](https://www.baeldung.com/spring-boot-env-variable-prefixes)

View File

@ -7,3 +7,4 @@
- [Introduction to Lambda Behave](https://www.baeldung.com/lambda-behave) - [Introduction to Lambda Behave](https://www.baeldung.com/lambda-behave)
- [Conditionally Run or Ignore Tests in JUnit 4](https://www.baeldung.com/junit-conditional-assume) - [Conditionally Run or Ignore Tests in JUnit 4](https://www.baeldung.com/junit-conditional-assume)
- [JUnit 4 on How to Ignore a Base Test Class](https://www.baeldung.com/junit-ignore-base-test-class) - [JUnit 4 on How to Ignore a Base Test Class](https://www.baeldung.com/junit-ignore-base-test-class)
- [Using Fail Assertion in JUnit](https://www.baeldung.com/junit-fail)

View File

@ -4,3 +4,4 @@
- [JUnit Custom Display Name Generator API](https://www.baeldung.com/junit-custom-display-name-generator) - [JUnit Custom Display Name Generator API](https://www.baeldung.com/junit-custom-display-name-generator)
- [@TestInstance Annotation in JUnit 5](https://www.baeldung.com/junit-testinstance-annotation) - [@TestInstance Annotation in JUnit 5](https://www.baeldung.com/junit-testinstance-annotation)
- [Run JUnit Test Cases From the Command Line](https://www.baeldung.com/junit-run-from-command-line) - [Run JUnit Test Cases From the Command Line](https://www.baeldung.com/junit-run-from-command-line)
- [Parallel Test Execution for JUnit 5](https://www.baeldung.com/junit-5-parallel-tests)