
During the course of last year; we have seen specifications updates for JAX-RS (JSR 339), JMS (JSR 343), CDI (JSR 346) and WebSocket (JSR 356). Those different Maintenance Releases are now integrated in GlassFish 4.1.1. During that period, the umbrella Java EE 7 specification (JSR 342) also went through the Maintenance Release process but that revision was just about specification clarifications; so the Java EE 7 MR had technically no impact on the Reference Implementation, on GlassFish.Finally, it should also be mentioned that and in addition to various bug fixes, GlassFish 4.1.1 also includes several security related fixes.
You can download GlassFish 4.1.1 here and grab the source code here.
Thanks for the effort, good to see new releases are still coming out.
It could be nice to have the final release of 2.6.0 as it was available since march 2015.
EclipseLink 2.6.1 RC1 is the latest available version, it was released in June 2015 (see http://mvnrepository.com/artifact/org.eclipse.persistence/eclipselink)
Great work guys, thanks for new release. I am particularly looking forward to Jersey 2.21.
Tried setting up GF 4.1.1 as a server in NetBeans 8.0.1 and NB doesn't like the Glassfish version.
This should be solved in the upcoming NetBeans 8.1 release as it'll bundle GF4.1.1
when next button is pressed in: New JDBC Connection Pool (Step 1 of 2) give the error::
type Exception report
messageInternal Server Error
descriptionThe server encountered an internal error that prevented it from fulfilling this request.
exception
java.lang.IllegalStateException: getOutputStream() has already been called for this response
Installed in centos 6.6 with java 1.8.0_60
and getting errors like
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException while attempting to process a 'beforeCreate' event for 'event180'
and
class java.lang.RuntimeException
when trying to create a JMS Resource
Anyone with this problem ?
@David thanks for the info. Does NB 8.1 RC1 support Glasfish 4.1.1?
Tested in CentOS 6.6 and Fedora 22 (64 bits)
Java 1.8.0_60
and same problem trying to create a new JMS Destination
class java.lang.RuntimeException
It was tested downloading 4.1.1 and also making upgrade from glassfish 4.1
Good stuff Guys
I cannot find the release notes anywhere, only the old 4.1 ones? I would really appreciate a full list of updated components, please.
GlassFish 4.1.1 has problem to produce JSON:
http://stackoverflow.com/questions/33722764/glassfish-error-when-producing-json/33844720#33844720
Any plans to release a fix for this?