[GitHub] [tomcat] rotty3000 opened a new pull request #308: Fix BZ 64544 - add built libs to the bnd classpath for introspection

2020-06-23 Thread GitBox
rotty3000 opened a new pull request #308: URL: https://github.com/apache/tomcat/pull/308 Signed-off-by: Raymond Augé This is an automated message from the Apache Git Service. To respond to the message, please log on to

buildbot failure in on tomcat-9-trunk

2020-06-23 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/303 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch 9.0.x updated: Fix changelog error

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 5f49acf Fix changelog error 5f49acf is described

[tomcat] branch master updated: Fix changelog error

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 0bab3b2 Fix changelog error 0bab3b2 is described

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
Oh thank goodness! I was worried! Sincerely, - Ray On Tue, Jun 23, 2020 at 5:19 PM Filip Hanik wrote: > > On 6/23/20 1:58 PM, Raymond Auge wrote: > > Further review of your error seems to indicate you are not using the > specified version of bnd. Have you overridden this in your

[tomcat] branch master updated: Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks

2020-06-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 3717e06 Make `ant -f mvn-pub.xml

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Filip Hanik
On 6/23/20 1:58 PM, Raymond Auge wrote: Further review of your error seems to indicate you are not using the specified version of bnd. Have you overridden this in your build.properties file? The regex in bnd 5.1.1 release is

[tomcat] branch 9.0.x updated: Revert "Fixes OSGI bundling error"

2020-06-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 7ec1d31 Revert "Fixes OSGI bundling error"

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
Further review of your error seems to indicate you are not using the specified version of bnd. Have you overridden this in your build.properties file? The regex in bnd 5.1.1 release is

[CONF] Apache Tomcat > Servlet TCK 5.0

2020-06-23 Thread Mark Thomas (Confluence)
Title: Message Title There's 1 new comment on this page   Servlet TCK 5.0 Mark Thomas Yep. One of my messier hacks. I'm not interested in trying to pass

[GitHub] [tomcat] rotty3000 commented on pull request #307: github actions

2020-06-23 Thread GitBox
rotty3000 commented on pull request #307: URL: https://github.com/apache/tomcat/pull/307#issuecomment-648393296 Also we can add to the matrix as we go. This is an automated message from the Apache Git Service. To respond to

[GitHub] [tomcat] rotty3000 commented on pull request #307: github actions

2020-06-23 Thread GitBox
rotty3000 commented on pull request #307: URL: https://github.com/apache/tomcat/pull/307#issuecomment-648392839 This could be applied to each of the key branches. This is an automated message from the Apache Git Service. To

[GitHub] [tomcat] rotty3000 opened a new pull request #307: github actions

2020-06-23 Thread GitBox
rotty3000 opened a new pull request #307: URL: https://github.com/apache/tomcat/pull/307 Run github actions on branch pushes and PRs Signed-off-by: Raymond Augé This is an automated message from the Apache Git

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
On Tue, Jun 23, 2020 at 3:45 PM Filip Hanik wrote: >> >>> cd res/maven >>> >> ant -f mvn-pub.xml generic-install >>> >> >> I also ran this in the HEAD 9.0.x branch before your change (919183b438e1a2f0004082c69e34accc0c3e2f16) without error. - Ray > I usually run >> >> ant clean deploy embed

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
On Tue, Jun 23, 2020 at 3:57 PM Raymond Auge wrote: > > > On Tue, Jun 23, 2020 at 3:45 PM Filip Hanik wrote: > >> >> On 6/23/20 12:38 PM, Raymond Auge wrote: >> >> `ant test` transitively invokes `deploy` target which builds the >> artifacts. >> >> You'll want to run the following commands that

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
On Tue, Jun 23, 2020 at 3:45 PM Filip Hanik wrote: > > On 6/23/20 12:38 PM, Raymond Auge wrote: > > `ant test` transitively invokes `deploy` target which builds the artifacts. > > You'll want to run the following commands that are currently failing for me > > ant clean > ant > ant test-compile >

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Filip Hanik
On 6/23/20 12:38 PM, Raymond Auge wrote: `ant test` transitively invokes `deploy` target which builds the artifacts. You'll want to run the following commands that are currently failing for me ant clean ant ant test-compile ant embed cd res/maven ant -f mvn-pub.xml generic-install Is that

[CONF] Apache Tomcat > Servlet TCK 5.0

2020-06-23 Thread Remy Maucherat (Confluence)
Title: Message Title There's 1 new comment on this page   Servlet TCK 5.0 Remy Maucherat

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
`ant test` transitively invokes `deploy` target which builds the artifacts. - Ray On Tue, Jun 23, 2020 at 3:21 PM Filip Hanik wrote: > > > > > *From:* Raymond Auge > *Sent:* Tuesday, June 23, 2020 12:17 PM > *To:* Tomcat Developers List > *Subject:* Re: [tomcat] branch 9.0.x updated: Fixes

RE: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Filip Hanik
From: Raymond Auge Sent: Tuesday, June 23, 2020 12:17 PM To: Tomcat Developers List Subject: Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error k, so travis config is borked.. I should add github actions. I don’t think Travis tests artifact generation - Ray On Tue, Jun 23, 2020

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
k, so travis config is borked.. I should add github actions. - Ray On Tue, Jun 23, 2020 at 3:13 PM Raymond Auge wrote: > > > On Tue, Jun 23, 2020 at 3:09 PM Raymond Auge > wrote: > >> Also, at the root of 9.0.x I hard coded the value of: >> > > of course I meant HEAD

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
On Tue, Jun 23, 2020 at 3:09 PM Raymond Auge wrote: > Also, at the root of 9.0.x I hard coded the value of: > of course I meant HEAD (caed3194b48ccbbac0572417b0e60807683a8690) I'm not sure what you're missing. But it builds in CI does it not? - Ray > > Bundle-Version:

RE: [tomcat] branch 9.0.x updated: Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks

2020-06-23 Thread Filip Hanik
Using outlook client, let's see if inline is working. -Original Message- From: Konstantin Kolinko Sent: Tuesday, June 23, 2020 11:36 AM To: Tomcat Developers List Subject: Re: [tomcat] branch 9.0.x updated: Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks вт, 23

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
Also, at the root of 9.0.x I hard coded the value of: Bundle-Version: ${version_cleanup;9.0.0-native-image-dev} and the result was no error and bundles have: Bundle-Version: 9.0.0.native-image-dev - Ray On Tue, Jun 23, 2020 at 3:02 PM Raymond Auge wrote: > See

RE: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Filip Hanik
From: Raymond Auge Sent: Tuesday, June 23, 2020 11:58 AM To: Tomcat Developers List Subject: Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error This is not a good fix. This is the same problem we had before with incompatible version syntax in OSGi - Ray Hi Ray, I can’t even

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
See https://bz.apache.org/bugzilla/show_bug.cgi?id=64498 On Tue, Jun 23, 2020 at 2:57 PM Raymond Auge wrote: > This is not a good fix. This is the same problem we had before with > incompatible version syntax in OSGi. > > - Ray > > On Tue, Jun 23, 2020 at 2:54 PM wrote: > >> This is an

Re: [tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread Raymond Auge
This is not a good fix. This is the same problem we had before with incompatible version syntax in OSGi. - Ray On Tue, Jun 23, 2020 at 2:54 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > fhanik pushed a commit to branch 9.0.x > in repository

[tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new caed319 Fixes OSGI bundling error caed319 is

Re: [tomcat] branch 9.0.x updated: Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks

2020-06-23 Thread Konstantin Kolinko
вт, 23 июн. 2020 г. в 21:12, : > > This is an automated email from the ASF dual-hosted git repository. > > fhanik pushed a commit to branch 9.0.x > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/9.0.x by this push: > new

[tomcat] branch 9.0.x updated: Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks

2020-06-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 919183b Make `ant -f mvn-pub.xml

