-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade to latest LTS10/LE11.3 infrastructure #37
Conversation
mvn --batch-mode versions:set-property versions:commit -Dproperty=project.build.plugin.version -DnewVersion=10.0.16 -DallowSnapshots=true
ivyPluginVersion: 11.3.0 | ||
testerVersion: 11.3.0 | ||
ivyVersion: nightly-11.3 |
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.
there is a reproducible build error when running with 11.4 ; going to investigate later on ... for now we downgrade to the public LE release 11.3
@@ -22,7 +22,7 @@ | |||
import ch.ivyteam.ivy.rest.client.security.CsrfHeaderFeature; | |||
import ch.ivyteam.ivy.scripting.objects.File; | |||
|
|||
@IvyProcessTest | |||
@IvyProcessTest(enableWebServer = true) |
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.
important roll-out; if we don't flag tests requiring the REST stack with enableWebServer
, the build fails from 10.0.13 on-wards.
it derives from a performance-improvement, we no longer start the heavy http stack, for all tests that can live without 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.
Looks good to me
upgrade versions where possible after consuming the configurable infra of #36 36