-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug fix for TEF exclusion not honored #17
Conversation
pom.xml
Outdated
@@ -107,9 +107,9 @@ | |||
</build> | |||
|
|||
<properties> | |||
<revision>0.1.5</revision> | |||
<revision>0.2.0</revision> |
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.
This should be a minor version bump, since its a bugfix. Refer to semver for guidance.
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.
This is also JDK17 compliant change.
Hence the bump to major version seemed relevant.
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.
Reducing to a minor version bumnp only, as we will have to make a separate pr (and maybe a separate pom) that compiles using java 17 to qualify for a mjor version bump
tef-impl/src/test/java/flipkart/tef/execution/FluentCapabilityBuilderTest.java
Show resolved
Hide resolved
tef-impl/src/test/java/flipkart/tef/execution/FluentCapabilityBuilderTest.java
Show resolved
Hide resolved
…leasing a separate pom for JDK17 in this release, the code change is making tef compliant with JDK17 although
No description provided.