* Commit source for BAEL-698
* Commit model classes for BAEL-698
* remove file BAEL-698
* Commit source for BAEL-698
* Commit util class for BAEL-698
* delete file
* Commit source for BAEL-698
* Commit spring config class for BAEL-698
* delete file
* Commit source for BAEL-698
* Commit DAO classes for BAEL-698
* delete file
* Commit source for BAEL-698
* Commit DAO Impl classes for BAEL-698
* delete file
* Add Hibernate config XML BAEL-698
* Commit source for BAEL-698
* Commit test classes for BAEL-698
* delete file
* Upgrade versions
Upgrade spring framework version & tomcat-dbcp.version version, add mysql-connector-java dependency
* Fix typo in class name
* Fix type in PersistenceConfig class name
* Remove class with typo error
* Create tst.txt
* Commit the corrected class
* Delete tst.txt
* Fix minor formatting issues
* Fix minor formatting issues
* Fix minor formatting issues
* Fix minor formatting issues
* Fix minor formatting issues
* Fix minor formatting issues
* Fix minor formatting issues
* Fix minor formatting issues
* Fix minor formatting issues
* Fix minor formatting issues
* 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
* Create pom.xml
Initial import
* First submit
* Second submit
* Different Types of Bean Injection in Spring
* Different Types of Bean Injection in Spring
* Added spring-core-di into the main build
* Revert "Create pom.xml"
This reverts commit 1bdc5443125df19575605f41ab28c9e8b6c69a32.
* BAEL-764 Automatic Property Expansion with Spring Boot
* BAEL-764 Automatic Property Expansion with Spring Boot
* BAEL-764 Automatic Property Expansion with Spring Boot
* BAEL-764 Automatic Property Expansion with Spring Boot
Make executable jars for property-exp-default project and use mvn exec:java to run property-exp-default project
* BAEL-764 Automatic Property Expansion with Spring Boot
Rename modules as per code reivew
* BAEL-764 Automatic Property Expansion with Spring Boot
Updated README.md as per code review
* BAEL-764 Automatic Property Expansion with Spring Boot
Updated README.md as per code review
* BAEL-764 Automatic Property Expansion with Spring Boot
Updated README.md as per code review
* BAEL-764 Automatic Property Expansion with Spring Boot
Updated README.md as per code review
* 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
* 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
* BAEL-1033 Introduction to StreamUtils
* fix formatting
* BAEL-1033 minor refactor
* BAEL-1035 Introduction to Eclipse Collections
* format
* BAEL-1035 Introduction to Eclipse Collections
* BAEL-1035 Introduction to Eclipse Collections
* 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
* BAEL-1033 Introduction to StreamUtils
* fix formatting
* BAEL-1033 minor refactor
* BAEL-1035 Introduction to Eclipse Collections
* format
* BAEL-1035 Introduction to Eclipse Collections
* 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.
* Create pom.xml
Initial import
* First submit
* Second submit
* Different Types of Bean Injection in Spring
* Different Types of Bean Injection in Spring
* Added spring-core-di into the main build
* Revert "Create pom.xml"
This reverts commit 1bdc5443125df19575605f41ab28c9e8b6c69a32.
* BAEL-764 Automatic Property Expansion with Spring Boot
* BAEL-764 Automatic Property Expansion with Spring Boot
* BAEL-764 Automatic Property Expansion with Spring Boot
* BAEL-764 Automatic Property Expansion with Spring Boot
Make executable jars for property-exp-default project and use mvn exec:java to run property-exp-default project
* BAEL-764 Automatic Property Expansion with Spring Boot
Rename modules as per code reivew
* 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