* Deep vs Shallow copy of an object in java
* update indentaions
* Create a BMI Caclualtor in Java
* Create a BMI Caclualtor in Java
* Delete unused packages
* BAEL-5708: Create a BMI Calculator in Java
* BAEL-5708: Create a BMI Calculator in Java
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
correcting some formattings
adding comments in code to clarify adding of getCurrentTime methods
* reverting changes to ZuulConfig
* adding seda package to design-patterns-architectural to demonstrate the implementation of SEDA architectural style in spring integration and apache camel in solving word count problem.
* changing version of apache camel to be compatible with java 8
* changing toList() to Collectors.toList() in order to be compatile with java 8
* fixing package names in test classes
* fixing string for scanning integration gateway
* resolving comments on pull request
* resolving comments on pull request
* renaming java file of a class
* changing variable name
* add a line before assertion
* some formatting of fluent API
* using transform instead of service activator
* change name of class
* BAEL-5636 Fixed compilation error and applied Baeldung formatter
Co-authored-by: bipster <openbip@gmail.com>
* add hexagonal architecture example project
* rename class
* add unit test and integration test
* add new line
* reorder pom
* remove maven wrapper
* [BAEL-5649] add article code
* remove files added by mistake
* get parameter type using reflection and serioalize JSON into POJOs
* clean code
* clean code
* reformat
* implement PR feedback
* reformat with contiunation space eq to 2
* replace UserDto with firstName and lastName
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* Spring Data MongoDB - Configure Connection
Ready for revision.
* fixed tests to reflect article changes
* BAEL-5657
* reverting BAEL-5657
* reverting BAEL-5657
* ready for review
* removing bael-5366
* removing bael-5366
* removing extra blank space
* bael-5666
editor review
* editor review
* long literals
* junit 5
* private constructor for utils
* junit5 assertThat
* BAEL-5699
First draft of the article example
* BAEL-5699
Removed unused class FifoFixedSizeQueueRemoveOldestInOffer.java
Removed unused UnitTest for the removed class
Added some tests to check count attribute
* Add Difference Between Class.getResource() and ClassLoader.getResource()
* Fix - replace System.out with Logger
* Fix - move code to a different module
* BAEL-5614 Remove Last Char from String Builder
- Added initial code with main
- Added initial tests for each method going to be written on
* Update RemoveLastChar.java
* Update and rename RemoveLastCharTest.java to RemoveLastCharUnitTest.java
Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>