-
Notifications
You must be signed in to change notification settings - Fork 9
Add URI Loader SPI #176
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
Draft
SentryMan
wants to merge
30
commits into
avaje:master
Choose a base branch
from
SentryMan:uri-loader
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
Add URI Loader SPI #176
Changes from 14 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
2e7f67f
Add Uri Loader SPI
SentryMan 9c09b7b
Delete EnvLoader.java
SentryMan 78ac3e2
Update URILoaders.java
SentryMan 9d4e474
make an interface
SentryMan 77eb18f
Update FileWatchTest.java
SentryMan 6546ce6
Update URILoaders.java
SentryMan 6b83064
Update InitialLoader.java
SentryMan 6199632
replace configparsers with a map
SentryMan e8ab6cb
fix tests
SentryMan e9a7162
replace URILoaders with a map
SentryMan dc4c661
prevent duplicate loading
SentryMan 00abb12
Revert "prevent duplicate loading"
SentryMan b2a5c26
Update InitialLoader.java
SentryMan f02a32a
Update InitialLoader.java
SentryMan 6aecc89
add redact function
SentryMan b173f09
Update InitialLoader.java
SentryMan 5655302
add uri context
SentryMan a85dbb9
rename to uriParser
SentryMan 905d233
add utility for query parsing
SentryMan 45a3377
Merge branch 'master' into uri-loader
SentryMan 6f995a2
rename
SentryMan a1927cb
Update URILoadContext.java
SentryMan c818296
multiple schemas to a loader
SentryMan 4d0198f
load test properties before load properties
SentryMan aa6d5e2
add log
SentryMan 133fe18
supports uri
SentryMan b4fccb7
Merge branch 'master' into uri-loader
SentryMan e1987a9
Update module-info.java
SentryMan c2e623e
re-add parsers
SentryMan e18267a
only parsers
SentryMan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
import io.avaje.config.ConfigExtension; | ||
import io.avaje.config.toml.TomlParser; | ||
|
||
module io.avaje.config.toml { | ||
|
||
requires io.avaje.config; | ||
requires transitive io.avaje.config; | ||
requires org.tomlj; | ||
|
||
exports io.avaje.config.toml; | ||
|
||
provides io.avaje.config.ConfigExtension with TomlParser; | ||
provides ConfigExtension with TomlParser; | ||
|
||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.