-
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
Support for MySQL 8 #4915
Comments
reckart
added a commit
that referenced
this issue
Jun 30, 2024
- Added custom dialect for MySQL connections and apply necessary settings during application startup - Added integration test
reckart
added a commit
that referenced
this issue
Jun 30, 2024
…for-MySQL-8 #4915 - Support for MySQL 8
reckart
added a commit
that referenced
this issue
Jul 3, 2024
…de-to-proper-curation-page * main: (24 commits) #4919 - Unable to import project with knowledge-based exported by INCEpTION 33.0 (again) #4921 - Constraints do not work properly when rules are distributed over multiple rulesets #4915 - Support for MySQL 8 #4051 - Postgres support #3407 - Remove old database migrations that seem to get always executed #3407 - Remove old database migrations that seem to get always executed #4909 - Upgrade dependencies #4911 - No results when searching as curator after re-indexing project #4909 - Upgrade dependencies [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.1 #4901 - Consider document structure when splitting sentences in custom XML formats #4880 - Upgrade dependencies #4898 - Unable to import project with knowledge-based exported by INCEpTION 33.0 #4896 - Ability to search for additional languages in knowledge-base No issue: Trim LLM responses #4892 - Curation sidebar state not cleared when logging out #4891 - Exception in sidebar curation mode when document-level annotations exist #4727 - Switching between editors can cause the old and the new editors to be loaded and initialized #4889 - Document sometimes not rendered in by-line brat render modes ... % Conflicts: % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/AnnotationPage.java
reckart
added a commit
that referenced
this issue
Jul 3, 2024
…de-to-proper-curation-page * main: (24 commits) #4919 - Unable to import project with knowledge-based exported by INCEpTION 33.0 (again) #4921 - Constraints do not work properly when rules are distributed over multiple rulesets #4915 - Support for MySQL 8 #4051 - Postgres support #3407 - Remove old database migrations that seem to get always executed #3407 - Remove old database migrations that seem to get always executed #4909 - Upgrade dependencies #4911 - No results when searching as curator after re-indexing project #4909 - Upgrade dependencies [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.1 #4901 - Consider document structure when splitting sentences in custom XML formats #4880 - Upgrade dependencies #4898 - Unable to import project with knowledge-based exported by INCEpTION 33.0 #4896 - Ability to search for additional languages in knowledge-base No issue: Trim LLM responses #4892 - Curation sidebar state not cleared when logging out #4891 - Exception in sidebar curation mode when document-level annotations exist #4727 - Switching between editors can cause the old and the new editors to be loaded and initialized #4889 - Document sometimes not rendered in by-line brat render modes ... % Conflicts: % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/AnnotationPage.java
reckart
added a commit
that referenced
this issue
Jul 8, 2024
* main: #4915 - Support for MySQL 8 % Conflicts: % inception/inception-app-webapp/pom.xml % inception/inception-dependencies/pom.xml % pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
MySQL 8 kind of works with INCEpTION but requires special configuration and there are no automated tests.
Describe the solution you'd like
Reduced configuration requirements - essentially, INCEpTION should just work. Also add automated tests.
The text was updated successfully, but these errors were encountered: