* Rename JdbcIntegrationTest to JdbcLiveTest
* Rename JdbcIntegrationTest to JdbcLiveTest
* Rename JdbcIntegrationTest to JdbcLiveTest
* Rename Integration tests to Live tests
* Turn off benchmarks
* BroadcastIntegratonTest -> BroadcastLiveTest
* Rename JdbcIntegrationTest to JdbcLiveTest
* Rename JdbcIntegrationTest to JdbcLiveTest
* Rename JdbcIntegrationTest to JdbcLiveTest
* Rename Integration tests to Live tests
* Turn off benchmarks
* Code for Dependency Injection Article.
* Added Java based configuration. Downloaded formatter.xml and reformatted
all changed files. Manually changed tab into 4 spaces in XML
configuration files.
* BAEL-434 - Spring Roo project files generated by Spring Roo. No
formatting applied. Added POM, java and resources folders.
* Moved project from roo to spring-roo folder.
* BAEL-838 Initial code showing how to remove last char - helper class and tests.
* BAEL-838 Corrected Helper class and associated empty string test case. Added StringUtils.substing tests.
* BAEL-838 Refromatted code using formatter.xml. Added Assert.assertEquals import. Renamed test to follow convention. Reordered tests.
* BAEL-838 - Added regex method and updated tests.
* BAEL-838 Added new line examples.
* BAEL-838 Renamed RemoveLastChar class to StringHelper and added Java8 examples. Refactord code.
* BAEL-838 Changed method names
* BAEL-838 Tiny change to keep code consistant. Return null or empty.
* BAEL-838 Removed unresolved conflict.
* BAEL-821 New class that shows different rounding techniques. Updated POM.
* BAEL-821 - Added unit test for different round methods.
* BAEL-821 Changed test method name to follow the convention
* BAEL-821 Added more test and updated round methods.
* BAEL-837 - initial commit. A few examples of adding doubles.
* BAEL-837 - Couple of smaller changes
* BAEL-837 - Added jUnit test.
* BAEL-579 Updated Spring Cloud Version
I was getting error: java.lang.NoSuchMethodError:
org.springframework.cloud.config.environment.Environment
After version update, all is okay.
* BAEL-579 Added actuator to Cloud Config Client.
* BAEL-579 Enabled cloud bus and updated dependencies.
* BAEL-579 Config Client using Spring Cloud Bus.
* BAEL-579 Recreated Basic Config Server.
* BAEL-579 Recreated Config Client.
* BAEL-579 Removed test Git URL.
* BAEL-579 Added Actuator to Config Client
* BAEL-579 Added Spring Cloud Bus to Client.
* BAEL-579 Server changes for Spring Cloud Bus
Added dependencies and removed git.clone-on-start as this was causing
server to throw errors after git properties change.
* BAEL-579 Removed Git URL.
* Revert "BAEL-579 Updated Spring Cloud Version"
This reverts commit f775bf91e5.
* Revert "BAEL-579 Config Client using Spring Cloud Bus."
This reverts commit 1d96bc5761.
* Revert "BAEL-579 Enabled cloud bus and updated dependencies."
This reverts commit 7845da922d.
* Revert "BAEL-579 Added actuator to Cloud Config Client."
This reverts commit 076657a26a.
* BAEL-579 Added missing dependency versions.
* BAEL-579 Added missing dependency versions.
* Updated gitignore
* BAEL-1065 Simple performance check StringBuffer vs StringBuilder.
* BAEL-1065 Added JMH benchmarks
* Add the example with EntryStream
* Add the example with EntryStream
* Add vavr
* Implement the method getOddIndexedStringsVersionTwo
* Implement the method givenArray_whenGetIndexedStrings_thenReturnListOfOddStringsVersionTwo
* BAEL-1078 Code formatting
* Extract tuples using map
* Fix merge conflicts
* Different types of bean injection in Spring
* Difference between two dates in java
* Update README.md
* Simple clean of difference between dates
* Clean my test article
* Improve dates diff: for dates and datetimes
* Move difference between dates from core-java to libraries
* Removing old code
* Removing old code
* Removing old code
* Removing old code
* Updated design for Adapter pattern
* Updated test cases for new design
* Adding test cases for "how to delete a directory"
* Removing .gitignore from Empty folder
* Adding .gitignore to Empty folder
* Updated method names and removed unnecessary imports
* Removed toBedeleted folder from src/test/resources. Updated the test
case to create the directory on the fly using a temporary location
* Different types of bean injection in Spring
* Difference between two dates in java
* Update README.md
* Simple clean of difference between dates
* Clean my test article
* Improve dates diff: for dates and datetimes
* BAEL-1076 How to get a number of digits in an int?
Six different ways to find the number of digits in an integer.
* BAEL-1076 How to get a number of digits in an int?
* Update NumberOfDigits.java
* Different types of bean injection in Spring
* Difference between two dates in java
* Update README.md
* Simple clean of difference between dates
* Clean my test article
* Different types of bean injection classes are added.
* JUnit Tests for Zoo and Forest Class
* Necessary dependency is added to pom.xml
* Updated pom.xml
Carried dependency to into another dependency tag.
* dependency added.
* dependency is carried.
* dependency is added.
* A test dependency is added.
* dependency is changed.
* Dependency is changed.
* Test classes are changed and moved.
* test correction
* correction
* String vs CharSequence
* unnecesseray files are deleted.
* correction
* Assert statemenet is changed from java to junit
* Assert is changed.
* changed the name of the test methods.
* Chaned assertEquals() to assertNotEquals(). We expected the result to be not equal!
* Corrected test case.
* Different types of bean injection classes are added.
* JUnit Tests for Zoo and Forest Class
* Necessary dependency is added to pom.xml
* Updated pom.xml
Carried dependency to into another dependency tag.
* dependency added.
* dependency is carried.
* dependency is added.
* A test dependency is added.
* dependency is changed.
* Dependency is changed.
* Test classes are changed and moved.
* test correction
* correction
* String vs CharSequence
* unnecesseray files are deleted.
* correction
* Assert statemenet is changed from java to junit
* Assert is changed.
* changed the name of the test methods.
* Chaned assertEquals() to assertNotEquals(). We expected the result to be not equal!
* Different types of bean injection classes are added.
* JUnit Tests for Zoo and Forest Class
* Necessary dependency is added to pom.xml
* Updated pom.xml
Carried dependency to into another dependency tag.
* dependency added.
* dependency is carried.
* dependency is added.
* A test dependency is added.
* dependency is changed.
* Dependency is changed.
* Test classes are changed and moved.
* test correction
* correction
* String vs CharSequence
* unnecesseray files are deleted.
* correction
* Assert statemenet is changed from java to junit
* Assert is changed.
* changed the name of the test methods.
* Adding code for java broadcasting and multicasting
* Changing multicast ip
* Adding code to iterate thorugh all network interfaces
* Formatting again and fixing bug
* Applying formatting rules on all classes
* Fixing formatting
* Removing java from package name
* Deleting duplicate files
* Removing unused imports
* Adding code for java broadcasting and multicasting
* Changing multicast ip
* Adding code to iterate thorugh all network interfaces
* Formatting again and fixing bug
* Applying formatting rules on all classes
* Fixing formatting
* Structural Design Patterns
Difference between several types of structural design patterns
* Structural Design Pattern
Difference between several types of structural design patterns
* Structural Design Patterns
Difference between several types of structural design patterns
* Structural Design Patterns
Difference between several types of structural design patterns
* Different Types of Bean Injection in Spring code
* Dataclasses in Kotlin
* Revert "Different Types of Bean Injection in Spring code"
This reverts commit 4b747726b93a9f6bf76d6518792fc77e0d5c2fc9.
* Destructuring Declarations in Kotlin
* Corrections on Destructuring Declarations in Kotlin
* Implementing Singleton pattern in Java
* [BAEL-1066] Implementing Singleton pattern in Java
* Singleton Implementation changes.
* BAEL-900 Guide to dynamic tests in Junit 5
* BAEL-900 Guide to Dynamic Tests in Junit 5
* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"
This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.
* BAEL-900 Guide to Dynamic Tests in Junit 5
* BAEL-900 Guide to dynamic tests in Junit 5
* removed unnecessary annotation
* BAEL-900 unused imports removed
* BAEL-900 simplified input generator code
* BAEL-252 A Java Client to consume a WebSockets API
* BAEL-887 How to collect a Java Stream to an immutable collection?
* BAEL-887 How to collect a Java Stream to an immutable collection?
* BAEL-900 Guide to dynamic tests in Junit 5
* BAEL-900 Guide to Dynamic Tests in Junit 5
* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"
This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.
* BAEL-900 Guide to Dynamic Tests in Junit 5
* BAEL-900 Guide to dynamic tests in Junit 5
* removed unnecessary annotation
* BAEL-900 unused imports removed
* BAEL-900 simplified input generator code
* BAEL-252 A Java Client to consume a WebSockets API
* BAEL-887 How to collect a Java Stream to an immutable collection?
* Evaluation article: Different Types of Bean Injection in Spring
* added tests & changed configuration to Java-based config
* removed xml config files
* rename unit tests
* BAEL-972 - Apache Commons Text
* remove code from evaluation article
* remove code from evaluation article
* BAEL-972 - Apache Commons Text - added another example
* BAEL-972 - Apache Commons Text - just indentation
* BAEL-994 - TemporalAdjuster in Java
* BAEL-994 - TemporalAdjuster in Java
* BAEL-994 - TemporalAdjuster in Java
* BAEL-994 - TemporalAdjuster in Java
* BAEL-994 - TemporalAdjuster in Java - fix problems
* BAEL-1033 Introduction to StreamUtils
* BAEL-1033 Introduction to StreamUtils