* added a new project: hexagonal architecture
* Added some test cases for the project
* Added a new project to demo the error: variable might not have been initialized
* Added a new Class to the core-java-modules
* Added a New Class to the core-java-module
* BAEL-5350:
1. Added example usage of creating entries with Java itself
2. Added example usage of creating entries with Apache commons collecttions & Guava
3. Custom entry class and its usages
* BAEL-5350:
1. Created unit tests
* BAEL-5350:
1. simplifed assertion for java 9 entry creation
* BAEL-5350:
1. moved into core-java-collections-maps-4 module
2. updated custom entry class and its unit test
* Convert Byte Array to its Numeric Representation
* Remove Redundant Getter Method
* BAEL-4286 How to get the value of a bit at a certain position from a byte
* BAEL-4286(update): remove redundant test methods
* BAEL-4151: Guide to ByteBuffer
* example for the difference between map and hashmap
* unit tests for the example
* rename unit tests
Co-authored-by: eugene.kovko <eugene.kovko@tensquaregames.com>
* commited initial code for hexagonal architecture
* Deleting to check in again
* Deleing to check in again
* Push first code for Hexagonal Architecture
* final code with UT for JSON to Java conversion
* removed hexagonal-architecture code from last commit
* BEL-5071 updated README
* BAEL-5071: Undo README changes and added a nested object in the JSON example.
* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java
* BAEL-5151: Added code for getting the first of a String
* BAEL-5151: Renamed Unit Test
* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3
* BAEL-5151: Replaced tabs with white spaces.
* BAEL-5228: Adding code for approaches to concatening null string in java
* BAEL-5228: Moved file to correct folder and added a UT.
* BAEL-5228: corrected import statements.
* BAEL-5228: corrected last commit.
* BAEL-5228: removed extra import.
* BAEL-5228: renamed UT
* BAEL-5280: added code for ArrayIndexOutOfBoundsException.
* BAEL-5280: moved code for ArrayIndexOutOfBoundsException in a new module.
* BAEL-5280: Fixed tab/spaces in pom.xml.
* BAEL-5280: Fixed indentation in ArrayIndexOutOfBoundsExceptionDemoUnitTest.java.
Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
* BAEL-5131: constructor specification is added c
* BAEL-5131: codes have been reformatted
* BAEL-5131: I've added a few minor changes over on this package.
* BAEL-5131: I've added a few minor changes over on this package.
* working code
* added unit test
* [BAEL-4806] - How to test an LDAP connection from a client
Ticket: http://jira.baeldung.com/browse/BAEL-4806
Draft: https://drafts.baeldung.com/wp-admin/post.php?post=125004&action=edit
* removing draft project
* applying requested changes
* 1. renaming package to comply with java conventions;
* 2. breaking class into methods to enhance readability;
* 3. creating an 'execute' method so it's not necessary to call 'main';
* requested changes
* 1. adding final keyword to constants;
* 2. using diamond operator;
* Update LdapConnectionToolManualTest.java
* BAEL-5277 generate string of repeated characters
* BAEL-5277 fixed test
* BAEL-5277 fixing tests
* removed public from class and methods, removed unnecessary test examples, extracted contants
* renamed constants
* renamed a test
* fixed the string repeat test
* removed public from class and method
* modified the test
* reset the java version
* tests added
* added apache dependency
* removed repeat method for string
* updated tests
* fixed tests
* added two additional tests
* formatted code
* renaming variables
* 1.0.0 | FIX removed unnecessary annotation
* removing EMPTY_STRING constant
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
* Application source code for the Baeldung article "HTTP PUT vs POST
method in REST API"
* update indention in pom file, update code in Address class
* update indention
* rename application
* update pom
* source code for article "Connection timeout vs read timeout"
* Source code for Baeldung article BAEL-4896
* update code
* code for article "String Equals() Vs Contentequals() Method in Java"
* update code with tests
* code update
* update test methods
* remove upper case and wrong sequence test
* remove wrong sequence and upper case string variables
* add hexagonal architecture example project
* rename class
* add unit test and integration test
* add new line
* reorder pom
* remove maven wrapper
* BAEL-5291 unit tests to showcase conversion from String to Float and back
* BAEL-5291 add some more unit tests
* BAEL-5291 remove evaluation module
* BAEL-5291 rename method names
* Convert Byte Array to its Numeric Representation
* Remove Redundant Getter Method
* BAEL-4286 How to get the value of a bit at a certain position from a byte
* BAEL-4286(update): remove redundant test methods
* Initial impl of enum
* Added Java 8 based enum searcher and test for it.
* Moved code to core-java-enums
* Fixed test name and readme
* Reused existing module core-java-modules/core-java-lang-oop-types-2 instead of creating a new one.
* Reused existing module core-java-modules/core-java-lang-oop-types-2 instead of creating a new one.
* commited initial code for hexagonal architecture
* Deleting to check in again
* Deleing to check in again
* Push first code for Hexagonal Architecture
* final code with UT for JSON to Java conversion
* removed hexagonal-architecture code from last commit
* BEL-5071 updated README
* BAEL-5071: Undo README changes and added a nested object in the JSON example.
* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java
* BAEL-5151: Added code for getting the first of a String
* BAEL-5151: Renamed Unit Test
* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3
* BAEL-5151: Replaced tabs with white spaces.
* BAEL-5228: Adding code for approaches to concatening null string in java
* BAEL-5228: Moved file to correct folder and added a UT.
* BAEL-5228: corrected import statements.
* BAEL-5228: corrected last commit.
* BAEL-5228: removed extra import.
* BAEL-5228: renamed UT
Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
* BAEL-5032 Swagger to PDF
* BAEL-5032 added lombok as dependency
* BAEL-5253 moving the tests to other module
* renaming the test class
* Update pom.xml
* Update pom.xml
* Update pom.xml
* Delete pom.xml
* Create pom.xml
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>