Skip to content

Conversation

@pythys
Copy link
Contributor

@pythys pythys commented Jan 9, 2026

Everything is documented in release notes. This upgrades all the infrastructure used in moqui.

pythys and others added 30 commits June 1, 2025 17:48
this resolves all warnings except java version
Upgrade gradle and Java with many related improvements (major breaking change)
add ability to run unit tests with convenience methods
This helps removes warnings about non deterministic finalize which is
deprecated in newer java versions
close() is being called when getCompleteList(..., closeAfter) and
getPartialList(..., closeAfter). So redundant code and non deterministic
and deprecated anyway, might never be called by the JVM
resource is already autoclosable by contract
Big change, shiro bumped to version 2, one change in behavior is that
logins do not survive restarts. So I added the remember functionality in
a secure way. By default production instances will not survive login
restarts UNLESS rememberme key is generated and passed to the instance
resolve more warnings and issues with java & gradle upgrades
pythys and others added 29 commits January 4, 2026 01:06
With this fix, moqui runs properly on both embedded mode AND when
deployed on a servlet container. Need to add documentation on how to
test in a servlet container.
Apparently in jetty 12 on EE10+ due to the separation of websockets and
EE stack from server stack, we cannot retrieve the HTTP session from
websocket handshake. Therefore fixing the bug in both UserFacade and
MoquiAbstractEndpoint accordingly.

jetty/jetty.project#11809
@pythys pythys closed this Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants