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

[bitnami/spring-cloud-dataflow] Modify version test for spring-cloud-dataflow #50121

Merged
merged 3 commits into from
Sep 27, 2023

Conversation

migruiz4
Copy link
Member

Description of the change

Modifies version test for spring-cloud-dataflow, which fails in the latest version 2.11.0

The test consists of:

  • Uncompressing the jar file in a temporary directory
  • Checks the content of ./BOOT-INF/classes/application.yml which should look like this:
info:
  app:
    name: "spring-cloud-dataflow-server"
    description: "Spring Cloud Data Flow Server"
    version: "2.11.0"
spring:
  jpa:
    hibernate:
      ddl-auto: none

@bitnami-bot bitnami-bot added the verify Execute verification workflow for these changes label Sep 27, 2023
Signed-off-by: Miguel Ruiz <[email protected]>
@migruiz4 migruiz4 merged commit c62c492 into main Sep 27, 2023
@migruiz4 migruiz4 deleted the CONTENT-6445 branch September 27, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bitnami solved spring-cloud-dataflow verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants