-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to newer quarkus(-github-app) for features
We'll need this to be able to use the ConfigFileProvider in the StalledDiscussionFlow, since the @configfile annotation only seems to work well for injection into event-listener methods. The `org.jetbrains:annotations` dependency doesn't get pulled in implicitly any longer, so I've just switched usage of the @NotNull && @nullable annotations from there to the SmallRye equivalents, which are available. Something that I'm not 100% sure about is the test changes here: I guess the Jackson/SnakeYAML handling of null fields changed somewhere along the way.
- Loading branch information
Showing
4 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
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