Re: smoke tests for the runtime

2020-06-23 Thread Raymond Auge
On Tue, Jun 23, 2020 at 10:54 AM Mark Thomas wrote: > On 23/06/2020 14:04, Raymond Auge wrote: > > Hey all, > > > > Is there a set of tests that run against a real tomcat runtime anywhere > > in the project already? I haven't found any and I'd like to put > > something together that would run

[Bug 64541] Parsing of mbeans-descriptor.xml files throw errors on server startup

2020-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64541 --- Comment #10 from Christopher Schultz --- Modifying our existing (copy of) DTD is definitely an option. None of the J*EE DTDs are parsable without entity-expansion, either, though. I haven't pulled-down the entire tree of schemas recently,

Re: smoke tests for the runtime

2020-06-23 Thread Mark Thomas
On 23/06/2020 14:04, Raymond Auge wrote: > Hey all, > > Is there a set of tests that run against a real tomcat runtime anywhere > in the project already? I haven't found any and I'd like to put > something together that would run against base configurations of Tomcat > running in JPMS and OSGi

Re: [tomcat] branch master updated: Fix IDE nags

2020-06-23 Thread Mark Thomas
On 23/06/2020 14:02, Rémy Maucherat wrote: > Thanks, I always mess up that one ... No problem. I only notice it because my IDE nags me. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

