-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore: bump sundrio to 0.50.1 #3438
Conversation
Can one of the admins verify this patch? |
21d68b4
to
ba8584f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
pom.xml
Outdated
@@ -79,7 +79,7 @@ | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
|
|||
<!-- Core versions --> | |||
<sundrio.version>0.40.1</sundrio.version> | |||
<sundrio.version>0.50.0</sundrio.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be 0.50.1
, actually?
ba8584f
to
65620a5
Compare
@@ -749,7 +755,7 @@ | |||
<groupId>io.sundr</groupId> | |||
<artifactId>sundr-maven-plugin</artifactId> | |||
<version>${sundrio.version}</version> | |||
<dependencies> | |||
<!--dependencies> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to keep that code commented out? Can't we just remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
SonarCloud Quality Gate failed. |
The pull request bumps sundrio to 0.50.1.
Important things about this version upgrade:
So velocity is now explicitly added as a shaded uberjar:
io.sundr:sundr-codegen-velocity-nodeps
.A potential lighter alternative that uses
String Template 4
is available at:io.sundr:sundr-codegen-st4-nodeps
. So, we might consider converting at some point.