Re: Missing javah?

2019-03-29 Thread Emmanuel Bourg
Hi Giovanni, Le 29/03/2019 à 22:33, Giovanni Mascellani a écrit : > is it normal that no JDK after OpenJDK 8 has the "javah" program? Unfortunately, yes. javah was removed in Java 10. It has been replaced by "javac -h". If you dig into the Java 10 related issues [1] you'll see several packages t

Missing javah?

2019-03-29 Thread Giovanni Mascellani
Dear Debian Java people, is it normal that no JDK after OpenJDK 8 has the "javah" program? > $ apt-file search javah | grep openjdk > openjdk-7-jdk: /usr/lib/jvm/java-7-openjdk-amd64/bin/javah > openjdk-7-jdk: > /usr/lib/jvm/java-7-openjdk-amd64/man/ja_JP.UTF-8/man1/javah.1.gz > openjdk-7-jdk: /

Re: Bug#925454: RM: tomcat8 -- ROM; Replaced by tomcat9

2019-03-29 Thread Thorsten Glaser
On Fri, 29 Mar 2019, Moritz Mühlenhoff wrote: > IOW, there's no hard requirement and the Debian Java team has compelling > reasons (very limited workforce etc.) I’ve been a member of the Debian Java team for work-related reasons for a while and have expressed willingness to work on the init scrip

Re: Bug#925454: RM: tomcat8 -- ROM; Replaced by tomcat9

2019-03-29 Thread Moritz Mühlenhoff
On Mon, Mar 25, 2019 at 11:18:29AM -0400, Scott Kitterman wrote: > On Monday, March 25, 2019 02:17:15 PM Thorsten Glaser wrote: > > On Mon, 25 Mar 2019, Emmanuel Bourg wrote: > > > Please remove the tomcat8 package from testing and unstable (not > > > experimental). This package has been replaced b

Re: Bug#925928: tomcat9: Error occurred during initialization of VM: Option -XX:+UseG1GC not supported

2019-03-29 Thread Thorsten Glaser
This is the suggested patch in full: diff --git a/debian/changelog b/debian/changelog index 9e1dab71..8014c9e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +tomcat9 (9.0.16-4) UNRELEASED; urgency=medium + + * Team upload. + * Remove -XX:+UseG1GC from standard JAVA_OPTS;