* Code for test article: Different Types of Bean Injection in Spring
* Adding jUnits for test article: Different Types of Bean Injection in Spring
* BAEL-1265: Adding jUnit for article
* BAEL-1265: Closing ExecutorService in jUnit
* BAEL-1265: Adding jUnit for CountDownLatch and example for ExecutorService.awaitTermination
* spring beans DI examples
* fix-1: shortening examples
* List of Rules Engines in Java
* BAEL-812: Openl-Tablets example added
* BAEL-812: artifacts names changed
* 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
* 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-923 init class not managed by Spring with Spring Bean
* clean previous PR
* added mockito spring boot for test dependency
* 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
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* 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.
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article
* Update Lombok annotations
Change annotations to @RequiredArgsConstructor for
- ApologizeService
- ThankingService
* Remove hibernate-immutable due to conflic on PR
* Code for evaluation article
Article : Field vs. Constructor Injection
* Correct typo in attribute name
* Delete EbookRepositiry.java
* Add corrected class
* Update LibraryUtils.java
* Update Member.java
* Update Reservation.java
* Adding new file AccountServlet
* Adding new files for BAEL-394
* Add new files for BAEL-394
* Add new file for BAEL-394
* Indentation of annotations fixed
* Indentation of annotations fixed
* Indentation of annotations fixed
* Removing this class since it is not relevant
* New example added for @WebListener
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* requested changes made
* added project for nio2
* standardized exception based tests
* fixed exception based tests
* removed redundant files
* added network interface project
* used UUID other than timestamps
* fixed network interface tests
* removed filetest change
* made changes to NIO2 FileTest names
* added project for asyncronous channel apis
* added project for NIO2 advanced filesystems APIS
* merge conflicts
* merged changes to asyncfiletest with future get API
* removed while loops from async client and server
* added project for java8 optional
* fixed merge conflicts in spring-core