Possible component upgrades report - Wildfly
by thofman@redhat.com
Generated at 01:49:31 SGT 2020-05-03
Searched in following repositories:
* Central: https://repo1.maven.org/maven2/
* JBossPublic: https://repository.jboss.org/nexus/content/repositories/public/
Possible upgrades:
com.squareup.okhttp3:okhttp:3.9.0 -> 3.9.1 (Central)
com.sun.activation:jakarta.activation:1.2.1 -> 1.2.2 (Central)
com.sun.faces:jsf-impl:2.3.9.SP08 -> 2.3.9.SP09 (JBossPublic)
com.sun.istack:istack-commons-runtime:3.0.10 -> 3.0.11 (Central)
com.sun.xml.bind.external:relaxng-datatype:2.3.3-b02 -> 2.3.3 (Central)
com.sun.xml.fastinfoset:FastInfoset:1.2.13 -> 1.2.18 (Central)
io.netty:netty-all:4.1.48.Final -> 4.1.49.Final (Central)
io.opentracing.contrib:opentracing-interceptors:0.0.4 -> 0.0.5 (Central)
io.opentracing.contrib:opentracing-tracerresolver:0.1.5 -> 0.1.8 (Central)
io.reactivex.rxjava2:rxjava:2.2.5 -> 2.2.19 (Central)
io.smallrye:smallrye-health:2.2.0 -> 2.2.1 (Central)
io.smallrye:smallrye-metrics:2.4.0 -> 2.4.1 (Central)
io.smallrye:smallrye-open-api:1.2.1 -> 1.2.3 (Central)
io.undertow.js:undertow-js:1.0.2.Final -> 1.0.3.Final (Central)
joda-time:joda-time:2.9.7 -> 2.9.9 (Central)
net.bytebuddy:byte-buddy:1.9.11 -> 1.9.16 (Central)
org.apache.activemq:activemq-artemis-native:1.0.0 -> 1.0.1 (Central)
org.apache.activemq:artemis-amqp-protocol:2.10.1 -> 2.12.0 (Central)
org.apache.avro:avro:1.7.6 -> 1.7.7 (Central)
org.apache.cxf.xjc-utils:cxf-xjc-runtime:3.3.0 -> 3.3.1 (Central)
org.apache.james:apache-mime4j:0.6 -> 0.6.1 (Central)
org.apache.myfaces.core:myfaces-api:2.3.1 -> 2.3.6 (Central)
org.apache.openjpa:openjpa-kernel:2.4.2 -> 2.4.3 (Central)
org.apache.qpid:proton-j:0.33.2 -> 0.33.4 (Central)
org.apache.santuario:xmlsec:2.1.4 -> 2.1.5 (Central)
org.apache.ws.xmlschema:xmlschema-core:2.2.4 -> 2.2.5 (Central)
org.bouncycastle:bcmail-jdk15on:1.62 -> 1.65 (Central)
org.codehaus.jettison:jettison:1.4.0 -> 1.4.1 (Central)
org.eclipse.microprofile.metrics:microprofile-metrics-api:2.3 -> 2.3.1 (Central)
org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.4.0 -> 1.4.1 (Central)
org.hibernate:hibernate-core:5.3.16.Final -> 5.3.17.Final (Central)
org.hibernate:hibernate-search-backend-jms:5.10.7.Final -> 5.10.9.Final (Central)
org.jberet:jberet-core:1.3.5.Final -> 1.3.6.Final (Central)
org.jboss.activemq.artemis.integration:artemis-wildfly-integration:1.0.2 -> 1.0.2-wildfly-1 (JBossPublic)
org.jboss.arquillian.container:arquillian-container-test-spi:1.4.0.Final -> 1.4.1.Final (Central)
org.jboss.narayana:jbosstxbridge:5.10.1.Final -> 5.10.4.Final (Central)
org.jboss.security:jbossxacml:2.0.8.Final -> 2.0.9.Final (JBossPublic)
xalan:serializer:2.7.1.jbossorg-4 -> 2.7.2 (Central)
38 items
Report generated by Maven Dependency Updater
https://github.com/jboss-set/maven-dependency-updater
4 years, 6 months
OpenJDK 15 EA build 21 is now available
by Rory O'Donnell
Hi David & Richard,
OpenJDK 15 EA build 21 is now available at http://jdk.java.net/15 *
*
* These early-access , open-source builds are provided under the
o GNU General Public License, version 2, with the Classpath
Exception <http://openjdk.java.net/legal/gplv2+ce.html>.
* Features
o Integrated in JDK 15
+ JEP 371: <http://openjdk.java.net/jeps/371> Hidden Classes
+ JEP 372 <https://openjdk.java.net/jeps/372>: Remove the
Nashorn JavaScript Engine
+ JEP 377 <https://openjdk.java.net/jeps/377>: ZGC: A Scalable
Low-Latency Garbage Collector
+ JEP 378 <https://openjdk.java.net/jeps/378>: Text Blocks
o JEPs targeted to JDK 15
+ JEP 379 <https://openjdk.java.net/jeps/379>: Shenandoah: A
Low-Pause-Time Garbage Collector
* Changes in recent builds that maybe of interest:
o build 21
+ JDK-8242848
<https://bugs.openjdk.java.net/browse/JDK-8242848>: Improve
performance of InflaterOutputStream.write()
+ JDK-8243574
<https://bugs.openjdk.java.net/browse/JDK-8243574>:
java.lang.invoke.InvokerBytecodeGenerator.ClassData should
be package-private
# Reported by JaCoCo
o build 20
+ JDK-8237890
<https://bugs.openjdk.java.net/browse/JDK-8237890>:
DatagramPacket::getSocketAddress doesn't specify what
happens if address or port are not set [1]
+ JDK-8228991
<https://bugs.openjdk.java.net/browse/JDK-8228991>: Obsolete
-XX:UseAdaptiveGCBoundary [1]
+ JDK-8242141
<https://bugs.openjdk.java.net/browse/JDK-8242141>: New
System Properties to configure the TLS signature schemes [1]
+ JDK-8172404
<https://bugs.openjdk.java.net/browse/JDK-8172404>: Tools
should warn if weak algorithms are used before restricting them
+ JDK-8238195
<https://bugs.openjdk.java.net/browse/JDK-8238195>:
Lookup::defineClass should link the class to match the
specification
+ JDK-8238358
<https://bugs.openjdk.java.net/browse/JDK-8238358>:
Implementation of JEP 371: Hidden Classes
+ JDK-8241749
<https://bugs.openjdk.java.net/browse/JDK-8241749>: Remove
the Nashorn JavaScript Engine
+ JDK-8242260
<https://bugs.openjdk.java.net/browse/JDK-8242260>: Add
forRemoval=true to already deprecated ContentSigner
+ JDK-
<https://bugs.openjdk.java.net/browse/JDK-8242008>8242008
<https://bugs.openjdk.java.net/browse/JDK-8242008>:
SSLSession inconsistencies
# Reported by Netty
o build 19
+ JDK-8239594
<https://bugs.openjdk.java.net/browse/JDK-8239594>: The
java.net.HttpClient does not override the protocols
specified in the SSLContext default parameters [1]
+ JDK-8172680
<https://bugs.openjdk.java.net/browse/JDK-8172680>: SunJCE
provider now supports SHA-3 based Hmac algorithms
+ JDK-8237474
<https://bugs.openjdk.java.net/browse/JDK-8237474>: Default
SSLEngine should create in server role
+ JDK-8240877
<https://bugs.openjdk.java.net/browse/JDK-8240877>: NPE at
javax.swing.text.html.FormView.appendBuffer with null option
values
# reported by JOSM
Project Loom Early-Access Builds - Build 15-loom+5-125 (2020/4/17)
*
These builds are intended for developers looking to "kick the tyres"
and provide feedback on using the API or by sending bug reports.
Warning: This build is based on an incomplete version of JDK 15
<http://openjdk.java.net/projects/jdk/15/>.
* These early-access , open-source builds are provided under the
o GNU General Public License, version 2, with the Classpath
Exception <http://openjdk.java.net/legal/gplv2+ce.html>.
* Please send feedback via e-mail to loom-dev(a)openjdk.java.net
<mailto:loom-dev@openjdk.java.net>. To send e-mail to this address
you must first subscribe to the mailing list
<http://mail.openjdk.java.net/mailman/listinfo/loom-dev>.
Rgds,Rory
[1] http://jdk.java.net/15/release-notes
--
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland
4 years, 6 months