Accepting request 965688 from Java:packages
9.4.46.v20220328 OBS-URL: https://build.opensuse.org/request/show/965688 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jetty-minimal?expand=0&rev=14
This commit is contained in:
commit
25c5afb386
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 14:13:33 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 9.4.46.v20220328
|
||||
* Changes
|
||||
+ Option --write-module-graph produces wrong .dot file
|
||||
+ ArrayTrie getBest fails to match the empty string entry in
|
||||
certain cases
|
||||
+ Interrupt flag is not always cleared in between requests
|
||||
+ Gzip compression not working for multipart/form-data when
|
||||
added to the allowed list using addIncludedMimeTypes.
|
||||
+ Miconfigured headerCacheSize in can result in
|
||||
IllegalArgumentException
|
||||
+ HttpServletResponse.encodeURL not working for URLs starting
|
||||
with ../
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 15:49:28 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
|
||||
%global base_name jetty
|
||||
%global addver .v20210629
|
||||
%global addver .v20220328
|
||||
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
||||
Name: %{base_name}-minimal
|
||||
Version: 9.4.43
|
||||
Version: 9.4.46
|
||||
Release: 0
|
||||
Summary: Java Webserver and Servlet Container
|
||||
License: Apache-2.0 OR EPL-1.0
|
||||
@ -276,6 +276,8 @@ Group: Productivity/Networking/Web/Servers
|
||||
find . -name "*.?ar" -exec rm {} \;
|
||||
find . -name "*.class" -exec rm {} \;
|
||||
|
||||
%pom_remove_dep :::import
|
||||
|
||||
# Plugins irrelevant or harmful to building the package
|
||||
%pom_remove_plugin -r :maven-checkstyle-plugin
|
||||
%pom_remove_plugin -r :maven-enforcer-plugin
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 14:13:33 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 9.4.46.v20220328
|
||||
* Changes
|
||||
+ Option --write-module-graph produces wrong .dot file
|
||||
+ ArrayTrie getBest fails to match the empty string entry in
|
||||
certain cases
|
||||
+ Interrupt flag is not always cleared in between requests
|
||||
+ Gzip compression not working for multipart/form-data when
|
||||
added to the allowed list using addIncludedMimeTypes.
|
||||
+ Miconfigured headerCacheSize in can result in
|
||||
IllegalArgumentException
|
||||
+ HttpServletResponse.encodeURL not working for URLs starting
|
||||
with ../
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 15:49:28 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
|
||||
%global base_name jetty
|
||||
%global addver .v20210629
|
||||
%global addver .v20220328
|
||||
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
||||
Name: %{base_name}-unixsocket
|
||||
Version: 9.4.43
|
||||
Version: 9.4.46
|
||||
Release: 0
|
||||
Summary: The unixsocket modules for Jetty
|
||||
License: Apache-2.0 OR EPL-1.0
|
||||
@ -65,6 +65,8 @@ Summary: Javadoc for %{name}
|
||||
find . -name "*.?ar" -exec rm {} \;
|
||||
find . -name "*.class" -exec rm {} \;
|
||||
|
||||
%pom_remove_dep :::import
|
||||
|
||||
# Plugins irrelevant or harmful to building the package
|
||||
%pom_remove_plugin -r :maven-checkstyle-plugin
|
||||
%pom_remove_plugin -r :maven-enforcer-plugin
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 14:13:33 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 9.4.46.v20220328
|
||||
* Changes
|
||||
+ Option --write-module-graph produces wrong .dot file
|
||||
+ ArrayTrie getBest fails to match the empty string entry in
|
||||
certain cases
|
||||
+ Interrupt flag is not always cleared in between requests
|
||||
+ Gzip compression not working for multipart/form-data when
|
||||
added to the allowed list using addIncludedMimeTypes.
|
||||
+ Miconfigured headerCacheSize in can result in
|
||||
IllegalArgumentException
|
||||
+ HttpServletResponse.encodeURL not working for URLs starting
|
||||
with ../
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 15:49:28 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
|
||||
%global base_name jetty
|
||||
%global addver .v20210629
|
||||
%global addver .v20220328
|
||||
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
||||
Name: %{base_name}-websocket
|
||||
Version: 9.4.43
|
||||
Version: 9.4.46
|
||||
Release: 0
|
||||
Summary: The websocket modules for Jetty
|
||||
License: Apache-2.0 OR EPL-1.0
|
||||
@ -118,6 +118,8 @@ Summary: Javadoc for %{name}
|
||||
find . -name "*.?ar" -exec rm {} \;
|
||||
find . -name "*.class" -exec rm {} \;
|
||||
|
||||
%pom_remove_dep :::import
|
||||
|
||||
# Plugins irrelevant or harmful to building the package
|
||||
%pom_remove_plugin -r :maven-checkstyle-plugin
|
||||
%pom_remove_plugin -r :maven-enforcer-plugin
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc9ec605947b5cd0c4038a4e85b321408fd6992f99bda920cdf98d67d4a1e086
|
||||
size 19275305
|
3
jetty.project-jetty-9.4.46.v20220328.tar.gz
Normal file
3
jetty.project-jetty-9.4.46.v20220328.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:835199f75dc4f11844441445dd7ce877e5d62d0bcdc9741adcd8075674dad7fb
|
||||
size 19312390
|
Loading…
Reference in New Issue
Block a user