Skip to content

Conversation

@pythys
Copy link
Contributor

@pythys pythys commented Jan 15, 2026

No description provided.

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 5, 2026 21:02
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
- opensearch generates more files, added them to gitignore
- moqui creates two unnamed volumes because of dockerfile. The
  right solution is to add them in compose files as runtime binds
- US/Pacific is no longer an acceptable timezone for postgres so using
  standard UTC for safety on all compose files
- opensearch enforces very strictly a password with minimum requirements
  that cannot be overridden. Therefore changing it in all compose files
@pythys pythys closed this Jan 15, 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