-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add DeployerIntegrationTestTaskApplication #65
Milestone
Comments
why not rely upon the existing |
That sounds like a plan. |
trisberg
added a commit
to trisberg/spring-cloud-deployer
that referenced
this issue
Jun 2, 2016
corneil
pushed a commit
that referenced
this issue
Mar 22, 2023
- add switch to allow testing with docker images instead of Maven artifacts - use SPRING_CLOUD_DEPLOYER_SPI_TEST_USE_DOCKER=true - set instance env vars like INSTANCE_INDEX for app when deployed as docker image - pass command line args to app when deployed as docker image - for docker, expose the port used by the container instead of 8080 - support deploying Boot 2.0 apps by changing to pass app properties as command line args Resolves #62 Resolves #65 Resolves #66 Resolves #67 Add support for passing app props as SPRING_APPLICATION_JSON - moving deployer provided env vars out of the LocalDeployerProperties Rename test to remove Abstract prefix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I'd like to add
DeployerIntegrationTestTaskApplication
, so I can use it for IT tests to evaluateTaskLauncher
implementation across various deployers.The text was updated successfully, but these errors were encountered: