* BAEL-5049 Added tutorial code for article.
* BAEL-5049 Added readme.
* Initial code for 2-javasdk to properly include as part of Spring Boot project.
* Added binding with rabbitmq.
* Removed 1-intro module.
* Updates from comments.
* Added .gitignore back in.
* Cleaned up POMs.
* Get rid of .gitignore.
* Change controller to use GetMapping.
Co-authored-by: Gerald Boersma <gerald.boersma@icsynergy.com>
* JPA Entities and the Serializable Interface
* JPA Entities and the Serializable Interface - edit after review
* JPA Entities and the Serializable Interface - formatting
* JPA Entities and the Serializable Interface - indentation
* EntityNotFoundException in Hibernate
* EntityNotFoundException in Hibernate - fix persistence unit config to allow multiple test to run in conjunction.
* Example implementation of Hexagonal Architecture pattern
* Example Cassandra Springboot application demonstrating the usage of @DataCassandraTest annotation
* Example Cassandra Springboot application demonstrating the usage of @DataCassandraTest annotation
* temporarily ignoring the unit test
* removed ddd-hexagonal-arch module
* changed the test to LiveTest
added readme
* refactored test names
* changes per review comments
* upgraded Cassandra java core driver versino
Co-authored-by: Suresh Raghavan <contactnrsuresh@gmail.com>
* JPA Entities and the Serializable Interface
* JPA Entities and the Serializable Interface - edit after review
* JPA Entities and the Serializable Interface - formatting
* JPA Entities and the Serializable Interface - indentation
* EntityNotFoundException in Hibernate
* Create GreetingsController.java
add controller to test the content type being set properly or not
* add unit tests for greetings controller
* update to avoid PMD violation
* correct the file type
* Update GreetingsControllerUnitTest.java
fix some imports & correct the names
* Update GreetingsControllerUnitTest.java
update the unit case to avoid internal server error for junit
* JAVA-6253: Move image-processing to the heavy profile
* JAVA-6253: Do not start blade app automatically by a plugin
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>