* 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
* Display all beans in Spring Container
* Display all spring managed beans
Add code to configure 'beans' endpoint.
* Added 'spring-boot-starter-test' dependency
Added 'spring-boot-starter-test' dependency with scope 'test'
* Display all spring managed beans Test cases
Added test cases for 'Display all spring managed beans' module.
* BAEL-924: How to get all LocalDates between two dates?
* BAEL-924: Updated code based on review from editor
* BAEL-924: Updated code based on review from editor
* 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 master
* Selenium Page Object Pattern
Add Chromedrivers
Include hamcrest dependency for matchers on tests
Add PageObjects for Start Here and Home Page
Create config class for selenium
* Update Readme file
Add About page and model for additional example
Create new test for new impl
* 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
* BAEL-875 - Hill Climbing Algorithm
BAEL-875 - Implementation for Hill Climbing Algorithm
* BAEL-875 Modified algorithm with stream api
* 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.
* Solr w Apache SolrJ
* Solr w Apache SolrJ
* updated test names and moved add to @before method
* create apache-solrj module, moved code from spring-data-solr
* More examples for indexing,delete,and query for solrj
* More examples for indexing,delete,and query for solrj
* Jackson Map Serialize/Deserialize
* Jackson Map Serialize/Deserialize
* Jackson version update
* keydeserializer code added
* keydeserializer code added
* remove explicit types from map instantion
* one objectmapper per class
* refactor to spring-rest-simple module
* Fix spring-rest-simple
* First commit for Hibernate 5 Multitenancy tutorial
* Changes to fix the code.
* Added hibernate begin transaction code.
* Changes to solve the multitenancy issue.
* Changes to integrate h2
* Changing configs to solve the error
* Changes to solve h2 error...
* Changes to fix H2 error.
* Cleaned POM.xml and changed entity name
* Changes table name to supplier
* Removed MySql Dep from pom.xml.
* Changes as per comment in the PR...
* Removed try-catch from test functions.
* Removing the hibernate xml config.
* Changed the formatting as per the formatter.
* Clean up after merge.
* # WARNING: head commit changed in the meantime
Merge remote-tracking branch 'upstream/master' into
hibernate5-multitenancy
Conflicts:
hibernate5/pom.xml
pom.xml
* Introduced Supplier DAO
* shifting hibernate properties to src/test/resouces
* removed the old test.
* Filled up the stubs in the DAO.
* 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.