Your message dated Fri, 5 Oct 2018 13:09:16 +0200
with message-id <ece7c7cf-b631-c561-eeef-f3aaee3a7...@apache.org>
and subject line Re: FTBFS with Java 9: The type java.lang.String cannot be
resolved.
has caused the Debian Bug report #874655,
regarding FTBFS with Java 9: The type java.lang.String cannot be resolved.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
874655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874655
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libspring-java
Version: 4.3.10
Severity: normal
User: debian-j...@lists.debian.org
Usertags: default-java9
This package fails to build with default-jdk pointing to openjdk-9-jdk.
Please fix it, so that we can start the transition to Java 9.
The wiki has some common problems and their solutions:
https://wiki.debian.org/Java/Java9Pitfalls
No idea what's going on here, there's some possibility the issue is
inside gradle, but it appears to actually be breaking while running an
ant job. Upstream appear to have looked at Java 9 support multiple years
ago, but not recently? Some sub-components of Spring are looking at it
actively, so maybe the errors are going to get resolved:
https://github.com/spring-projects/spring-boot/issues/7226
I'm raising this issue mainly because I can't find this build log
excerpt anywhere:
[ant:iajc]
/build/libspring-java-4.3.10/spring-aspects/src/main/java/org/springframework/transaction/aspectj/AbstractTransactionAspect.aj
[error] The type java.lang.String cannot be resolved. It is indirectly
referenced from required .class files
[ant:iajc] (no source information available)
[ant:iajc]
/build/libspring-java-4.3.10/spring-aspects/src/main/java/org/springframework/transaction/aspectj/AbstractTransactionAspect.aj:48
[error] The hierarchy of the type AbstractTransactionAspect is inconsistent
[ant:iajc] public abstract aspect AbstractTransactionAspect extends
TransactionAspectSupport implements DisposableBean {
[ant:iajc] ^^^^^^^^^^^^^^^^^^^^^^^^
[ant:iajc]
/build/libspring-java-4.3.10/spring-aspects/src/main/java/org/springframework/transaction/aspectj/AbstractTransactionAspect.aj:48
[error] The hierarchy of the type AbstractTransactionAspect is inconsistent
[ant:iajc] public abstract aspect AbstractTransactionAspect extends
TransactionAspectSupport implements DisposableBean {
[ant:iajc] ^^^^^^^^^^^^^^^^^^^^^^^^
[ant:iajc]
/build/libspring-java-4.3.10/spring-aspects/src/main/java/org/springframework/transaction/aspectj/AbstractTransactionAspect.aj:48
[error] The hierarchy of the type AbstractTransactionAspect is inconsistent
[ant:iajc] public abstract aspect AbstractTransactionAspect extends
TransactionAspectSupport implements DisposableBean {
[ant:iajc] ^^^^^^^^^^^^^^^^^^^^^^^^
[ant:iajc]
[ant:iajc] 4 errors
:spring-aspects:compileJava FAILED
:spring-aspects:compileJava (Thread[Task worker Thread 24,5,main]) completed.
Took 2.583 secs.
Cheers,
Chris.
--- End Message ---
--- Begin Message ---
This issue has been fully resolved by upgrading aspectj (#873213).
--- End Message ---