You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade genie-common-internal to io.awspring.cloud:spring-cloud-aws-dependencies: 3.2.1
* upgrade genie-agent and genie-web to spring boot 3
* change the org.springframework.boot to 3.4.2
* move the subprojects block to the configure block
* upgrade genie-common-internal to JDK 17
* Revert "upgrade genie-common-internal to JDK 17"
This reverts commit 3227057.
* replace javax with jakarta
* replace jakarta with javax
* Fix status code in TitusAgentLauncherImpl
* javadoc and other minor fixes
* Remove TaskExecutorCustomizer&TaskSchedulerCustomizer in favor of ThreadLocalTaskExecutorCustomizer&ThreadLocalTaskSchedulerCustomizer
* move to new autoconfiguration registration
* enable debug mode to see autoconfiguration conditions report
* Fix genie-agent-app smoke tests
* Fix genie-app smoke test unsupported classes and methods
Fix genie-agent smoke test unsupported classes and methods
* Fix hibernate issues
* Move to new autoconfiguration registration for genie-app smoke test
* Upgrade to AWS SDK v2
* Fix threadSafe dependency
* Fix DigestUtils dependency
* Fix EC2MetadataUtils dependency
* getHostname by checking AWS environment
* Upgrade AwsAutoConfiguration
* Upgrade S3ProtocolResolverRegistrar
* Upgrade S3JobArchiverImpl
* S3TransferManagerFactory for creating and managing S3TransferManager instances with S3AsyncClient
* use S3TransferManagerFactory in S3JobArchiverImpl for sync uploading
* Fix ArgumentValidators
* Upgrade httpclient and commons-codec
* Upgrade AWSAutoConfiguration and RetryProperties for AWS SNS
* Amend ArgumentValidators
* remove unused imports
* Amend AwsAutoConfiguration
* Remove used imports
* Amend AwsAutoConfiguration
* Fix region not found error for GenieAgentApplicationSmokeTest
* dependecy updates with spring-boot-starter-web
* fix region not found error in GenieAgentApplicationSmokeTest
* fix sharedAgentTaskExecutor in AgentAutoConfiguration
* fix failures in GenieAppSmokeTest
* cleanup / refactor unused code
* fix setRegion in BucketProperties
* update BucketPropertiesSpec
* update S3ProtocolResolverSpec
* create S3TransferManagerFactorySpec
* update S3ClientFactory and S3ClientFactorySpec
* update SimpleStorageRangeResourceSpec
* remove S3ResourceLoaderProperties as it is not needed
* use different Spock BOM version for Spring Boot 2 and 3 modules to avoid compatibility issues with JUnit4
* Fix S3ProtocolResolverRegistrar and S3ProtocolResolverRegistrarSpec.groovy
* Fix S3JobArchiverImplSpec.groovy
* Fix AwsAutoConfigurationSpec.groovy
* Fix AwsAutoConfigurationTest
* Fix CommonServicesAutoConfigurationTest
* Fix AwsAutoConfigurationTest
* Fix :genie-common-internal:checkstyleMain
* Fix UserRestControllerSpec.groovy
* Fix AWSAutoConfigurationTest
* Fix GenieExceptionMapperTest
* Fix genie-web groovy test
* Fix Snippets
* Fix JobStateChangeSNSPublisherSpec.groovy
* Fix GenieCpuHealthIndicatorSpec.groovy
* Fix S3AttachmentServiceImplSpec.groovy
* Fix ClusterLeaderServiceCuratorImplSpec
* Fix ZookeeperAutoConfiguration
* Fix genie-web tests
* Fix JpaPersistenceServiceIntegrationTestBase
* Update rest-assured dependencies
* Fix application, cluster, command, job, criterion entities
* Fix jpa job repository
* Fix JpaPersistenceServiceImpl
* Fix JpaPersistenceServiceIntegrationTestBase
* Fix RestControllerIntegrationTestBase
* migrate off deprecated @MockBean annotation
* remove explicit aws.region property
* exclude S3TransferManagerAutoConfiguration from integration tests
* exclude S3TransferManagerAutoConfiguration from the genie-agent app
* exclude S3TransferManagerAutoConfiguration from the genie app
* checkstyle
* update io.zipkin.brave:brave to v6 that's aligned with Spring Boot 3
* update to latest Spring Boot 3
* Add threshold to avoid infinite loop waiting for job running and job done
* use deep stubs for mocks and disable bean overriding
* remove AutoConfiguration.imports from licencing
* use MySQLDialect for hibernate as MySQL8Dialect is deprecated
* Fix testForTooManyCommandArgs
* Fix canHandleBadInputToCreateCommand
* update grpc proto and other oss dependency versions
* add sleep to validate an assumption that requests are made too early
* exclude jetty from genie-web integration test
* reduce the max iterations from 100 to 60
* exclude CommonTracingAutoConfiguration.class from import to avoid bean conflicts with the custom mock
* use Spring Boot BOM recommendation and update relocated libraries
* remove redundant exclude
* Fix canCreateClusterWithoutId in ClusterRestControllerIntegrationTest
* Amend JobRestControllerIntegrationTest
* Amend ClusterRestControllerIntegrationTest
* Revert "add sleep to validate an assumption that requests are made too early"
This reverts commit 0434935.
* Amend ClusterRestControllerIntegrationTest
* upgrade grpc_version=1.50.2 and netty_version=4.1.86.Final
* cleanup
* Fix GRpcAgentJobKillServiceImpl and GRpcAgentJobKillServiceImplSpec
* Fix S3JobArchiverImpl and S3JobArchiverImplSpec
* Fix JobRestControllerIntegrationTest
* update to OSS Spring Boot 3.4.5 and align Netty version with OSS
* set netty_version=4.1.100.Final
* upgrade grpc_version to 1.63.1
* upgrade protobuf_version to 3.25.5
* patch update of protobuf plugin version
* fix some deprecation warnings
* migrate off deprecated Gradle Enterprise plugin
* update rest assured deps
* fix warn message placeholder
* fix some Gradle deprecation warnings
* turn off html.required for test reports
* Fix testSubmitJobMethodSuccess in JobRestControllerIntegrationTest
* clean up comments
* Turn off spring.jpa.hibernate.ddl-auto for now
* Add org.flywaydb:flyway-database-postgresql
* Revert "turn off html.required for test reports"
This reverts commit 9343acd.
* Update GRADLE_OPTS in genie-build.yml
* Fix to the Snippets issue
* Revert "update rest assured deps"
This reverts commit 02d62f3.
* Fix to the Snippets issue
* Fix to the Snippets issue
* Turn off html.enabled for test reports
* update org.hibernate.validator:hibernate-validator
* update rest assured deps
* fix AWSCredentialsProvider bean creation
* Amend LeaderElectionActuator
* Fix spring actuators package-info with jakarta
* Rebuild LeaderElectionActuator
* Amend LeaderElectionActuator to throw exceptions
* Amend GRpcAgentJobKillServiceImpl
* update SpringDoc as version 1 is incompatible with Spring Boot 3 (#1232)
* pick up OSS Spring Boot 3.4.6 (#1233)
---------
Co-authored-by: Binbing Hou <[email protected]>
Co-authored-by: Iuliia Sobolevska <[email protected]>
Co-authored-by: Zhuoran Dong <[email protected]>
0 commit comments