-
Notifications
You must be signed in to change notification settings - Fork 137
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
Citrus for java 11 does not support later versions of TestNG #1146
Comments
I agree that this is a reasonable request. @christophd and I anticipated that such a request might arise eventually. Our consensus was to evaluate backports as they become necessary, which applies to the current situation. I am willing to attempt a backport of the fix to v3.x. I remember the fix for JDK >= 17 as being rather little. Maybe a cherry-pick is enough, even. Given that the release scripts are available in the repository, @christophd, do you think it would be feasible to manage a backport fix release without significant effort? |
just for clarification @itsMCD: you are using citrus because it contains I then assume you would love to see it being upgraded to the latest version (as of today), e.g. |
@bbortt yes sorry, We are currently using Citrus 3.4.0 which which does not support TestNG v 7.x and the versions of TestNG 6.X contains vulnerabilities. |
backport fix of a4a1a5d for citrus `v3.4.0`. bug has originally been reported in citrusframework#1090. closes citrusframework#1146.
it is already on that fulfils your request, right? or am I missing something here? |
backport fix of a4a1a5d for citrus `v3.4.0`. bug has originally been reported in citrusframework#1090. closes citrusframework#1146.
@bbortt yes, I can do a release then |
backport fix of a4a1a5d for citrus `v3.4.0`. bug has originally been reported in citrusframework#1090. closes citrusframework#1146.
backport fix of a4a1a5d for citrus `v3.4.0`. bug has originally been reported in citrusframework#1090. closes citrusframework#1146.
backport fix of a4a1a5d for citrus `v3.4.0`. bug has originally been reported in citrusframework#1090. closes citrusframework#1146.
@christophd backport has been merged into https://github.com/citrusframework/citrus/tree/support/3.0.0. |
@bbortt cool, thanks! I am traveling a lot this week, so hopefully I find some time next week to do the release. |
The release is done. v3.4.1 is available! |
Citrus Version
6.4.0
Expected behavior
Be able to use (initialise and run tests) with testNG version 7.x
Actual behavior
Throws the following exception:
(this was previously mentioned in issue #3029
but was only fixed for the latest Java 17 version of Citrus. A lot of projects still use a java version below 17 and want to avoid using testNG 6.x due to vulnerabilities.
Test case sample
The text was updated successfully, but these errors were encountered: