-
Notifications
You must be signed in to change notification settings - Fork 51
feat(QTDI-693): manage nested jars #969
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
13c0656
feat(QTDI-693): expose nested repository member
undx b52c305
feat(QTDI-693): allow nested jar as root repository
undx c079f78
feat(QTDI-693): classes across many scanning.properties
undx b2386f1
feat(QTDI-693): classes across many scanning.properties
undx e34c77c
feat(QTDI-693): include nested jars in getURLs
undx fb44b73
feat(QTDI-693): include nested jars in getURLs
undx 409e850
feat(QTDI-693): fix test
undx 940ab2b
Merge branch 'master' into undx/QTDI-693-runtime-fix
undx 5667ddb
Merge branch 'master' into undx/QTDI-693-runtime-fix
undx f2bad61
feat(QTDI-675): pr comment
undx a003c2a
Merge branch 'master' into undx/QTDI-693-runtime-fix
undx 1cfe2a6
Merge branch 'master' into undx/QTDI-693-runtime-fix
undx 29cdac2
Merge branch 'master' into undx/QTDI-693-runtime-fix
undx f712899
Merge branch 'master' into undx/QTDI-693-runtime-fix
undx ed2e3f5
chore(QTDI-1826): unblock github action check (#1079)
ozhelezniak-talend d6b1284
feat(QTDI-113): Support Java 17 compilation (#from:936) (#1061)
yyin-talend be33a6a
fix(QTDI-1838): register ContainerFinder for studio (#1081)
ozhelezniak-talend 8b9c01d
chore(QTDI-1859): improve CI build (#1084)
ozhelezniak-talend 234cb50
feat(QTDI-693): add plugins.properties location property
undx bc8f215
Merge branch 'master' into undx/QTDI-693-runtime-fix
undx ade85f7
feat(QTDI-693): fix path for plugins.properties location propert
undx a4ec4b3
feat(QTDI-693): fix property name
undx 2b28520
feat(QTDI-693): remove duplicate info log
undx f63c3df
Merge branch 'master' into undx/QTDI-693-runtime-fix
undx c87bc43
Merge branch 'master' into undx/QTDI-693-runtime-fix
ypiel-talend 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
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -111,6 +111,8 @@ public class ConfigurableClassLoader extends URLClassLoader { | |||||
| @Getter | ||||||
| private final List<String> cacheableClasses; | ||||||
|
|
||||||
| private List<URL> nestedURLs = new ArrayList<>(); | ||||||
|
||||||
| private List<URL> nestedURLs = new ArrayList<>(); | |
| private final List<URL> nestedURLs = new ArrayList<>(); |
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.