-
Notifications
You must be signed in to change notification settings - Fork 466
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
[WFCORE-7089] When setting a policy in the PolicyDefinitions do not a… #6279
Conversation
…ttempt to refresh the policy if it's null. https://issues.redhat.com/browse/WFCORE-7089 Signed-off-by: James R. Perkins <[email protected]>
Core -> Full Integration Build 14417 outcome was UNKNOWN using a merge of 13264d8 |
Core -> Full Integration Build 14119 outcome was UNKNOWN using a merge of 13264d8 |
Core -> WildFly Preview Integration Build 14199 outcome was UNKNOWN using a merge of 13264d8 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Well, I asked so I'll be patient a bit for an answer, but thinking more this seems fine. The 'policy' param is null because it's what was read from getPolicy() in service start, and on SE 24 there is no particular reason for that call to return anything but null. |
@bstansberry yes this is fine, before Java 24 we would have always had a policy but 24 onwards we will never have a Policy - this service is sufficiently self contained there are not other reasons this would become null. |
The test failures look unrelated, I was going to kick off CI but I see we have a big queue at the moment. |
@darranl test failures are old friends and unrelated, they are also failing with similar traces for other PR, the xerces one is recently, but unrelated. I adding a "ready-to-merge" |
Thanks @jamezp @bstansberry @darranl |
…ttempt to refresh the policy if it's null.
https://issues.redhat.com/browse/WFCORE-7089