Re: (tomcat-native) branch 1.1.x updated: Use ERR_error_string_n instead of ERR_error_string.

2024-05-31 Thread Christopher Schultz
All, I don't think my commit broke the build. Re-winding to fe07505146b7573f36a0d01ba0d2b847af7c9914 shows that the 1.1.x build does not work on my machine. $ sh buildconf --with-apr=apr-1.7.4 (This path is correct) $ cat config.nice #! /bin/sh # # Created by configure "./configure" \ "--w

[Bug 69068] ReadListener#onError not called on read exception during async processing

2024-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69068 --- Comment #1 from Mark Thomas --- First of all, thank you very much indeed for the test case. It is extremely rare for a bug report to come with a test case that we can just drop in the IDE and (part from some tweaks so it runs in 11.0.x rath

Re: (tomcat-native) branch 1.1.x updated: Use ERR_error_string_n instead of ERR_error_string.

2024-05-31 Thread Christopher Schultz
All, Uh, oh. This may have broken the build. Investigating... -chris On 5/31/24 13:11, schu...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 1.1.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
markt-asf commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142686031 That isn't it then. I think we need someone else with Idea (or who can set it up) to test this. -- This is an automated message from the Apache Git Service. To respond to the message, pl

(tomcat-native) branch 1.1.x updated: Use ERR_error_string_n instead of ERR_error_string.

2024-05-31 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 1.1.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.1.x by this push: new 0ab6bdd39 Use ERR_error_string_n instead o

(tomcat-native) branch 1.1.x updated: Ensure local reference capacity is available for array allocations.

2024-05-31 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 1.1.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.1.x by this push: new 33b2bc8c1 Ensure local reference capacity

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142631865 22.0.1 -- 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 the specific comment. To unsub

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
markt-asf commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142625138 Hmm. Exactly which version of Java 22 are you using? -- 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

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142611198 @markt-asf Compilation errors with Java22 (compile target is 22 as well as Java 22 being used): > > /home/dsoumis/Programs/github/tomcat/java/org/apache/tomcat/util/net/openssl/pa

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
markt-asf commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142584248 I'm not an Idea user but I'd expect that code to compile using Java 22. Not much help I know but those packages aren't showing any errors in Eclipse with Java 22. What is the error

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142552727 @dsoumis I agree that it's weird, but my concern is that it would break other environments that work. Let's wait for Remy/Mark/others to chime in as they are more familiar with how thi

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142542693 @isapir It seemed weird to me, but even with Java 22 defined in Intellij the compilation didn't succeed. Maybe something else is missing as well. +1 For adding a comment in the output --

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142532017 @dsoumis It won't compile if the Java version etc. are not compatible with that code. This is not making it useless. Perhaps a better change would be to add a comment about it in the output,

(tomcat) branch 9.0.x updated: Fix typo

2024-05-31 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 d26e61bf58 Fix typo d26e61bf58 is described below

(tomcat) branch 10.1.x updated: Fix typo

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 1cc9cc8944 Fix typo 1cc9cc8944 is described below

(tomcat) branch main updated: Fix typo

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 8bf9122c96 Fix typo 8bf9122c96 is described below co

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142501404 Intellij won't compile the sources if those exclusions are not made, making the "ant ide-intellij" step useless. In case it's not the right thing to do, we should redefine the support for

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142442782 These lines were commented out on purpose, so that they are available if you need them but not enabled by default. I am not sure that uncommenting them is the right thing to do. The fi

(tomcat) branch 9.0.x updated: Version updates for Objenesis, Checkstyle and SpotBugs

2024-05-31 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 47b7f1e38d Version updates for Objenesis, Checkstyl

(tomcat) branch 10.1.x updated: Version updates for Objenesis, Checkstyle and SpotBugs

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 55d7802cef Version updates for Objenesis, Checkst

[PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis opened a new pull request, #731: URL: https://github.com/apache/tomcat/pull/731 (no comment) -- 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 the specific comment. To unsubscribe, e-mail:

Re: [PR] Support jar resources in bloom filter [tomcat]

2024-05-31 Thread via GitHub
jengebr commented on PR #730: URL: https://github.com/apache/tomcat/pull/730#issuecomment-2142005988 Can you please add a unit test to demonstrate the problem? I don't fully understand the issue. Also, this implementation comes with a performance penalty when accessing any resource,

(tomcat) branch main updated: Version updates for Objenesis, Checkstyle and SpotBugs

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 2976648811 Version updates for Objenesis, Checkstyle

(tomcat-native) branch main updated: Update Tomcat Native docs for 2.0.7 release

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/main by this push: new ace75cdce Update Tomcat Native docs for 2.0.7

svn commit: r1918074 - /tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html

2024-05-31 Thread markt
Author: markt Date: Fri May 31 11:44:17 2024 New Revision: 1918074 URL: http://svn.apache.org/viewvc?rev=1918074&view=rev Log: Remove 2.0.8 changelog entries Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/cha

svn commit: r1918073 - in /tomcat/site/trunk/docs/native-doc: images/asf-feather.png images/asf-logo.svg index.html miscellaneous/changelog.html miscellaneous/tls-renegotiation.html news/2022.html new

2024-05-31 Thread markt
Author: markt Date: Fri May 31 11:37:40 2024 New Revision: 1918073 URL: http://svn.apache.org/viewvc?rev=1918073&view=rev Log: Update native docs for 2.0.7 release Added: tomcat/site/trunk/docs/native-doc/images/asf-logo.svg tomcat/site/trunk/docs/native-doc/news/2024.html Removed: to

(tomcat) branch 9.0.x updated: chore: fix some misaligned whitespace in web.xml

2024-05-31 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 97e14d6ad0 chore: fix some misaligned whitespace in

(tomcat) branch 10.1.x updated: chore: fix some misaligned whitespace in web.xml

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 52b37d2ee6 chore: fix some misaligned whitespace

(tomcat) branch main updated: chore: fix some misaligned whitespace in web.xml

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new cfc555a46e chore: fix some misaligned whitespace in w

Re: [PR] chore: fix some misaligned whitespace in web.xml [tomcat]

2024-05-31 Thread via GitHub
markt-asf merged PR #727: URL: https://github.com/apache/tomcat/pull/727 -- 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 the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

(tomcat) branch 9.0.x updated: Update change log

2024-05-31 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 247266bbcc Update change log 247266bbcc is describe

Re: [PR] Update recommended Tomcat native version to 1.3.0 [tomcat]

2024-05-31 Thread via GitHub
markt-asf merged PR #728: URL: https://github.com/apache/tomcat/pull/728 -- 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 the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

(tomcat) branch 9.0.x updated: Update recommended Tomcat native version to 1.3.0

2024-05-31 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 9e50f634a6 Update recommended Tomcat native version

(tomcat) branch 10.1.x updated: Remove redundancy in BUILDING.txt

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new ca38837830 Remove redundancy in BUILDING.txt ca38

(tomcat) branch main updated: Remove redundancy in BUILDING.txt

2024-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 1d4013d9aa Remove redundancy in BUILDING.txt 1d4013d9

Re: [PR] Remove redundancy in BUILDING.txt [tomcat]

2024-05-31 Thread via GitHub
markt-asf merged PR #729: URL: https://github.com/apache/tomcat/pull/729 -- 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 the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

[PR] Remove redundancy in BUILDING.txt [tomcat]

2024-05-31 Thread via GitHub
dsoumis opened a new pull request, #729: URL: https://github.com/apache/tomcat/pull/729 (no comment) -- 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 the specific comment. To unsubscribe, e-mail:

(tomcat) branch main updated: Drop unused methods

2024-05-31 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new dbe32b9ddd Drop unused methods dbe32b9ddd is described

(tomcat) branch 9.0.x updated: Deprecate unused methods

2024-05-31 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 2da61eddfd Deprecate unused methods 2da61eddfd is de

(tomcat) branch 10.1.x updated: Deprecate unused methods

2024-05-31 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new b082a824d1 Deprecate unused methods b082a824d1 is

(tomcat) branch main updated: Deprecate unused methods

2024-05-31 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new a3f9f46319 Deprecate unused methods a3f9f46319 is desc