File tree Expand file tree Collapse file tree 23 files changed +26
-22
lines changed
src/main/java/org/seedstack/seed/core/internal/transaction Expand file tree Collapse file tree 23 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 1+ # Version 3.9.2 (????)
2+
3+ * [ chg] ` AbstractTransactionManager ` is now scoped as package.
4+
15# Version 3.9.1 (2019-11-30)
26
37* [ new] Support for programmatic login through ` SecuritySupport ` interface (no need for Shiro-specific code anymore).
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.seedstack.seed</groupId >
1616 <artifactId >seed</artifactId >
17- <version >3.9.1 -SNAPSHOT</version >
17+ <version >3.9.2 -SNAPSHOT</version >
1818 </parent >
1919
2020 <artifactId >seed-cli</artifactId >
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.seedstack.seed</groupId >
1616 <artifactId >seed</artifactId >
17- <version >3.9.1 -SNAPSHOT</version >
17+ <version >3.9.2 -SNAPSHOT</version >
1818 </parent >
1919
2020 <artifactId >seed-core</artifactId >
Original file line number Diff line number Diff line change 3232/**
3333 * Base class for common transaction manager behavior.
3434 */
35- public abstract class AbstractTransactionManager implements TransactionManager {
35+ abstract class AbstractTransactionManager implements TransactionManager {
3636 private final MethodInterceptorImplementation methodInterceptorImplementation = new
3737 MethodInterceptorImplementation ();
3838 @ Inject
Original file line number Diff line number Diff line change 1919
2020 <groupId >org.seedstack.seed</groupId >
2121 <artifactId >seed</artifactId >
22- <version >3.9.1 -SNAPSHOT</version >
22+ <version >3.9.2 -SNAPSHOT</version >
2323 <packaging >pom</packaging >
2424
2525 <properties >
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.seedstack.seed</groupId >
1616 <artifactId >seed-rest</artifactId >
17- <version >3.9.1 -SNAPSHOT</version >
17+ <version >3.9.2 -SNAPSHOT</version >
1818 </parent >
1919
2020 <artifactId >seed-rest-core</artifactId >
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.seedstack.seed</groupId >
1616 <artifactId >seed-rest</artifactId >
17- <version >3.9.1 -SNAPSHOT</version >
17+ <version >3.9.2 -SNAPSHOT</version >
1818 </parent >
1919
2020 <artifactId >seed-rest-jersey2</artifactId >
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.seedstack.seed</groupId >
1515 <artifactId >seed</artifactId >
16- <version >3.9.1 -SNAPSHOT</version >
16+ <version >3.9.2 -SNAPSHOT</version >
1717 </parent >
1818
1919 <artifactId >seed-rest</artifactId >
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.seedstack.seed</groupId >
1515 <artifactId >seed-rest</artifactId >
16- <version >3.9.1 -SNAPSHOT</version >
16+ <version >3.9.2 -SNAPSHOT</version >
1717 </parent >
1818
1919 <artifactId >seed-rest-specs</artifactId >
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.seedstack.seed</groupId >
1616 <artifactId >seed-security</artifactId >
17- <version >3.9.1 -SNAPSHOT</version >
17+ <version >3.9.2 -SNAPSHOT</version >
1818 </parent >
1919
2020 <artifactId >seed-security-core</artifactId >
You can’t perform that action at this time.
0 commit comments