-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
JHipster 8.2.0 release #25259
Comments
Will a new version be released soon? |
@deepu105 Do you have the bandwidth to do a release this week? |
Hello Guys, I guess i am not the only one asking myself this question, is there a problem on the realeases since 7 ? seems like jhipster is having more issues to keep up with releases ? sorry if this question seems uncalled-for, the purpose of the question is to highlight any problems you could have and maybe expose it here and find a way to solve this, in a constructive way ? |
If there are no blockers I can make a release today/tomorrow |
No blocker. |
Cool I'll start the release
…On Mon, 18 Mar 2024, 3:51 pm Marcelo Shima, ***@***.***> wrote:
No blocker.
—
Reply to this email directly, view it on GitHub
<#25259 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIOKF4YE2EUR77NRCB2EY3YY35P7AVCNFSM6AAAAABDQGKBUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBUGEZDQOBTGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I just found a compilation issue when using Neo4j. Steps to reproduce: Generate a microservices and microfrontend architecture using the following command:
Try to compile the resulting
This is a regression that worked with JHipster 8.1.0. |
Looks related to kubernetes generator. |
@mraible can you try with |
@mshima I tried |
ok seems like there are some issues, so i'm not starting the release |
Even with kubernetes it shouldnt take 10 minutes, so thgere might be some regressions |
@deepu105 it's not a regression, happens on v8.1.0 on Node 20.
Node 18 works as expected. |
The issue is related to download sample command.
|
Hang is fixed in #25543. |
@mraible I'll wait for your go ahead for the release. Let me know if there is anything else you find |
@mshima I've been testing on Node 20 since yesterday. Everything seems to work. Should we make that the baseline or stick with Node 18? |
@deepu105 All the issues I found are now fixed. Please proceed with the release. 💡 If Gradle 8.7 is released (with Java 22 support), that might be useful for marketing. |
Cool i'm gonna start the release now |
Do we support Java 22, I dont see it in the supported list |
Java 22 doesn't work with the latest version of Gradle (v8.6) and Java 22 won't be supported by Gradle until Gradle 8.7. We could use RC3 if we wanted. https://twitter.com/gradle/status/1767496178877272204 I just tried using the main branch and
For these reasons, I'd say we don't support 22 yet. We can release 8.2.1 once we do. |
@deepu105 First of all, thanks for doing the release. Unfortunately, it seems to be broken when I try to reproduce the issue in #25255.
|
ya just noticed this. I don't know how this got past the CI. Did something change after your last tests |
I'm not sure what the issue is. If I clone the repo and run Any ideas, @mshima? |
@deepu105 The only thing I can think of is the deployed artifact doesn't contain some files. Did you run "prepublishOnly": "npm run build", |
FWIW, it should be possible to remove and republish 8.2.0 from npmjs.com using |
But running |
So clean was missing |
@mraible its not possible to unpublish since there are dependent packages for this. I can only mark it deprecated and release 8.2.1 |
8.2.1 is released |
@mshima Btw the "Generators / generate-blueprint / check-generator-generate-blueprint (push) " job is still failing with a permission error |
Overview of the feature request
A new release with:
Motivation for or Use Case
Related issues or PR
The text was updated successfully, but these errors were encountered: