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

inject db gradle dependencies using api #25504

Merged
merged 9 commits into from
Mar 17, 2024
Merged

Conversation

mshima
Copy link
Member

@mshima mshima commented Mar 17, 2024


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@@ -49,7 +41,7 @@ configurations {
}

dependencies {
developmentOnly "org.springframework.boot:spring-boot-devtools:${springBootVersion}"
compileOnly "org.springframework.boot:spring-boot-devtools"
Copy link
Contributor

@murdos murdos Mar 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, what's the reason for this change (developmentOnly -> compileOnly)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test with developmentOnly again since its recommended by updated spring-boot.

Suggested change
compileOnly "org.springframework.boot:spring-boot-devtools"
developmentOnly "org.springframework.boot:spring-boot-devtools"

Copy link
Member Author

@mshima mshima Mar 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It fails to generate a package with dev profile due to springBootVersion property removal.
See https://github.com/jhipster/generator-jhipster/actions/runs/8316726401/job/22756588401?pr=25504

@DanielFran DanielFran merged commit c039cb5 into jhipster:main Mar 17, 2024
52 checks passed
@mshima mshima deleted the relational branch March 17, 2024 21:06
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants