Releases: WrenSecurity/wrenicf-java-framework
Releases · WrenSecurity/wrenicf-java-framework
1.5.3.1
Release 1.5.3.0
Summary (more details in sections bellow):
- Upgraded
wrensec-parentto the latest release (4.0.0). - Maven groupId refactored to
org.wrensecurity.wrenicf. - OSGi symbolic name prefix changed to
org.wrensecurity.wrenicf.*. - Updated artifactIds to keep project structure more concise (see bellow).
- Shared license bundle is now included as Maven submodule instead of being separate project.
- Custom JavadocUpdaterTool Maven plugin was removed as no longer necessary.
- Connector Framework is compatible with Java 8, 11 and 17.
Maven module folder names were updated to the following convention:
framework-*- core connector framework modulesserver-*- connector server modulestest-*- test support modulesbundle-*- connector bundle modules
Maven groupId for individual modules was changed to the following:
org.wrensecurity.wrenicf- group solely for root aggregator project and license bundleorg.wrensecurity.wrenicf.framework- framework modulesorg.wrensecurity.wrenicf.connector- connector bundles
Major artifact identifier changes are:
connector-framework-parentmodule was introduced to provide place for common configuration
without polluting the root aggregator project (connector-bundle-parentis no longer sharing
plugin configuration with the framework)connector-frameworkmodule was renamed toconnector-framework-coreconnector-test-commonmodule was renamed toconnector-framework-testconnector-framework-servermodule was renamed toconnector-server-core
Release 1.5.2.1
Changes since Release 1.5.2.0
- Bumped version to
1.5.2.1-SNAPSHOT - Upgraded
wrensec-parentto the latest release (3.0.1) - Upgraded
wrensec-commonsto the latest release (22.0.0) - Upgraded
slf4jto1.7.23(same version is used in thewrensec-commons) - Fixed PGP verification for dependencies of
openicf-zipmodule
Release 1.5.2.0
Version 1.5.2.0
Release 1.4.1.0
Wren build changes from the 1.5.x releases were backported so we could build this release, since it's currently a dependency of connectors that OpenIDM 5.5.x depends on.