-
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
merge develop into main #423
Merged
Conversation
This file contains 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
* UBO-283 Set mycore version to 2022.06.3-SNAPSHOT * UBO-283 Fixed compile errors * UBO-283 Removed deprecated api invocation * UBO-283 Replaced deprecated StringUtils.getLevenshteinDistance() with LevenshteinDistance.getDefaultInstance().apply(normalizeTitle(titleFromAleph), normalizeTitle(titleFromBibEntry)).intValue() * UBO-283 Moved basket2solradd.xsl and solr2csv.xsl to /xslt. Set TransformerFactoryClass for xslt 1 stylesheets * UBO-283 Include variable $User-Agent in html-layout.xsl to avoid blank landing page * UBO-283 Added configuration as mentioned in MyCoRe-Org/mycore#1964 (comment) * UBO-283 Added mapping files in persistence.xml * UBO-283 Curly braces must now be encoded in json.facet * UBO-283 Improved readability of added properties * UBO-291 Use h2 for testing * UBO-291 Set mycore version to 2023.06.1-SNAPSHOT * UBO-291 Sort poms * UBO-291 Added sort pom plugin * UBO-291 Removed property "<property name="hibernate.dialect" value=" org.hibernate.dialect.H2Dialect"/>" from persistence.xml * UBO-291 Fixed persistence.xml * UBO-291 Set mycore version to 2023.06.2-SNAPSHOT * UBO-283 Fixed compile error and sort pom.xml * UBO-283 Migrated to MCRJobQueue to MCRJobQueueManager * UBO-283 Set mycore version to 2023.06.03-SNAPSHOT * UBO-283 Updated ImportListJobAction to mycore version 2023.06.x * UBO-283 delete obsolete language classification, update versions and installation documentation --------- Co-authored-by: Kathleen Neumann <[email protected]>
* UBO-283 switch also docker image to tomcat 10 * fix docker-entrypoint.sh - c3p0 to Hikari migration in persistence.xml - javax.persistence to jakarta.persistence migration in persistence.xml - use "reload mappings in jpa configuration file" command --------- Co-authored-by: Sebastian Hofmann <[email protected]>
…arent and multiple children (#420)
* UBO-363 Fixed NullPointerException in MCRUserMatcherLDAP * UBO-363 Improved logging of exceptions
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.
No description provided.