Skip to content

Releases: hank-cp/sbp

15

29 Jan 12:46
Compare
Choose a tag to compare
15
  • #39 Support Webflux
  • Separator flyway dependency

14

25 Jan 15:49
Compare
Choose a tag to compare

0.1.13

17 May 07:59
Compare
Choose a tag to compare
  • 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

02 Feb 10:36
Compare
Choose a tag to compare
  • Supports importing bean from dependent plugins.
  • BREAKING CHANGES: SpringBootstrap.addSharedBeanName() rename to SpringBootstrap.importBean()

0.1.10

18 Jan 05:15
Compare
Choose a tag to compare
  • Update pf4j version to v3.6.0
  • Fix #18

0.1.9

21 Dec 06:21
Compare
Choose a tag to compare
  • Bug fix: read autoStartPlugin correctly

0.1.8

10 Oct 14:02
Compare
Choose a tag to compare
  • Upgrade pf4j to 3.4.1
  • Compile with JDK 8
  • Release register resource when starts failed

0.1.7

30 Jul 04:02
Compare
Choose a tag to compare
  • BUG FIX: be compatible without Spring Boot's resource handing configuration.

0.1.6

29 Jul 07:42
Compare
Choose a tag to compare
  • Refine plugins start up process
    • SbpPluginStateChangedEvent is introduced to to hook plugin start/stop event
  • Support static resource handing

0.1.5

02 Jun 02:22
Compare
Choose a tag to compare
  • 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