[tomcat] branch main updated: Implement clarification that setting a value of null removes the header

2023-02-14 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 86a60a13a1 Implement clarification that setting a

Re: [VOTE, slightly-off-topic] Release Apache Tomcat Native 2.0.3

2023-02-14 Thread Vasileios Mourikis
ofc: [vmouriki@localhost native]$ /usr/bin/openssl version OpenSSL 3.0.1 14 Dec 2021 (Library: OpenSSL 3.0.1 14 Dec 2021) [vmouriki@localhost native]$ ./configure --with-apr=/usr/bin/apr-2-config --with-ssl=/usr/bin --with-java-home=/usr/lib/jvm/java-17-openjdk-17.0.6.0.10-3.el9_1.x86_64 checking

[tomcat] 03/03: Update CheckStyle to 10.7.0

2023-02-14 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 commit ca3b8ce15b5c80e79a90d8ab026014a7dd6ccdbd Author: Mark Thomas AuthorDate: Tue Feb 14 12:05:25 2023 + Update

[tomcat] 01/03: Update to Tomcat Native 2.0.3

2023-02-14 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 commit 6e5a74c276b271f3ab0f17ed69d0462c7c517bf5 Author: Mark Thomas AuthorDate: Tue Feb 14 11:50:56 2023 + Update to

[tomcat] branch main updated (86a60a13a1 -> ca3b8ce15b)

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 86a60a13a1 Implement clarification that setting a value of null removes the header new 6e5a74c276 Update to Tomcat

[tomcat] 02/03: Remove references to deleted package o.a.naming.factory.webservices

2023-02-14 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 commit a32ebb7d9cb98e9a9e63ac1d4b5e91ba00cde30e Author: Mark Thomas AuthorDate: Tue Feb 14 11:54:48 2023 + Remove

[tomcat] 02/02: Update CheckStyle to 10.7.0

2023-02-14 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 commit 111fb67b0ccefe5c713c5e3b2da00d56b0978834 Author: Mark Thomas AuthorDate: Tue Feb 14 12:05:25 2023 + Update

[tomcat] 01/02: Update to Tomcat Native 2.0.3

2023-02-14 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 commit 6dcaa057ee441039370d12811e08e238933e17bb Author: Mark Thomas AuthorDate: Tue Feb 14 11:50:56 2023 + Update to

[tomcat] branch 10.1.x updated (0f9b2b39bf -> 111fb67b0c)

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 0f9b2b39bf Code clean-up (reformatting) - no functional change new 6dcaa057ee Update to Tomcat Native 2.0.3

[tomcat] branch 9.0.x updated (9055a8771a -> e1f3563016)

2023-02-14 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 9055a8771a Code clean-up (reformatting) - no functional change new fc9437f252 Update to Tomcat Native 1.2.36

[tomcat] 01/02: Update to Tomcat Native 1.2.36

2023-02-14 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 fc9437f2521b30e92079ab6e9c14ebe69b754833 Author: Mark Thomas AuthorDate: Tue Feb 14 12:14:19 2023 + Update to

[tomcat] 02/02: Update CheckStyle to 10.7.0

2023-02-14 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 e1f3563016d355d64d976c128f948340a222ce03 Author: Mark Thomas AuthorDate: Tue Feb 14 12:05:25 2023 + Update

[tomcat] branch main updated: Fix logic

2023-02-14 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 b70f10d89d Fix logic b70f10d89d is described below

[GitHub] [tomcat] markt-asf commented on pull request #586: Fixed closing serverSocket in doCloseServerSocket()

2023-02-14 Thread via GitHub
markt-asf commented on PR #586: URL: https://github.com/apache/tomcat/pull/586#issuecomment-1429675397 Thanks for the report. Fixed slightly differently (effectively the same code) to align with the existing NIO2 code. -- This is an automated message from the Apache Git Service. To

[GitHub] [tomcat] markt-asf closed pull request #586: Fixed closing serverSocket in doCloseServerSocket()

2023-02-14 Thread via GitHub
markt-asf closed pull request #586: Fixed closing serverSocket in doCloseServerSocket() URL: https://github.com/apache/tomcat/pull/586 -- 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

[GitHub] [tomcat] markt-asf commented on a diff in pull request #583: Replaced old time API

