glassfishrobot
glassfishrobot
Adopt Jakarta Data: https://projects.eclipse.org/proposals/jakarta-data when it is finalized.
Add a section explaining higher level Java EE feature choices and recommendations as they pertain to the application (e.g. annotations vs. XML). Need to maintain a balance since API/feature best...
In the application some JPA relations are one-to-many and by default lazy loaded. When fetching the aggregate-root through the repository the returned root object will be detatched. Eclipselink handles this...
Look and feel overall remains something that could be improved for the project. While effort has been made towards this over the years, no serious UI/design help has ever been...
Integrate Arquillian/GlassFish Embedded/Weld EE/Weld SE as needed.
Add JMeter stress tests
After upgrade from GF 4.1 to Glassfish 4.1.1, I get timed out transactions, with a warning in the log: Warning: EJB5123:Rolling back timed out transaction [JavaEETransactionImpl: txId=51 nonXAResource=9 jtsTx=null localTxStatus=1...
HttpServletRequest.getHttpServletMapping() states: > If the currently active Servlet invocation was obtained by a call to AsyncContext.dispatch(), the returned HttpServletMapping is the one corresponding to the path that caused the first...
[https://community.qualys.com/blogs/securitylabs/2013/06/25/ssl-labs-deploying-forward-secrecy](https://community.qualys.com/blogs/securitylabs/2013/06/25/ssl-labs-deploying-forward-secrecy) This is the list of supported cipher suites (when disabling RC4 via JSSE) as received via "asadmin list-supported-cipher-suites" (see below). As you can see the following cipher suites are...
I've created the following decorator to do some operations with the returned groups: ``` @Priority(2000) @Decorator public class IdentityStoreDecorator implements IdentityStore { @Inject @Delegate @Any private IdentityStore decorated; @Override public...