* feat: add ignored tests and update run from java
* Revert "feat: add ignored tests and update run from java"
This reverts commit 0a56fa4bf9e29473d04091408c5ce381f2f55f42.
* add ignore package
* fix: remove abstract from rename and ignore
* fix: removes run with and add missing tests
The above example only works when logging a string without using string interpolation. For example the following log statement: log.debug("This is a log from {}", "David"). This would result in event.getMessage() returning "This is a log from {}" while you would like to see the processed form "This is a log from David". The getMessage().toString() only returns the former while toString() on the event will return the latter. Furthermore the toString() method is redundant on getMessage() as it already is a string.
* Code Coverage with SonarQube and Jacoco
* SonarQube and Jacoco
* Delete SonarQube and Jacoco From the Root directory
* SonarQube and JaCoCo
* SonarQube And JaCoCo
* BAEL-4636 : Code Coverage with SonarQube and Jacoco
* Shifted to testing-modules/testing-libraries-2
* Removing this project to make a single project
* Code Coverage with SonarQube and Jacoco
* Formatting in pom.xml file
* Delete Directory
* Delete unused directory
* SonarQube And JaCoCo
* SonarQube And JaCoCo
* JAVA-4241: Upgrade Spring Boot to 2.4.3
* JAVA-4241: Fix CharEncodingCheckControllerUnitTest
* JAVA-4241: Upgrade Spring Framework to 5.3.4 in spring-testing
* JAVA-4241: Fix spring-data-commons version setup in spring-caching
* JAVA-4241: Upgrade jetty-reactive-httpclient in spring-5-reactive-client
* JAVA-4241: Disable failing test
* small example of hexagonal architecture in java
* Bael-4781: Introduction to ZeroCode
* add readme
* Revert "small example of hexagonal architecture in java"
This reverts commit c0f96441
* refactoring
* refactoring
* BAEL-4706 - Spring Boot with Spring Batch
* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed
* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson
* BAEL-4756 - Mockito MockSettings
* BAEL-4756 - Mockito MockSettings - fix spelling
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
* BAEL-4706 - Spring Boot with Spring Batch
* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed
* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson
* BAEL-4756 - Mockito MockSettings
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>