* Example Code For Evaluation Article
This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"
* Added unit tests
* Minor changes to application context
* Removed code committed for evaluation article
* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5
* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Code Formatting and solving build issue
* BAEL-944 Resolving build issue due to change in Spring version
* BAEL-944 Resolving build issue
* BAEL-944 Formatting code
* BAEL-944 Moving tests to correct package
* BAEL-944 Moving tests to correct package
* BAEL-944 Replacing @RequestMapping by @GetMapping
* BAEL-944 Remove unnecessary attribute name, "value" in annotations
* BAEL-79 Intro to Activiti with Spring
* BAEL-79 Intro to Activiti with Spring
* BAEL-79 Adding activiti module to the parent modules
* BAEL-79 Using latest version
* BAEL-79 Update Spring boot version that works with Activiti
* BAEL-79 Replace RequestMapping with GetMapping
* BAEL-79 Use Java 8 Syntax
* BAEL-79 Formatting
* BAEL-79 changed module name
* BAEL-378 A Guide to Activiti with Java
* BAEL-79 Fixed unit tests
* BAEL-79 Simplified the process
* BAEL-79 Fix test cases
* BAEL-1045 Lambda Behave
* BAEL-1045 Lambda Behave
* BAEL-1045 Lambda Behave
* BAEL-1090 Difference between compact and compressed strings in Java 9
* BAEL-1237 String Formatter
* BAEL-1237 String Formatter
* BAEL-1237 String Formatter
* BAEL-1237 String Formatter
* BAEL-1237 Guide to java.util.Formatter
* New code for First Article 'Types of Bean Injection'
* Adding code for BAEL-1306
* Code changes for BAEL-1306
* Removed code of my evaluation article
* 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
* Adding test classes for java atomic variables
* Updating counter with atomic integer
* Adding reason for ignoring test
* Removing ignore annotation and moving test to manual test
* Removing counter test
* 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
* How to zip two collections in Java?
How to zip two collections in Java? | http://jira.baeldung.com/browse/BAEL-780
* Updated pom to add jool dependency
* Added Unit Tests of Zip Collections
* Moved files to libraries folder
* Fixed Compilation Error
* Removed jool dependency as code has been moved to libraries
* Removed jool property attribute
* 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
* 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.
* Bean Injection in Spring – ashrafmsokkar@gmail.com
* Bean Injection in Spring – ashrafmsokkar@gmail.com
* BAEL-871: What is serialVersionUID?
* BAEL-871: What is serialVersionUID?
* BAEL-871 What is serialVersionUID?
* BAEL-871 Implemented feedback
* Dependency Injection examples
Dependency Injection examples for evaluation article
* Junit test cases added for dependency injection
Junit test cases added for dependency injection
* ClassNotFoundException vs NoClassDefFoundError
Example to reproduce ClassNotFoundException & NoClassDefFoundError
* JUnit test cases for ClassNotFoundException & NoClassDefFoundError
test cases to reproduce ClassNotFoundException & NoClassDefFoundError
* Deleting exampls for evaluation article
* BAEL-831 Examples for ClassNotFoundException & NoClassDefFoundError
* BAEL-831 Removed wrapper class
* Removing evaluation article example
* BAEL-875 - Hill Climbing Algorithm
BAEL-875 - Implementation for Hill Climbing Algorithm
* BAEL-875 removed unused imports
* BAEL-984 Monte Carlo tree search
BAEL-984 Implementation for tic tac toe using Monte Carlo tree search
* BAEL-984 test cases for MCTS
BAEL-984 test cases for Monte Carlo tree search implementation
* BAEL-1004
Implementation of Minimax algorithm
* Define beans for handling different message types in a lean chat app
* Add class based spring beans configuration
* Define spring configuration in XML for constructor based bean injection
* Refactor package structure to separate constructor based bean injection code set from setter based bean injection code set
* Define configuration and classes specific to setter-based bean injection.
* Implement tests for constructor-based and setter-based bean injections
* develop codes for explaining type erasure
* Write unit tests for type erasure examples
* Remove evaluation article code
* Modify type erasure examples and unit tests
* Modify type erasure examples and unit tests
* Add expected exception in TypeErasureUnitTest
* Correct grammar in class name
* minor logging fix
* spring security sso
* use basic auth
* use form login
* cleanup
* cleanup
* final cleanup
* second client app for sso
* spring boot bootstrap
* add logic
* cleanup
* add simple controller
* add thymeleaf and security
* minor fix
* minor fix
* add more boot properties
* fix live test
* fix live test
* minor fix
* semaphores
* BAEL-864, java.net.*
* java-networking Bael-864, revision
* Final and static keywords removed.
* Bael-486 Static import for JUnit into pom.xml was added.
* Bael-486, pom.xml was renamed on networking-pom.xml to deactivate it.
* Maven pom.xml changed.
* Delete java-networing project.
* Bael-684, rearanged.
* injecting beans
* XML-based configuration replaced with Java Config.
* [BAEL-431] Exploring TestRestTemplate.
* Revert of evaluation task "XML-based configuration replaced with Java Config."
This reverts commit 66471cf0574c85f8ff514ec4caf5ba44ebba1a74.
* Revert of evaluation task "injecting beans"
This reverts commit d2ac20185e636245bc0ae0b4ccb952965de88e28.
* [BAEL-431] fix to the tests in TestRestTemplateBasicLiveTest.
* [BAEL-431] added more meaningful user and password for auth.
* [BAEL-820] examples of wait() and sleep() methods.
* [BAEL-820] wait() and sleep() examples.
* [BAEL-829] number of occurences of a char in a String.
* [BAEL-829] printlns changed to assertions.
* [BAEL-829] improved names of the tests.
* [BAEL-872] map and flatMap difference.
* removed duplicated countingChars class.
* [BAEL-872] changed Object into List.
* [BAEL-872] improved code for map() and flatMap() article.
* [BEAL-832] getting the name of current executing method.
* clean up.
* 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.
* added project files for evaluation article by smatt382@gmail.com
* added project files for evaluation article by smatt382@gmail.com
* added class com.baeldung.string.StringToCharStream by smatt382@gmail.com
* updated the example codes. Use assert statements
* updated example codes
* fixed conflict in pom.xml
* remove redundant files'
* added unit test
* Commit URUURLJNDIFS added.
* URI URL REST commit.
* Revert "URI URL REST commit."
This reverts commit d9e26399be1f3a26d871cd0600036e3a4558cde2.
* Difference URI URL REST BAEL-864.
* Commit Difference URI URL REST #864, small changes.
* Difference URI URL REST project has been moved to spring-rest.
* BAEL-864. Deleted unused project and did one small change.
* 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.
* injecting beans
* XML-based configuration replaced with Java Config.
* [BAEL-431] Exploring TestRestTemplate.
* Revert of evaluation task "XML-based configuration replaced with Java Config."
This reverts commit 66471cf0574c85f8ff514ec4caf5ba44ebba1a74.
* Revert of evaluation task "injecting beans"
This reverts commit d2ac20185e636245bc0ae0b4ccb952965de88e28.
* [BAEL-431] fix to the tests in TestRestTemplateBasicLiveTest.
* [BAEL-431] added more meaningful user and password for auth.
* [BAEL-820] examples of wait() and sleep() methods.
* [BAEL-820] wait() and sleep() examples.
* [BAEL-829] number of occurences of a char in a String.
* [BAEL-829] printlns changed to assertions.
* [BAEL-829] improved names of the tests.
* [BAEL-872] map and flatMap difference.
* removed duplicated countingChars class.
* [BAEL-872] changed Object into List.
* [BAEL-872] improved code for map() and flatMap() article.
* 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
* Different Types of Bean Injection in Spring
* Fixed code formatting and test names for "Different Types of Bean Injection in Spring"
* BAEL-833: How to get last element of a Stream in Java?
* BAEL-833: Updated based on review from editor
* Dependency Injection examples
Dependency Injection examples for evaluation article
* Junit test cases added for dependency injection
Junit test cases added for dependency injection
* ClassNotFoundException vs NoClassDefFoundError
Example to reproduce ClassNotFoundException & NoClassDefFoundError
* JUnit test cases for ClassNotFoundException & NoClassDefFoundError
test cases to reproduce ClassNotFoundException & NoClassDefFoundError
* Deleting exampls for evaluation article
* BAEL-831 Examples for ClassNotFoundException & NoClassDefFoundError
* BAEL-831 Removed wrapper class
* Removing evaluation article example
* BAEL-831 removed wrapper class
* Example Code For Evaluation Article
This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"
* Added unit tests
* Minor changes to application context
* BAEL-823 Iterating over enum values in Java
* Removed code committed for evaluation article
* Dependency Injection examples
Dependency Injection examples for evaluation article
* Junit test cases added for dependency injection
Junit test cases added for dependency injection
* ClassNotFoundException vs NoClassDefFoundError
Example to reproduce ClassNotFoundException & NoClassDefFoundError
* JUnit test cases for ClassNotFoundException & NoClassDefFoundError
test cases to reproduce ClassNotFoundException & NoClassDefFoundError
* Deleting exampls for evaluation article
* BAEL-831 Examples for ClassNotFoundException & NoClassDefFoundError
* deleting config file for evaluation article
deleting config file for evaluation article
* adam.zawada@gmail.com - Different Types of Bean Injection in Spring
* adam.zawada@gmail.com - Different Types of Bean Injection in Spring
switch to Java based configuration
* BAEL-895 calculate the period/duration between two dates in Java 8
* clean old PR
* BAEL-923 How to inject a value from properties to a class not managed by Spring?
* clean PR
* BAEL-827 Add unit test for file paths
* BAEL-827 - Update path IOException test to execute only on Windows
* BAELL-827 - Update unit test method name
* 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.
* 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
* injecting beans
* XML-based configuration replaced with Java Config.
* [BAEL-431] Exploring TestRestTemplate.
* Revert of evaluation task "XML-based configuration replaced with Java Config."
This reverts commit 66471cf0574c85f8ff514ec4caf5ba44ebba1a74.
* Revert of evaluation task "injecting beans"
This reverts commit d2ac20185e636245bc0ae0b4ccb952965de88e28.
* [BAEL-431] fix to the tests in TestRestTemplateBasicLiveTest.
* [BAEL-431] added more meaningful user and password for auth.
* [BAEL-820] examples of wait() and sleep() methods.
* [BAEL-820] wait() and sleep() examples.
* [BAEL-829] number of occurences of a char in a String.
* [BAEL-829] printlns changed to assertions.
* [BAEL-829] improved names of the tests.
* 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.
* BAL-36 File size api in java and apache commons IO
* BAEL-282 grep in java - fixes after code review
* BAEL-519 Added support for disruptor library
* BAEL-519 Added support for disruptor library
* BAEL-519 Added support for disruptor library
* BAEL-519 Added support for disruptor library
* BAEL-519 Added support for disruptor library
* BAEL-519 Added support for disruptor library
* BAEL-519 Added support for disruptor
* BAEL-519 Moved all supporting classes to main source
* BAEL-519 Moved all supporting classes to main source
* BAEL-519 Moved asserts and test classes in test folder.
* BAEL-519 moved test related producer and consumer to src.
* BAEL-586 Guide to Guava BiMap.
* BAEL-587 formatted code.
* BAEL-519 LMAX Disruptor
* BAEL-587 resolved merge
* BAEL-587 Resolved merge
* BAEL-519 Removed disruptor link.
* BAEL-519 Reverted Guava changes
* RFQ-587 Added disruptor as a separate module.
* BAEL-519 Disruptor changes.
* BAEL-519 Removed disruptor from core-java module.
* BAEL-729 Expose additional information programmatically in /info
endpoint of actuator.
* BAEL-824 Usage of Double braces in Java.
* Deleted sample project
* updated test and names.
* injecting beans
* XML-based configuration replaced with Java Config.
* [BAEL-431] Exploring TestRestTemplate.
* Revert of evaluation task "XML-based configuration replaced with Java Config."
This reverts commit 66471cf0574c85f8ff514ec4caf5ba44ebba1a74.
* Revert of evaluation task "injecting beans"
This reverts commit d2ac20185e636245bc0ae0b4ccb952965de88e28.
* [BAEL-431] fix to the tests in TestRestTemplateBasicLiveTest.
* [BAEL-431] added more meaningful user and password for auth.
* [BAEL-820] examples of wait() and sleep() methods.
* [BAEL-820] wait() and sleep() examples.
* BAEL-850 ConcurentskipLIst
* BAEL-850 formatting
* BAEL-850 Formatting
* spring 5 work
* SetTest refactor (#1724)
* BAEL-850 use lambda
* BAEL-850 no need to casting