On Fri, Apr 14, 2023 at 10:08 PM Christopher Schultz
wrote:
>
> The proposed Apache Tomcat 10.1.8 release is now available for
> voting.
>
> The notable changes compared to 10.1.7 are:
>
> - Reduce the default value of maxParameterCount from 10,000 to 1,000.
>
> - Correct a regression in the fix f
On 16/04/2023 18:59, Mark Thomas wrote:
On 14/04/2023 21:38, Christopher Schultz wrote:
The proposed 8.5.88 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 8.5.88 (stable)
Build is reproducible on Windows x64 but not Linux x64.
Unit tests pass on Linux x64, Windo
On Fri, Apr 14, 2023 at 10:38 PM Christopher Schultz
wrote:
>
> The proposed Apache Tomcat 8.5.88 release is now available for voting.
>
> The notable changes compared to 8.5.87 are:
>
> - Reduce the default value of maxParameterCount from 10,000 to 1,000.
>
> - Correct a regression in the fix for
Am 14.04.23 um 22:38 schrieb Christopher Schultz:
The proposed Apache Tomcat 8.5.88 release is now available for voting.
The notable changes compared to 8.5.87 are:
- Reduce the default value of maxParameterCount from 10,000 to 1,000.
- Correct a regression in the fix for bug 66442 that meant
hungvietnguyen opened a new issue, #46:
URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46
### Context
I'm investigating https://youtrack.jetbrains.com/issue/KT-57767 where the
build fails when reading
[tomcat-embed-core-10.1.7-jakartaee.jar](https://github.com/a
markt-asf commented on issue #46:
URL:
https://github.com/apache/tomcat-jakartaee-migration/issues/46#issuecomment-1511753986
Tomcat 10.1.x already uses the Jakarta EE APIs so there is no need to run a
conversion tool on this JAR.
--
This is an automated message from the Apache Git Servi
markt-asf closed issue #46: "java.util.zip.ZipException: invalid CEN header
(bad signature)" when opening migrated jar with `java.util.zip.ZipFile`
URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46
--
This is an automated message from the Apache Git Service.
To respond to th
ebourg commented on issue #46:
URL:
https://github.com/apache/tomcat-jakartaee-migration/issues/46#issuecomment-1511773166
I have been able to reproduce the issue. Even if Tomcat 10.1 doesn't need to
be migrated the use of a zip64 entry is questionable. The same issue could
affect another
ebourg commented on issue #46:
URL:
https://github.com/apache/tomcat-jakartaee-migration/issues/46#issuecomment-1511775702
I tried disabling the zip64 mode and the migration fails with:
```
Exception in thread "main"
org.apache.tomcat.jakartaee.commons.compress.archivers.zip.Zip64
markt-asf merged PR #42:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/42
--
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.
markt-asf closed issue #39: Fix (remove) "javax.servlet.*" package version when
processing the MANIFEST.MF
URL: https://github.com/apache/tomcat-jakartaee-migration/issues/39
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new df6501d Set jakarta.servlet.* ve
markt-asf commented on PR #42:
URL:
https://github.com/apache/tomcat-jakartaee-migration/pull/42#issuecomment-1511962978
Thanks for the PR. I think there is probably more to do here (EL, WebSocket,
etc) and possible some debate to be had regarding exactly which version numbers
to use in th
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new f8e793a Fix compilation issue
f8
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new b0fb17b Update change log
b0fb17
markt-asf merged PR #38:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/38
--
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.
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new b698c2b Allow to match excludes
On Thu, Apr 13, 2023 at 4:43 AM Rémy Maucherat wrote:
>
> The proposed 9.0.74 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.74
>
>
>
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new 621234f Update change log
621234
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new 4056f47 Add matchExcludesAgainst
ebourg commented on PR #42:
URL:
https://github.com/apache/tomcat-jakartaee-migration/pull/42#issuecomment-1511994026
Changing the range to an arbitrary value is a bit odd. What about dropping
the range completely?
--
This is an automated message from the Apache Git Service.
To respond t
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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new 2b78627 Update dependencies
2b78
markt-asf commented on PR #42:
URL:
https://github.com/apache/tomcat-jakartaee-migration/pull/42#issuecomment-1512004122
Please open a new issue to discuss options.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
Mark,
On 4/17/23 05:07, Mark Thomas wrote:
On 16/04/2023 18:59, Mark Thomas wrote:
On 14/04/2023 21:38, Christopher Schultz wrote:
The proposed 8.5.88 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 8.5.88 (stable)
Build is reproducible on Windows x64 but not Li
https://bz.apache.org/bugzilla/show_bug.cgi?id=66567
Bug ID: 66567
Summary: java.lang.IllegalArgumentException: URI is not
absolute - Feature change or Regression ?
Product: Tomcat 9
Version: 9.0.73
Hardware: All
25 matches
Mail list logo