-
Notifications
You must be signed in to change notification settings - Fork 156
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
#1828 - Error in importing projects #1835
Merged
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
- Add explicit type cast to avoid linking to a non-Java-8 version of the flip() method
reckart
force-pushed
the
bugfix/1828-Error-in-importing-projects
branch
from
October 27, 2020 07:50
ae36961
to
47da008
Compare
jcklie
pushed a commit
that referenced
this pull request
Feb 2, 2021
… profiling tab - Added initial support for sending some server-side timings Closes #1835
jcklie
pushed a commit
that referenced
this pull request
Feb 2, 2021
* commit 'ae4e61460e5058eac135bbaecbed087ea0d13194': #1472 - Upgrade dependencies (4.0.0) #1835 - Use server-side timing API to display server times in browser profiling tab #1834 - Fetch built-in type system only once % Conflicts: % pom.xml % webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/AnnotationSchemaServiceImpl.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/annotation/BratAnnotationEditor.java % webanno-ui-core/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/core/WicketApplicationBase.java
reckart
added a commit
to waleedabdeen/inception
that referenced
this pull request
Feb 6, 2021
…ecting-recommendations * master: (82 commits) [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release webanno-4.0.0-beta-19 inception-project#1472 - Upgrade dependencies (4.0.0) inception-project#1835 - Use server-side timing API to display server times in browser profiling tab inception-project#1834 - Fetch built-in type system only once No issue. Added method to get the data folder for a project. inception-project#1831 - When many tags exist the annotations are not saved inception-project#1826 Update Java JDK in Admin Guide No issue. Changed order of items in enum. No issue: Add sort markers back to the tables. inception-project#1824 - Update Java version in docker file inception-project#1824 - Update Java version in docker file No issue: Fix problem when reloading the browser while viewing another users annotations who has just made a change to their annotations. inception-project#1822 Annotation disabled for curator - update doc state for curation user as well - check for curation in editable [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release webanno-4.0.0-beta-18 inception-project#1814 - Format code No issue: Fix version No issue: Set version back to 4.0.0-SNAPSHOT No issue: Set version back to 4.0.0-SNAPSHOT ... % Conflicts: % webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/rendering/model/VObject.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/render/BratRenderer.java % webanno-brat/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/render/model/EntityAttributes.java
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's in the PR
flip()
methodHow to test manually
Automatic testing
Documentation