-
Notifications
You must be signed in to change notification settings - Fork 1
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 Solr 8.11.2 and remove vulnerabilities and unnecessary dependencies #5
Conversation
Updated ds-view to query the registry for this information, versus populating upon ingest
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.
Two tiny changes!
@@ -28,7 +28,7 @@ $Id$ | |||
<system>JIRA</system> | |||
<url>https://osr.jpl.nasa.gov/jira/secure/ViewProject.jspa?pid=10000</url> | |||
</issueManagement> | |||
<repositories> | |||
<!--repositories> |
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.
Rather than comment-out lines, just nuke 'em! (If you really want to keep them, then add a comment explaining why.)
ca.setThreshold(Priority.FATAL); | ||
|
||
BasicConfigurator.configure(ca); | ||
// ConsoleAppender ca = new ConsoleAppender(new PatternLayout("%-5p %m%n")); |
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.
Rather than comment-out lines, just nuke 'em! (If you really want to keep them, then add a comment explaining why.)
Primary update is to support multi-valued title field. Other updates includes to more consistently make fields multi-valued where possible. Resolves #5
Adds `package_id` to created Solr documents
🗒️ Summary
Requires nasa-pds-engineering-node/registry-mgr-legacy#4
⚙️ Test Data and/or Report
Test test procedure on nasa-pds-engineering-node/registry-mgr-legacy#4
♻️ Related Issues
Resolves NASA-PDS/ds-view#27
Resolves NASA-PDS/tracking-service#3
Resolves NASA-PDS/software-issues-repo#2
Resolves NASA-PDS/operations#19
Resolves NASA-PDS/software-issues-repo#4
Refs #95
Refs NASA-PDS/ds-view#3
Refs NASA-PDS/search-ui-legacy#1