Accepting request 926144 from Java:packages
make import of package sun.misc optional OBS-URL: https://build.opensuse.org/request/show/926144 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jetty-minimal?expand=0&rev=12
This commit is contained in:
commit
8398687178
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 07:13:12 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Make importing of package sun.misc optional since not all jdk
|
||||||
|
versions export it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 19 10:13:02 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
Mon Jul 19 10:13:02 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -293,6 +293,9 @@ find . -name "*.class" -exec rm {} \;
|
|||||||
|
|
||||||
%pom_disable_module aggregates/jetty-all
|
%pom_disable_module aggregates/jetty-all
|
||||||
|
|
||||||
|
%pom_xpath_inject "pom:configuration/pom:instructions" \
|
||||||
|
"<Import-Package>sun.misc;resolution:=optional,com.sun.nio.file;resolution:=optional,*</Import-Package>"
|
||||||
|
|
||||||
%pom_remove_dep "com.sun.net.httpserver:http" jetty-http-spi
|
%pom_remove_dep "com.sun.net.httpserver:http" jetty-http-spi
|
||||||
|
|
||||||
%pom_change_dep -r org.mortbay.jasper:apache-jsp org.apache.tomcat:tomcat-jasper
|
%pom_change_dep -r org.mortbay.jasper:apache-jsp org.apache.tomcat:tomcat-jasper
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 07:13:12 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Make importing of package sun.misc optional since not all jdk
|
||||||
|
versions export it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 19 10:11:08 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
Mon Jul 19 10:11:08 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -82,6 +82,9 @@ find . -name "*.class" -exec rm {} \;
|
|||||||
|
|
||||||
%pom_disable_module aggregates/jetty-all
|
%pom_disable_module aggregates/jetty-all
|
||||||
|
|
||||||
|
%pom_xpath_inject "pom:configuration/pom:instructions" \
|
||||||
|
"<Import-Package>sun.misc;resolution:=optional,com.sun.nio.file;resolution:=optional,*</Import-Package>"
|
||||||
|
|
||||||
%pom_remove_dep "com.sun.net.httpserver:http" jetty-http-spi
|
%pom_remove_dep "com.sun.net.httpserver:http" jetty-http-spi
|
||||||
|
|
||||||
%pom_change_dep -r org.mortbay.jasper:apache-jsp org.apache.tomcat:tomcat-jasper
|
%pom_change_dep -r org.mortbay.jasper:apache-jsp org.apache.tomcat:tomcat-jasper
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 07:13:12 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Make importing of package sun.misc optional since not all jdk
|
||||||
|
versions export it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 19 06:58:23 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
Mon Jul 19 06:58:23 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -135,6 +135,9 @@ find . -name "*.class" -exec rm {} \;
|
|||||||
|
|
||||||
%pom_disable_module aggregates/jetty-all
|
%pom_disable_module aggregates/jetty-all
|
||||||
|
|
||||||
|
%pom_xpath_inject "pom:configuration/pom:instructions" \
|
||||||
|
"<Import-Package>sun.misc;resolution:=optional,com.sun.nio.file;resolution:=optional,*</Import-Package>"
|
||||||
|
|
||||||
%pom_remove_dep "com.sun.net.httpserver:http" jetty-http-spi
|
%pom_remove_dep "com.sun.net.httpserver:http" jetty-http-spi
|
||||||
|
|
||||||
%pom_change_dep -r org.mortbay.jasper:apache-jsp org.apache.tomcat:tomcat-jasper
|
%pom_change_dep -r org.mortbay.jasper:apache-jsp org.apache.tomcat:tomcat-jasper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user