[Bug 64550] New: create a project module to launch Tomcat in JPMS

2020-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64550 Bug ID: 64550 Summary: create a project module to launch Tomcat in JPMS Product: Tomcat 10 Version: unspecified Hardware: All OS: All Status: NEW

[Bug 64549] New: create a project module to launch Tomcat in OSGi

2020-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64549 Bug ID: 64549 Summary: create a project module to launch Tomcat in OSGi Product: Tomcat 10 Version: unspecified Hardware: All OS: All Status: NEW

[Bug 64548] New: generate JPMS metadata

2020-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64548 Bug ID: 64548 Summary: generate JPMS metadata Product: Tomcat 10 Version: unspecified Hardware: All OS: All Status: NEW Severity: normal

[Bug 64544] add built libs to the bnd classpath for introspection

2020-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64544 rotty3000 changed: What|Removed |Added OS|Linux |All Hardware|PC

smoke tests for the runtime

2020-06-23 Thread Raymond Auge
Hey all, Is there a set of tests that run against a real tomcat runtime anywhere in the project already? I haven't found any and I'd like to put something together that would run against base configurations of Tomcat running in JPMS and OSGi modes. -- *Raymond Augé*

Re: [tomcat] branch master updated: Fix IDE nags

2020-06-23 Thread Rémy Maucherat
On Tue, Jun 23, 2020 at 1:08 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/master by this push: >

[tomcat] branch master updated: Remove unused deprecated classes

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 88e06fc Remove unused deprecated classes 88e06fc

[tomcat] 03/05: Do the code generation tooling for context.xml files

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 1d10b19c7ced08d6f81e8c93a67d321a1307c47f Author: remm AuthorDate: Mon Jun 22 17:20:24 2020 +0200 Do the code

[tomcat] 04/05: Various improvements to code generation

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 0306b6b0eda5d8225c725af932af441d0299f40e Author: remm AuthorDate: Tue Jun 23 12:02:48 2020 +0200 Various improvements

[tomcat] 01/05: Add a code generator for server.xml by taking advantage of the digester

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 55ef30d459f859d92a562eed9bd1b7d080a510b4 Author: remm AuthorDate: Thu Jun 18 15:07:39 2020 +0200 Add a code generator

[tomcat] branch 9.0.x updated (e358d0d -> 05ba3d4)

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from e358d0d Tab police new 55ef30d Add a code generator for server.xml by taking advantage of the digester new

[tomcat] 02/05: Drop from merge

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 93a7a3bbc94c8afc56c7ea65fce17f2ac7c6c038 Author: remm AuthorDate: Tue Jun 23 13:28:50 2020 +0200 Drop from merge ---

[tomcat] 05/05: Fix IDE nags

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 05ba3d4d1ca6261ec12967b1010d34ba7adc6ccb Author: Mark Thomas AuthorDate: Tue Jun 23 12:08:20 2020 +0100 Fix IDE nags

Re: [tomcat] branch master updated: Various improvements to code generation

2020-06-23 Thread Rémy Maucherat
On Tue, Jun 23, 2020 at 12:03 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > remm pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/master by this push: >

[tomcat] branch master updated: Fix IDE nags

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 8e86977 Fix IDE nags 8e86977 is described below

[tomcat] branch 9.0.x updated: Tab police

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new e358d0d Tab police e358d0d is described below

[tomcat] branch master updated: Tab police

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 584fed1 Tab police 584fed1 is described below

[tomcat] 02/02: Fix BZ 64540 - add specification specific metadata

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 12b0ce4e1c75fc1cb8a4f2bafbc9b5f467bdb390 Author: Raymond Augé AuthorDate: Fri Jun 19 11:52:40 2020 -0400 Fix BZ

[tomcat] 01/02: Fix BZ 64540 - switch from bndwrap task to bnd task, begin generating a better manifest and make sure the resulting jar contents are correct.

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 393c022c87e5cbebf1b96c3e1e7aa3b2ab4d5b74 Author: Raymond Augé AuthorDate: Fri Jun 19 09:32:56 2020 -0400 Fix BZ

[tomcat] branch master updated (fd431c2 -> c77cf50)

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from fd431c2 Various improvements to code generation new 74e5876 Fix BZ 64540 - switch from bndwrap task to bnd

[GitHub] [tomcat] markt-asf merged pull request #305: Fix bz64540

2020-06-23 Thread GitBox
markt-asf merged pull request #305: URL: https://github.com/apache/tomcat/pull/305 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tomcat] markt-asf merged pull request #306: Fix bz64540 9.0.x

2020-06-23 Thread GitBox
markt-asf merged pull request #306: URL: https://github.com/apache/tomcat/pull/306 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[tomcat] 02/02: Fix BZ 64540 - add specification specific metadata

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c77cf5075691f3897cefcafb3b39bfb1a94b1d88 Author: Raymond Augé AuthorDate: Fri Jun 19 11:05:57 2020 -0400 Fix BZ

[tomcat] 01/02: Fix BZ 64540 - switch from bndwrap task to bnd task, begin generating a better manifest and make sure the resulting jar contents are correct.

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 74e58767a7b1798dd43b519f7d576fda2803 Author: Raymond Augé AuthorDate: Fri Jun 19 09:32:56 2020 -0400 Fix BZ

[tomcat] branch 9.0.x updated (986e457 -> 12b0ce4)

2020-06-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 986e457 Fix BZ 64532 - update to bnd 5.1.1 new 393c022 Fix BZ 64540 - switch from bndwrap task to bnd task,

[Bug 64540] switch from bndwrap task to bnd task

2020-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64540 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch master updated: Various improvements to code generation

2020-06-23 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new fd431c2 Various improvements to code generation

Re: JDK 15 is in Rampdown Phase One

2020-06-23 Thread Rory O'Donnell
Thanks again Martin! On 23/06/2020 06:47, Martin Grigorov wrote: Hi Rory, I've built Tomcat 9.0.x and ran its tests with JDK 15 b28 on both x86_64 and aarch64. No issues found! Regards, Martin On Mon, Jun 22, 2020 at 7:25 PM Rory O'Donnell mailto:rory.odonn...@oracle.com>> wrote: