Added
- ✨ : update registry details when module is saved [e15dbcd]
- ✨ : compute registry details for Gitlab urls [8436476]
Changed
- ⬆️ : bump kotlin to 1.6.21 [d569337]
- ⬆️ : bump jacoco-maven-plugin to 0.8.8 [4573ad1]
- ⬆️ : bump setup-java action to v3 [8347df6]
- ⬆️ : bump kotlin.version to 1.6.0 [0004c28]
- 🔧 : add com.sun.jndi.ldap module export [808b16d]
- ⬆️ : upgrade to java 17 [a091b2a]
- 🔧 : update default mongodb URL to use 27017 port [46a3376]
- ♻️ : remove redundant semicolons [da4c98e]
- ♻️ : remove redundant qualifiers [be3273b]
- 🔥 : remove redundent modifiers (8649046)
- ♻️ : remove unnecessary non-null assertion [0aeb6eb]
- ♻️ : replace field injection with constructor [56de233]
- ♻️ : replace null checks with ifPresent() [446cdd9]
- ♻️ : replace addAll with parametrized constructor call [7352877]
- ♻️ : replace unchecked assignment [a5ff22b]
- 🎨 : remove unnecessary semicolon [7ae64ea]
- ♻️ : stop using deprecated constructor [65e4b36]
- ♻️ : use redirectUri instead of redirectUriTemplate [492778b]
- 🚚 : split configuration of oauth providers [bcee58c]
Removed
- 🔥 : remove unused imports [7ffa067]
- 🔥 : remove redundant throws clause [164fdcd]
- 🔥 : remove unnecessary imports [a230bdd]
- 🔥 : remove unused dockerDaemon settings [929914c]
Fixed
- 🐛 : group parts of the regex together to make the intended operator precedence explicit [b1aeaca]
Security
- 🔒 : auto create admin user on startup [f4ba7e9]