Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend deployment timeouts #433

Closed

Conversation

corneil
Copy link

@corneil corneil commented Feb 2, 2024

The first download of Maven artefacts from repo.spring.io is very slow and caused failures.
Extending the deployment timeouts ensure that developers are less likely to experience failures. Staying out of rabbit holes.

onobc and others added 4 commits January 24, 2024 14:09
* Move spring.factories to AutoConfiguration.imports
* Update Deployer so that it can be compiled and execute tests
* WagonHttpTests.resourceDoesExistWagon is disabled because I could not figure out what was the cause of the test failure.
* Please also review CloudFoundryAppDeployer line 127-131.
* Replace antMatchers with requestMatchers
** These were deprecated in 2.7 and replacedin 3.x
* Couldn't get CloudFoundryActuatorTemplateTests to work when compiling through maven(worked in IDE).  Could not find method: ResponseEntity.getStatusCode
* Update to Spring Boot 3.2.2 as a parent
* Set version of Deployer to 3.0.0-SNAPSHOT
* Updated to use spring-boot-loader-classic instead of spring-boot-loader (class moved)
* Removed some versions for dependencies since we can use the bom
* Some versions of dependencies were updated but not all.
@corneil corneil requested review from cppwfs and onobc February 2, 2024 10:44
@corneil
Copy link
Author

corneil commented Feb 5, 2024

Targeting incorrect branch

@corneil corneil closed this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants