https://bz.apache.org/bugzilla/show_bug.cgi?id=63362
--- Comment #10 from ryooda <522...@belgianairways.com> ---
https://ptitjardin.ouvaton.org/?gogoanime-free-anime-streaming-website
https://mouvement.peuple-et-culture.org/?is-gogoanime-safe-a-guide-for-anime-lovers
https://projets.colibris-la
https://bz.apache.org/bugzilla/show_bug.cgi?id=63362
--- Comment #9 from ryooda <522...@belgianairways.com> ---
https://colibris-wiki.org/wikilibre/?gogoanime-best-site-to-watch-dubbed-anime-online
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=69207
Chuck Caldarale changed:
What|Removed |Added
Resolution|--- |INVALID
OS|
https://bz.apache.org/bugzilla/show_bug.cgi?id=69207
Bug ID: 69207
Summary: https://thepixellabmodapk.com/insurance/
Product: Tomcat Native
Version: 2.0.5
Hardware: All
Status: NEW
Severity: normal
Priority: P2
ChristopherSchultz closed pull request #737: Fix problem with concurrent access
to different ConnectionPool instances
URL: https://github.com/apache/tomcat/pull/737
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ChristopherSchultz commented on PR #737:
URL: https://github.com/apache/tomcat/pull/737#issuecomment-2237137467
There isn't much here that isn't Virtual Thread friendly.
VTs will indeed be pinned while running a synchronized block (at least in
today's JVMs), but these blocks are short
On 2024/07/18 12:41:22 Rainer Jung wrote:
> Am 18.07.24 um 14:15 schrieb Michael Osipov:
> > On 2024/07/17 15:33:02 Mark Thomas wrote:
> >> All,
> >>
> >> I've spent some time today trying to build Tomcat Native with Visual
> >> Studio 2022 rather then the current, more involved process without suc
Am 18.07.24 um 16:59 schrieb Rémy Maucherat:
On Thu, Jul 18, 2024 at 2:41 PM Rainer Jung wrote:
Am 18.07.24 um 14:15 schrieb Michael Osipov:
On 2024/07/17 15:33:02 Mark Thomas wrote:
All,
I've spent some time today trying to build Tomcat Native with Visual
Studio 2022 rather then the curren
https://bz.apache.org/bugzilla/show_bug.cgi?id=69206
--- Comment #1 from Michael Clarke ---
Proposed fix: https://github.com/apache/tomcat/pull/742
--
You are receiving this mail because:
You are the assignee for the bug.
-
To
https://bz.apache.org/bugzilla/show_bug.cgi?id=69206
Bug ID: 69206
Summary: jdbc-pool is not returning the proxied Statement from
a ResultSet
Product: Tomcat Modules
Version: unspecified
Hardware: All
OS: Al
https://bz.apache.org/bugzilla/show_bug.cgi?id=69182
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Mark Thomas
On Thu, Jul 18, 2024 at 2:41 PM Rainer Jung wrote:
>
> Am 18.07.24 um 14:15 schrieb Michael Osipov:
> > On 2024/07/17 15:33:02 Mark Thomas wrote:
> >> All,
> >>
> >> I've spent some time today trying to build Tomcat Native with Visual
> >> Studio 2022 rather then the current, more involved process
markt-asf commented on PR #54:
URL:
https://github.com/apache/tomcat-jakartaee-migration/pull/54#issuecomment-2236760666
The size of the `org.eclipse.osgi` JAR is a concern. At 1.5MB it would more
than double the size of the migration JAR and increase Tomcat's footprint by
10-15%. I think
On 18/07/2024 11:00, Mark Thomas wrote:
The Apache Tomcat Native 1.3.1 release is
[X] Stable, go ahead and release
[ ] Broken because of ...
Tests was for the APR connector on 9.0.x with the non-OCSP Windows binary.
Mark
---
On 18/07/2024 12:27, Konstantin Kolinko wrote:
чт, 18 июл. 2024 г. в 11:42, :
@@ -287,6 +312,28 @@ public final class Library {
return initialize();
}
+
+public static boolean tryCleanUpLock(long cleanupGeneration) {
+try {
+boolean result = cleanUpLo
Am 18.07.24 um 14:15 schrieb Michael Osipov:
On 2024/07/17 15:33:02 Mark Thomas wrote:
All,
I've spent some time today trying to build Tomcat Native with Visual
Studio 2022 rather then the current, more involved process without success.
Therefore, my short-term plan for Tomcat Native is to get
On 18/07/2024 13:15, Michael Osipov wrote:
On 2024/07/17 15:33:02 Mark Thomas wrote:
All,
I've spent some time today trying to build Tomcat Native with Visual
Studio 2022 rather then the current, more involved process without success.
Therefore, my short-term plan for Tomcat Native is to get t
On 2024/07/17 15:33:02 Mark Thomas wrote:
> All,
>
> I've spent some time today trying to build Tomcat Native with Visual
> Studio 2022 rather then the current, more involved process without success.
>
> Therefore, my short-term plan for Tomcat Native is to get the next 2.0.x
> and 1.3.x releas
On Thu, Jul 18, 2024 at 12:00 PM Mark Thomas wrote:
>
> The key differences compared to 1.3.0 are:
>
> - Fix a crash on Windows when SSLContext.setCACertificate() is invoked
>with a null value for caCertificateFile and a non-null value for
>caCertificatePath
> - The windows binaries in thi
чт, 18 июл. 2024 г. в 11:42, :
>
> This is an automated email from the ASF dual-hosted git repository.
>
> markt pushed a commit to branch 1.3.x
> in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
>
>
> The following commit(s) were added to refs/heads/1.3.x by this push:
> ne
The key differences compared to 1.3.0 are:
- Fix a crash on Windows when SSLContext.setCACertificate() is invoked
with a null value for caCertificateFile and a non-null value for
caCertificatePath
- The windows binaries in this release have been built with OpenSSL
3.0.14 and APR 1.7.4
The
pizzi80 commented on PR #737:
URL: https://github.com/apache/tomcat/pull/737#issuecomment-2236111941
It would be nice to replace all these synchronized methods/blocks
with a real Lock to be more VirtualThread friendly.
https://stackoverflow.com/questions/76618264/synchronize-block
Author: markt
Date: Thu Jul 18 09:51:49 2024
New Revision: 70402
Log:
Upload Tomcat Native 1.3.1 for voting
Added:
dev/tomcat/tomcat-connectors/native/1.3.1/
dev/tomcat/tomcat-connectors/native/1.3.1/binaries/
dev/tomcat/tomcat-connectors/native/1.3.1/binaries/tomcat-native-1.3.1-ope
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 57f5eb312d2dfa106fd61cf55e2237e0fe68536b
Author: Mark Thomas
AuthorDate: Thu Jul 18 10:37:38 2024 +0100
Fix au
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit c5aa5c4fd0014be2b017bf9db34db23b4d6bab25
Author: Rainer Jung
AuthorDate: Sun Jun 18 14:01:34 2023 +0200
Make n
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 5f1d4ee3fe3bb31481c1f953376dbc144246b4e3
Author: Rainer Jung
AuthorDate: Sun Jun 18 14:54:47 2023 +0200
Remove
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit d071b416dc4432f91643a77b3d46a3f3d92da85a
Author: Rainer Jung
AuthorDate: Sun Jun 18 13:55:54 2023 +0200
Fix in
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 0bebc0c777fccfd7d632d5803cf9ab6695a9379c
Author: Rainer Jung
AuthorDate: Sun Jun 18 14:00:55 2023 +0200
Add a
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 32397de1f1546c6eb59dab75ca4fe05d4998fd17
Author: Rainer Jung
AuthorDate: Sun Jun 18 13:51:55 2023 +0200
Update
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 2f084af54067b158ae1dea7a97fd5b2c564d6eee
Author: Rainer Jung
AuthorDate: Sun Jun 18 13:57:57 2023 +0200
Rename
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit dbe3f14c38ad80394587c52a54bc7a13900dd90b
Author: Rainer Jung
AuthorDate: Sun Jun 18 13:54:02 2023 +0200
Improv
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
from e7a32 Align with 9.0.x
new 32397de1f Update the minimum version of autoconf for releasing to 2.68.
https://bz.apache.org/bugzilla/show_bug.cgi?id=69205
usautogear changed:
What|Removed |Added
URL||https://usautogear.com/
O
https://bz.apache.org/bugzilla/show_bug.cgi?id=69205
Bug ID: 69205
Summary: usautogear
Product: Tomcat 11
Version: 11.0.0-M20
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Cluster
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 1.3.1
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 0d6da8c122e88bba17bf49d0ada443311b2baab6
Author: Mark Thomas
AuthorDate: Thu Jul 18 10:11:03 2024 +0100
Tag Tomca
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to tag 1.3.1
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
at 0d6da8c12 (commit)
This tag includes the following new commits:
new 0d6da8c12 Tag Tomcat Native 1.3.1
The 1 r
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 8a166f43aa Fix warning
8a166f43aa is described below
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 17125ffb84 Fix warning
17125ffb84 is described bel
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 ebd5cae558 Fix warning
ebd5cae558 is described below
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 a6fcc8874 Increment version for next developme
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.3.x by this push:
new e7a32 Align with 9.0.x
e7a32 is desc
On 17/07/2024 20:51, Mark Thomas wrote:
The key differences of version 2.0.8 compared to 2.0.7 are:
- Fix a crash on Windows when SSLContext.setCACertificate() is invoked
with a null value for caCertificateFile and a non-null value for
caCertificatePath
- The windows binaries in this relea
On Wed, Jul 17, 2024 at 9:52 PM Mark Thomas wrote:
>
> The key differences of version 2.0.8 compared to 2.0.7 are:
>
> - Fix a crash on Windows when SSLContext.setCACertificate() is invoked
>with a null value for caCertificateFile and a non-null value for
>caCertificatePath
> - The windows
43 matches
Mail list logo