-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Upgrade to Java 11 (round 2) #3165
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
Conversation
| # | ||
| InvalidSyntax.noMessage=Ung\u00fcltige Syntax in Zeile {0} Spalte {1} | ||
| InvalidSyntax.full=Ung\u00fcltige Syntax, ANTLR-Fehler ''{0}'' in Zeile {1} Spalte {2} | ||
| InvalidSyntax.noMessage=Ungültige Syntax in Zeile {0} Spalte {1} |
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.
GitHub diff preview doesn't support UTF-8. Shakes fist at ASCII...
I promise you the umlauts are there. On the top right of this file in the diff, click on the ... and then click "View File" to see the full file, umlauts included.
| Enum.unallowableValue=Literal nicht in den zul\u00e4ssigen Werten f\u00fcr enum ''{0}'' - ''{1}'' | ||
| Enum.badInput=Ungültige Eingabe für enum ''{0}''. Unbekannter Wert ''{1}'' | ||
| Enum.badName=Ungültige Eingabe für enum ''{0}''. Kein Wert für den Namen ''{1}'' gefunden | ||
| Enum.unallowableValue=Literal nicht in den zulässigen Werten für enum ''{0}'' - ''{1}'' |
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.
| ExecutableDefinitions.notExecutableType=Validierungsfehler ({0}) : Type definition ''{1}'' ist nicht ausführbar | ||
| ExecutableDefinitions.notExecutableSchema=Validierungsfehler ({0}) : Schema definition ist nicht ausführbar | ||
| ExecutableDefinitions.notExecutableDirective=Validierungsfehler ({0}) : Directive definition ''{1}'' ist nicht ausführbar | ||
| ExecutableDefinitions.notExecutableDefinition=Validierungsfehler ({0}) : Die angegebene Definition ist nicht ausführbar |
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.
# Conflicts: # .github/workflows/master.yml # .github/workflows/pull_request.yml # .github/workflows/release.yml
Our next release will include breaking changes, including upgrading to Java 11!
Upgrading to Java 11 makes it easier to upgrade ANTLR and enables UTF-8 strings.
Note: The 20.1 release was a feature and bugfix release, without any breaking changes. Before the 20.1 release, I had to downgrade back to Java 8 to ensure no breaking changes. See #3110