2023-02-14 Thread via GitHub
markt-asf commented on code in PR #583: URL: https://github.com/apache/tomcat/pull/583#discussion_r110573 ## java/org/apache/catalina/filters/RequestDumperFilter.java: ## @@ -56,12 +59,13 @@ public class RequestDumperFilter extends GenericFilter { private static final

[GitHub] [tomcat] markt-asf commented on pull request #582: Enabled headless build configuration

2023-02-14 Thread via GitHub
markt-asf commented on PR #582: URL: https://github.com/apache/tomcat/pull/582#issuecomment-1429706205 What problem is this PR trying to solve? -- 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] tbw777 commented on pull request #582: Enabled headless build configuration

2023-02-14 Thread via GitHub
tbw777 commented on PR #582: URL: https://github.com/apache/tomcat/pull/582#issuecomment-1429719724 no problem, just selecting less jvm api to work -- 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

Buildbot failure in on tomcat-10.1.x

2023-02-14 Thread buildbot
Build status: BUILD FAILED: Snapshot deployed to ASF Maven snapshot repository (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/663 Blamelist: Mark Thomas Build Text: Snapshot deployed to ASF Maven snapshot repository (failure) Status Detected: new failure

[GitHub] [tomcat] ChristopherSchultz commented on pull request #582: Enabled headless build configuration

2023-02-14 Thread via GitHub
ChristopherSchultz commented on PR #582: URL: https://github.com/apache/tomcat/pull/582#issuecomment-1429782733 If no code requests anything AWT-related, then the headless config of the JVM makes no difference. I see no improvement here at all, just added lines to an already complex build

[tomcat] branch main updated: Regenerate with updated jextract

2023-02-14 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 9def5c49d6 Regenerate with updated jextract

[GitHub] [tomcat] tbw777 commented on pull request #582: Enabled headless build configuration

2023-02-14 Thread via GitHub
tbw777 commented on PR #582: URL: https://github.com/apache/tomcat/pull/582#issuecomment-1429800793 Also this is guarantee that no awt components used -- 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

JDK 20 Release Candidate and Deprecation

2023-02-14 Thread David Delabassee
Welcome to the latest OpenJDK Quality Outreach update! The first Release Candidates of JDK 20 have been released [1] as per the schedule [2]. At this stage, only P1 issues will be evaluated. And with the JDK 20 General Availability sets for March 21st, it is now time to fully focus on JDK 21.

Autocommit issue with JDK 1.8, Tomcat 9.0.60, ojdbc8.jar and Oracle DB 19c (19.14.0.0)

2023-02-14 Thread Promit Banik
Hello everyone, Recently we have done an environment setup upgradation/migration as mentioned below for our application: JDK 1.7 ---> JDK 1.8 Tomcat 7.0.47 ---> Tomcat 9.0.60 (Also using Apache HTTP Server along with Apache Tomcat for new setup) ojdbc7.jar ---> ojdbc8.jar Oracle 12c (12.1.0.2.0)

Buildbot failure in on tomcat-8.5.x

2023-02-14 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/390 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 8.5.x]

[Bug 66476] org.apache.tomcat.util.net.Acceptor.run Socket accept failed java.io.IOException: Duplicate accept detected.

2023-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66476 Omkar changed: What|Removed |Added Resolution|DUPLICATE |--- Ever confirmed|1

[tomcat] branch main updated (9def5c49d6 -> 2b6061151e)

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 9def5c49d6 Regenerate with updated jextract new b3b1cd21c8 Remove redundant modifiers new 2b6061151e Expand

[GitHub] [tomcat] markt-asf commented on pull request #578: Remove redundant modifiers for interface members

2023-02-14 Thread via GitHub
markt-asf commented on PR #578: URL: https://github.com/apache/tomcat/pull/578#issuecomment-1430113794 I've applied this change via a combination of IDE tools and manual review as the CheckStyle test for redundant modifiers covers more than just interface methods. I was initially in

[tomcat] 02/02: Expand CheckStyle to include test code

2023-02-14 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 commit 2b6061151eb4c6d353d70b040391341c046305f7 Author: Mark Thomas AuthorDate: Tue Feb 14 17:21:36 2023 + Expand

[GitHub] [tomcat] markt-asf closed pull request #578: Remove redundant modifiers for interface members

2023-02-14 Thread via GitHub
markt-asf closed pull request #578: Remove redundant modifiers for interface members URL: https://github.com/apache/tomcat/pull/578 -- 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

