* 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>
* 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
---------
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
* JAVA-17818 Split or move spring-cloud-openfeign module (conti-2)
* JAVA-17818 Some adjustments in the README.md file
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* Open telemetry in spring boot
* Removed unused field
* Test add and seperate packages
* Refactored code
* Version moved to property
* Removed unused logback files
* update version in docker file
* corrected spacing
* COde review refactoring
* COde review refactoring
* COde review refactoring
* corrected property
* PostContruct add on repo setup
* corrected var names
* change to junit 5 and other improvements
* Port reverted back
* Code review implement
* Logger update
* Logger var update
---------
Co-authored-by: Saikat <saikatcse03y@gmail.com>
* JAVA-16779 Removed kubernetes-spring from the kubernetes-modules
- Removed kubernete-spring from the parent pom of kubernetes-modules
since it is a JDK11 module
* JAVA-16779 Converted KinesisApplicationIntegrationTest to ManualTest
- Converted KinesisApplicationIntegrationTest to ManualTest since it
needs working AWS credentials to work
- Added missing properties
* AVA-12458 Potential issue in Spring Cloud OpenFeign article
* AVA-12458 Commit to re-run he Jenkins build
* JAVA-12458 Revert formatting changes as Jenkins build has passed