Bug#1053013: beansbinding: FTBFS with default Java 21

Emmanuel Bourg ebourg at apache.org
Fri Sep 29 00:08:10 BST 2023


Le 29/09/2023 à 01:00, Vladimir Petko a écrit :
> The source level 7 is hardcoded in project properties[1].
> 
> [1] https://sources.debian.org/src/beansbinding/1.2.1-4/nbproject/project.properties/


The javadoc error you reported initially no longer occurs,
but when Ant adjusts the level there is this error later:

-do-compile:
     [javac] Using javac -source 1.7 is no longer supported, switching to 8
     [javac] Using javac -target 1.7 is no longer supported, switching to 8
     [javac] Compiling 123 source files to /home/ebourg/packaging/beansbinding/build/classes
     [javac] warning: source release 8 requires target release 8

So there is still a corner case not properly handled by Ant, I'll get a look.

Emmanuel Bourg



More information about the pkg-java-maintainers mailing list