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

Make Spring Boot compatible with GVM #21

Closed
marc0der opened this issue Aug 8, 2013 · 2 comments
Closed

Make Spring Boot compatible with GVM #21

marc0der opened this issue Aug 8, 2013 · 2 comments

Comments

@marc0der
Copy link
Contributor

marc0der commented Aug 8, 2013

In order for Spring Boot to be added to GVM, the binary zip file needs to comply with certain conventions. All technology currently supported by GVM is delivered in a zip file named as follows: ${name}-${version}-${freeform}.zip

For spring boot, it would be spring-boot-0.5.0.M1-bin.zip.

Internally, it would contain a folder named ${name}-${version} as: spring-boot-0.5.0.M1.

If these minor changes could be made in the zip distro, I can proceed in adding it to gvm.

@dsyer
Copy link
Member

dsyer commented Aug 9, 2013

@marcoVermeulen It's already pretty much in that form (although we use "spring-boot-cli" for the name of this component). We have an internal debate going on about whether to use "bin" or "dist" as the classifier, but that seems irrelevant. What was the problem exactly?

@marc0der
Copy link
Contributor Author

marc0der commented Aug 9, 2013

I thought that the inconsistency between the archive name and install directory would throw it, but it turned out to work fine. Thanks in any case.

@marc0der marc0der closed this as completed Aug 9, 2013
philwebb pushed a commit to philwebb/spring-boot that referenced this issue May 31, 2024
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.10.0 to 2.11.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@87a9a15...982da8e)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

See spring-projectsgh-21
philwebb pushed a commit to philwebb/spring-boot that referenced this issue May 31, 2024
* spring-projectsgh-21:
  Bump gradle/gradle-build-action from 2.10.0 to 2.11.1

Closes spring-projectsgh-21
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

No branches or pull requests

2 participants