Hank Cp Sbp Versions Save

Plugin framework for Spring Boot based on pf4j.

14

1 year ago

0.1.13

3 years ago
  • Optimize class loading from depedent plugins. Now SpringBootPluginClassLoader will only load classes from dependent plugins from theirs loaded classes, rather than search whole classpath.

0.1.11

3 years ago
  • Supports importing bean from dependent plugins.
  • BREAKING CHANGES: SpringBootstrap.addSharedBeanName() rename to SpringBootstrap.importBean()

0.1.10

3 years ago
  • Update pf4j version to v3.6.0
  • Fix #18

0.1.9

3 years ago
  • Bug fix: read autoStartPlugin correctly

0.1.8

3 years ago
  • Upgrade pf4j to 3.4.1
  • Compile with JDK 8
  • Release register resource when starts failed

0.1.7

3 years ago
  • BUG FIX: be compatible without Spring Boot's resource handing configuration.

0.1.6

3 years ago
  • Refine plugins start up process
    • SbpPluginStateChangedEvent is introduced to to hook plugin start/stop event
  • Support static resource handing

0.1.5

3 years ago
  • Unify libs to maven central (#8/#9)
  • Re-organize properties
    • BREAKING: plugin.* is renamed to sbp-plugin.*
    • BREAKING: plugin.properties is renamed to spring.sbp.plugin-properties
    • BREAKING: spring.sbp.profiles is renamed to spring.sbp.plugin-profiles

0.1.4

4 years ago
  • add PluginManagerControll to provide REST api to manage plugins
  • production deployment optimization
  • various bugs fixed