-
Notifications
You must be signed in to change notification settings - Fork 9
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
[3.2.0] Release #302
Merged
Merged
[3.2.0] Release #302
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
… for term types and states.
Mainly to allow aligning value lists in the Excel with value taxonomy languages (term types, states) used by TermIt instance.
…cabularyImporter interface.
…t term references.
… for term types and states.
Mainly to allow aligning value lists in the Excel with value taxonomy languages (term types, states) used by TermIt instance.
…cabularyImporter interface.
…t term references.
…port' into kbss-cvut/termit-ui#449-excel-import
…ry by inserting raw data into the repository.
Null cells occur when there are no more columns after them.
…sh when importing Excel sheet.
…sing prefixed identifiers as well as full ones.
…s in imported Excel cell. Semicolon is used in export as well.
But adjust it to match expected vocabulary namespace if necessary.
…er interface and fix faulty throttle aspect test
…fter transferring out of throttled future
…olve silenced exception from throttled tasks
…zed localized messages in errors. Any TermIt exception can now carry a messageId for localized message on the frontend as well as a map of parameters for the message. Parameters are sent to the frontend in the ErrorInfo as values map.
Fix Javadoc reference issues.
…e with jakarta annotations
…d before each persists and updates. Base repository will validate the identifier (URI) during each pre-persist and pre-update. InvalidIdentifierException caused by URISyntaxException will now provide error details to the client.
Rename isCausedBy to findCause to reflect changed return type.
# Conflicts: # src/main/java/cz/cvut/kbss/termit/service/repository/BaseRepositoryService.java # src/main/java/cz/cvut/kbss/termit/util/ExceptionUtils.java
[Ref #296] Replacing nullability annotations with jakarta
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.