[GitHub] [tomcat] ChristopherSchultz commented on pull request #582: Enabled headless build configuration

2023-02-14 Thread via GitHub
ChristopherSchultz commented on PR #582: URL: https://github.com/apache/tomcat/pull/582#issuecomment-1430168053 It does not guarantee that no AWT components are used. It only guarantees that anything which requires an actual screen will fail (such as trying to open a Frame, etc.). AWT is

Buildbot failure in on tomcat-11.0.x

2023-02-14 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/190 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main]

[tomcat] branch 10.1.x updated (111fb67b0c -> e5519e446b)

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 111fb67b0c Update CheckStyle to 10.7.0 new efc083c065 Expand CheckStyle to include test code new e5519e446b

[tomcat] 01/02: Expand CheckStyle to include test code

2023-02-14 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 commit efc083c065817fefd1842aa5e1b1d03a31dfb8cf Author: Mark Thomas AuthorDate: Tue Feb 14 17:21:36 2023 + Expand

[tomcat] branch 9.0.x updated (e1f3563016 -> 4ff0e72d4f)

2023-02-14 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 e1f3563016 Update CheckStyle to 10.7.0 new 8868352a17 Expand CheckStyle to include test code new 4ff0e72d4f

[tomcat] 01/02: Expand CheckStyle to include test code

2023-02-14 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 8868352a1726601c6b85a1d4e13e570b468e6fb2 Author: Mark Thomas AuthorDate: Tue Feb 14 17:21:36 2023 + Expand

[tomcat] branch 10.1.x updated: Rename to avoid Ant trying to run it as a test

2023-02-14 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 26a2708557 Rename to avoid Ant trying to run it

[tomcat] 02/02: Update CheckStyle to 10.7.0

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 0c8057da9a477390b621416fa6256ace74b3d7c7 Author: Mark Thomas AuthorDate: Tue Feb 14 12:05:25 2023 + Update

[tomcat] branch main updated: Rename to avoid Ant trying to run it as a test

2023-02-14 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 c520ffa5c4 Rename to avoid Ant trying to run it as a

[GitHub] [tomcat] markt-asf closed pull request #582: Enabled headless build configuration

2023-02-14 Thread via GitHub
markt-asf closed pull request #582: Enabled headless build configuration URL: https://github.com/apache/tomcat/pull/582 -- 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

[GitHub] [tomcat] markt-asf commented on pull request #582: Enabled headless build configuration

2023-02-14 Thread via GitHub
markt-asf commented on PR #582: URL: https://github.com/apache/tomcat/pull/582#issuecomment-1430228290 I don't see any benefit to adding these extra settings. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[tomcat] branch 9.0.x updated: Rename to avoid Ant trying to run it as a test

2023-02-14 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 0a6d57e92e Rename to avoid Ant trying to run it as

[tomcat] branch 8.5.x updated (0c8057da9a -> e627164acd)

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 0c8057da9a Update CheckStyle to 10.7.0 new 1110ab4771 Expand CheckStyle to include test code new 4c111f250f

[tomcat] 03/03: Rename to avoid Ant trying to run it as a test

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e627164acdd4aaae3056e7acdec694e477bba17a Author: Mark Thomas AuthorDate: Tue Feb 14 18:51:28 2023 + Rename to

[tomcat] 01/02: Update to Tomcat Native 1.2.36

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit baba3ec8519763bff2d33b39a53bf36f34cebbbe Author: Mark Thomas AuthorDate: Tue Feb 14 12:14:19 2023 + Update to

[tomcat] branch 8.5.x updated (c27ba30116 -> 0c8057da9a)

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from c27ba30116 Code clean-up (reformatting) - no functional change new baba3ec851 Update to Tomcat Native 1.2.36

[tomcat] 01/03: Expand CheckStyle to include test code

2023-02-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 1110ab4771a4a50746dfdaaf41dad043020ab15e Author: Mark Thomas AuthorDate: Tue Feb 14 17:21:36 2023 + Expand

[Bug 66476] org.apache.tomcat.util.net.Acceptor.run Socket accept failed java.io.IOException: Duplicate accept detected.

2023-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66476 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 65776] "Duplicate accept detected" error from a subsequent request with the same local port

2023-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65776 Mark Thomas changed: What|Removed |Added CC||patkarom...@gmail.com --- Comment #17

Buildbot failure in on tomcat-9.0.x

2023-02-14 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/452 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 9.0.x]