-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Interface-based config support #412
Draft
Tim203
wants to merge
36
commits into
SpongePowered:master
Choose a base branch
from
Tim203:feature/interfaces
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f24998d - Browse repository at this point
Copy the full SHA f24998dView commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efcb213 - Browse repository at this point
Copy the full SHA efcb213View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b29d241 - Browse repository at this point
Copy the full SHA b29d241View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b7f7f - Browse repository at this point
Copy the full SHA e4b7f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 948cebe - Browse repository at this point
Copy the full SHA 948cebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba11369 - Browse repository at this point
Copy the full SHA ba11369View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f6059f - Browse repository at this point
Copy the full SHA 7f6059fView commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78bcaf5 - Browse repository at this point
Copy the full SHA 78bcaf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8524c8 - Browse repository at this point
Copy the full SHA c8524c8View commit details -
Merge remote-tracking branch 'origin/master' into feature/interfaces
# Conflicts: # .gitignore # gradle/libs.versions.toml
Configuration menu - View commit details
-
Copy full SHA for 336de1c - Browse repository at this point
Copy the full SHA 336de1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f23846 - Browse repository at this point
Copy the full SHA 6f23846View commit details
Commits on Jan 7, 2024
-
chore(build): Only set test flags on newer JDK versions
J8 still fails to build locally, but with a different issue
Configuration menu - View commit details
-
Copy full SHA for f07dc2f - Browse repository at this point
Copy the full SHA f07dc2fView commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c7f27c - Browse repository at this point
Copy the full SHA 6c7f27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c009449 - Browse repository at this point
Copy the full SHA c009449View commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9c0e2f - Browse repository at this point
Copy the full SHA a9c0e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d9d42 - Browse repository at this point
Copy the full SHA e0d9d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224e87c - Browse repository at this point
Copy the full SHA 224e87cView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b62cab5 - Browse repository at this point
Copy the full SHA b62cab5View commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d89b9d - Browse repository at this point
Copy the full SHA 2d89b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d1c07 - Browse repository at this point
Copy the full SHA 40d1c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab13924 - Browse repository at this point
Copy the full SHA ab13924View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5533d5 - Browse repository at this point
Copy the full SHA c5533d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c0dfc - Browse repository at this point
Copy the full SHA e9c0dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebed0c5 - Browse repository at this point
Copy the full SHA ebed0c5View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27786f0 - Browse repository at this point
Copy the full SHA 27786f0View commit details -
Use superinterface instead of enclosed element
Let's say interface Y extends interface X and method 'a' is defined in X. If you use enclosed element on 'a' you'll always get X (even for Y). superinterface is the interface where an impl is generated for.
Configuration menu - View commit details
-
Copy full SHA for 2add4c9 - Browse repository at this point
Copy the full SHA 2add4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2dfc96 - Browse repository at this point
Copy the full SHA c2dfc96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af436d - Browse repository at this point
Copy the full SHA 1af436dView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e45e31 - Browse repository at this point
Copy the full SHA 7e45e31View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6945a5d - Browse repository at this point
Copy the full SHA 6945a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for edd0685 - Browse repository at this point
Copy the full SHA edd0685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4347700 - Browse repository at this point
Copy the full SHA 4347700View commit details -
Configuration menu - View commit details
-
Copy full SHA for e79e4d8 - Browse repository at this point
Copy the full SHA e79e4d8View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31c63fd - Browse repository at this point
Copy the full SHA 31c63fdView commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7543cd4 - Browse repository at this point
Copy the full SHA 7543cd4View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b4769c - Browse repository at this point
Copy the full SHA 7b4769cView commit details
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.