* 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>
* BAEL-4220 | A Guide to IllegalAccessError and when it happens
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | BDD test names
* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
* BAEL-4933 | Differences between static classes and the singleton pattern in Java
* BAEL-4456 | Trusting a Self-Signed Cert in OkHTTP
Co-authored-by: root <anmoldeep0123@gmail.com>
* BAEL-4464 : how to implement LRU-Cache in java codes added
* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed
* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed
* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed
* BAEL-4464 : issues 4,5 fixed.
* fixed some issues in BAEL-4464
* BAEL-4464 : some tips on unitTest fixed