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
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
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
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
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
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
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
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
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
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
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
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
--
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,
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
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
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
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
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
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
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
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:
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
41 matches
Mail list logo