Skip to content
Commits on Source (2)
shiro (1.3.2-3) UNRELEASED; urgency=medium
shiro (1.3.2-3) unstable; urgency=medium
* Fixed the build failure with Java 11 (Closes: #912390)
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Thu, 29 Nov 2018 14:26:40 +0100
-- Emmanuel Bourg <ebourg@apache.org> Thu, 29 Nov 2018 14:37:03 +0100
shiro (1.3.2-2) unstable; urgency=medium
......
......@@ -12,6 +12,7 @@ Build-Depends:
libcommons-beanutils-java,
libcommons-cli-java,
libehcache-java,
libgeronimo-annotation-1.3-spec-java,
libguice-java (>= 3.0-6~),
libhsqldb-java,
liblog4j1.2-java,
......
Description: Fixes the compatibility with Java 11
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/support/guice/pom.xml
+++ b/support/guice/pom.xml
@@ -64,6 +64,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
+ <version>debian</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>test</scope>
01-bundles-to-jars.patch
02-reproducible-build.patch
03-spring-compatibility.patch
04-java11-compatibility.patch