* BAEL-6264 added class to show how to instantiate ArrayBlockingQueue and LinkedBlockingQueue
* BAEL-6264 added unit test case
* modified test case
* BAEL-6264 deleted BlockingQueueImplExample file not needed anymore
* BAEL-6264 code review changes moved class file to different module
---------
Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
* [Check If a Specified Key Exists in a Given S3 Bucket using Java]] added code examples for
change test name
remove link from README.md
* - used env variables for AWS credentials
- used codestyle profile of baledung
* JAVA-20163 Migration hibernate-annotations
* JAVA-20163 Migrate hibernate-queries
* JAVA-20163 Migrating hibernate-mapping
* JAVA-20163 rename reserved keywords, update inheritance example
* JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API
* JAVA-20163 Migrate hibernate-enterprise module
* JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException
* JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module
* JAVA-20163 Fix failed test with port that already exists (giving another port 8088)
* JAVA-20163 Fix other location after changing the port
* JAVA-20163 Remove duplicate Unit Test
---------
Co-authored-by: n <noreplay@yahoo.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
* JAVA-20828: Changes made for updating blade module to java 11
* JAVA-20828: Changes made for updating bootique,dropwizard,google-web-toolkit module to java 11
* JAVA-20828: Changes made for updating bootique,dropwizard,google-web-toolkit module to java 11
* JAVA-20828: Adding jakarta-ee to jdk-9 profile
* JAVA-20630 upgrade maven war plugin to be compatible with JDK 11 and 17
* JAVA-20630 code format
* JAVA-20630 don't fail if there's no web.xml and using Java based configuration while building a war file
* JAVA-20630 avoid unneeded formatting
* JAVA-20630 change order of modules to solve flaky tests
* BAEL-6255 - Run a Spring Boot application in AWS Lambda
* BAEL-6255 - Run a Spring Boot application in AWS Lambda
* fix on template.yaml
* fix on template.yaml
* removed log from test
* resolved issues reported on PR
* BAEL-6277 - A Guide To Spring Cloud Azure
First commit
* BAEL-6277 - A Guide To Spring Cloud Azure
Added to README.md the steps to create the secrets
* BAEL-6277 - A Guide To Spring Cloud Azure
Added the integration Azure Key Vault Properties
* BAEL-6277 - A Guide To Spring Cloud Azure
Added the integration Azure Key Vault Properties
* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault
Added one level package keyvault
* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault
removed target release version
* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault
fix compilation of NoSuchElementException
* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault
fix pom.xml
* Revert "BAEL-6277 - A Guide To Spring Cloud Azure Key Vault"
This reverts commit 1cca1d0d692646001a6d7de106f3a37fb22839ce.
* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault
fix pom.xml
* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault
downgrade version to fix jenkins pipeline error
* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault
comment run on main class
* Revert "reset last commit"
This reverts commit c557fad67f1c15bb384f0af5781430a45121a838.
* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5
#First push
* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault
Revert for new pr
* reset last commit
* reset last commit
* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5
#Remove redundant test
* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5
#Format fix
* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5
#fix from review
* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5
#fix from review
* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5
#fix test name
---------
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
* BAEL-6501 Changed the synchronization block to use the DataQueue
* BAEL-6501 Fixed the platform agnostic new lines
* BAEL-6501 Moved ID increment to a static method
* BAEL-6501 Added a logger