This PR bumps the kit to 3.0-SNAPSHOT, renames the appsec-kit-v24 module to appsec-kit-starter and removes the V7 and V8 modules (those will be available in 1.x releases).
Full list of changes:
bump to 3.0-SNAPSHOT (to make room for V14/V23 in 2.x)
rename appsec-kit-v24 to appsec-kit-starter and appsec-kit-demo-v24-spring to appsec-kit-demo
remove the v24 part in the package hierarchy
use JDK 17
This set of changes aligns the kit with the naming and structure of other kits and makes updates to newer versions more straightforward by requiring to only bump the version and not to also change the dependency.
This PR bumps the kit to 3.0-SNAPSHOT, renames the
appsec-kit-v24
module toappsec-kit-starter
and removes the V7 and V8 modules (those will be available in 1.x releases).Full list of changes:
appsec-kit-v7
,appsec-kit-v8
,appsec-kit-demo-v7
,appsec-kit-demo-v8
,appsec-kit-demo-v8-spring
,appsec-kit-demo-v8-cdi
appsec-kit-v24
toappsec-kit-starter
andappsec-kit-demo-v24-spring
toappsec-kit-demo
v24
part in the package hierarchyThis set of changes aligns the kit with the naming and structure of other kits and makes updates to newer versions more straightforward by requiring to only bump the version and not to also change the dependency.