DRYD-2090: Updates to Nuxeo Deployment - #539
Merged
mikejritter merged 5 commits intoJun 18, 2026
Merged
Conversation
Contributor
|
I still see the |
spirosdi
reviewed
Jun 16, 2026
Contributor
Author
|
@spirosdi Yep, the login-config was supposed to be deleted. I just removed it now along with the unused build property. |
spirosdi
self-requested a review
June 17, 2026 14:05
spirosdi
approved these changes
Jun 17, 2026
spirosdi
left a comment
Contributor
There was a problem hiding this comment.
both warnings are gone now after redeploying.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this do?
Why are we doing this? (with JIRA link)
Jira: https://collectionspace.atlassian.net/browse/DRYD-2090
These are updates for our deployment so that it is more consistent with the version of Nuxeo which we've updated to. In addition some config files have been added to handle some warnings which were being logged when Nuxeo starts. It does not address any of the warnings that occur when shutting down Tomcat.
How should this be tested? Do these changes have associated tests?
catalina.outorcspace-services.logand see that the previous log entries are no longer foundName [Mail] is not bound in this Context.Warning: target extension point 'domains' of 'org.nuxeo.runtime.LoginComponent' is unknown.Dependencies for merging? Releasing to production?
No dependencies. I'll run the integration tests again as a sanity check.
Also for releasing to production - I kept these changes pretty minimal. There are some additional components we can configure for Nuxeo which involve: metrics, in memory config for the blob transient storage, and probably some other things. As I mentioned in the related Jira, I think it's better to disable what we don't need by using the configuration rather than trying to omit dependencies.
Has the application documentation been updated for these changes?
I'm going to start working on docs about how we configure Nuxeo and where to find additional information for making changes.
Did someone actually run this code to verify it works?
@mikejritter tested locally.
Have any new security vulnerabilities been handled?
n/a