Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring | Decebal Suiu | 2024-12-27 | 8 | -64/+173 |
| | |||||
* | Fix warning | Decebal Suiu | 2024-12-23 | 1 | -1/+1 |
| | |||||
* | Add collect class loader test | Decebal Suiu | 2024-12-23 | 1 | -22/+71 |
| | |||||
* | Set class loader to null on unload plugin | Decebal Suiu | 2024-12-23 | 1 | -0/+1 |
| | |||||
* | Fluent setters | Decebal Suiu | 2024-12-23 | 1 | -7/+7 |
| | |||||
* | Fix CompoundPluginRepositoryTest | Decebal Suiu | 2024-11-29 | 1 | -3/+5 |
| | |||||
* | Add tests for CompoundPluginLoader | Decebal Suiu | 2024-11-29 | 1 | -0/+96 |
| | |||||
* | Add more tests | Decebal Suiu | 2024-11-29 | 1 | -0/+13 |
| | |||||
* | Add tests for CompoundPluginRepository | Decebal Suiu | 2024-11-29 | 1 | -0/+89 |
| | |||||
* | Add tests for ZipPluginManager | Decebal Suiu | 2024-11-29 | 1 | -0/+60 |
| | |||||
* | Add javadoc | Decebal Suiu | 2024-11-29 | 2 | -8/+47 |
| | |||||
* | Fix constant name | Decebal Suiu | 2024-11-29 | 4 | -17/+16 |
| | |||||
* | Fix some Sonar warnings | Decebal Suiu | 2024-11-29 | 1 | -8/+8 |
| | |||||
* | Add test for AbstractExtensionFinder#checkDifferentClassLoaders | Decebal Suiu | 2024-11-29 | 3 | -9/+35 |
| | |||||
* | Fix StackOverFlow error on Kotlin classes without @Extension (#595) | Michael Rittmeister | 2024-11-11 | 2 | -1/+14 |
| | |||||
* | Solve #594 | Decebal Suiu | 2024-10-28 | 1 | -5/+5 |
| | |||||
* | Fix #590 | Decebal Suiu | 2024-10-12 | 3 | -1/+34 |
| | |||||
* | Exclude junit4 as transitive dependency | Decebal Suiu | 2024-10-12 | 1 | -9/+8 |
| | |||||
* | Add helper methods in PluginState | Decebal Suiu | 2024-08-17 | 5 | -24/+73 |
| | |||||
* | Plugin Extensions should be detected with any ClassLoadingStrategy (#586) | Aleksandr Sidorov | 2024-06-29 | 2 | -3/+28 |
| | |||||
* | Add more tests | Decebal Suiu | 2024-06-24 | 6 | -4/+329 |
| | |||||
* | Add more tests | Decebal Suiu | 2024-06-24 | 1 | -5/+17 |
| | |||||
* | Replace Version#valueOf deprecated method | Decebal Suiu | 2024-06-24 | 1 | -6/+6 |
| | |||||
* | Add more tests | Decebal Suiu | 2024-06-24 | 3 | -28/+127 |
| | |||||
* | Improve code readability | Decebal Suiu | 2024-06-24 | 1 | -8/+13 |
| | |||||
* | Add PluginClassLoader#isClosed method | Decebal Suiu | 2024-06-24 | 2 | -12/+45 |
| | |||||
* | Fix #576 (#579) | Decebal Suiu | 2024-06-24 | 3 | -7/+101 |
| | |||||
* | Fix #582 | Decebal Suiu | 2024-05-19 | 1 | -1/+1 |
| | |||||
* | Add stopPluginWithDeletedDependency (see #576) | Decebal Suiu | 2024-04-06 | 1 | -0/+30 |
| | |||||
* | Fix the problem of not being able to disable plugins correctly (#577) | John Niang | 2024-04-06 | 2 | -1/+14 |
| | |||||
* | Post `PluginState.UNLOADED` event when plugins are unloaded (#567) | Sebastian Lövdahl | 2024-02-20 | 3 | -2/+53 |
| | |||||
* | Add strategy for handling the recovery of a plugin that could not be ↵ | Decebal Suiu | 2024-02-19 | 5 | -81/+306 |
| | | | | resolved (#564) | ||||
* | Make `PluginStateEvent` fields `final` (#566) | Sebastian Lövdahl | 2024-02-13 | 1 | -2/+2 |
| | |||||
* | Ignore fire plugin state event without state change | Decebal Suiu | 2024-02-06 | 1 | -0/+5 |
| | |||||
* | Fix test | Decebal Suiu | 2024-02-04 | 1 | -1/+6 |
| | |||||
* | Fix #563 | Decebal Suiu | 2024-02-04 | 1 | -7/+2 |
| | |||||
* | Add missing license file header | Decebal Suiu | 2024-02-04 | 1 | -0/+16 |
| | |||||
* | Fix #520 | Decebal Suiu | 2024-02-04 | 3 | -36/+152 |
| | |||||
* | Add more javadoc, fix warnings | Decebal Suiu | 2024-02-03 | 1 | -13/+33 |
| | |||||
* | Add InvalidPluginDescriptorException | Decebal Suiu | 2024-02-03 | 2 | -22/+114 |
| | | | | Add more javadoc in AbstractPluginManager | ||||
* | Add more javadoc | Decebal Suiu | 2024-02-03 | 24 | -52/+386 |
| | |||||
* | Upgrade Java SemVer to 0.10.2 (#560) | John Niang | 2024-01-29 | 1 | -1/+1 |
| | |||||
* | Write empty extensions descriptor even if no extensions are found | Marcus Ilgner | 2023-10-05 | 1 | -4/+4 |
| | |||||
* | Unload broken plugins fix (#545) | finn0s | 2023-09-15 | 2 | -6/+43 |
| | |||||
* | Add security checks to prevent directory traversal when decompressing (#538) | Decebal Suiu | 2023-08-16 | 2 | -4/+70 |
| | |||||
* | Remove obsolete comment | Decebal Suiu | 2023-07-18 | 1 | -4/+0 |
| | |||||
* | Fix:when ignoredComments=false, FileUtils.readLines() will return empty ↵ | miracleshiy | 2023-05-17 | 2 | -1/+31 |
| | | | | list. (#527) | ||||
* | Fix #524 (#525) | dre4merp | 2023-04-28 | 1 | -1/+1 |
| | |||||
* | Switch to slf4j-2.x and replace log4j with slf4j-simple (#514) | Decebal Suiu | 2023-03-05 | 2 | -27/+39 |
| | |||||
* | Improve class generation for testing (#515) | Decebal Suiu | 2023-02-02 | 15 | -285/+409 |
| |