9A7.Upgrade 300.301.741
OriginalMarch 24, 2025PracticeUpgradeLess than 1 minute
9A7.Upgrade 300.301.741
Upgrade manual from 3.3.140
after having upgraded to 300.301.741
, including,
- Bounty Hunter
- 300.301.741
9A8.1.Bounty Hunter
SemVer composed Spring Boot and wingsDev. including many breaking refactorings.
300.301.741 Oauth nonceCheck
#337 ⚠️ Runtime - AuthCheckController#nonceCheck
rename to JustAuthRequestManager
#346 💥 Compile - JustAuthRequestBuilder
- * @return {401} token is not-found, expired, or failed
+ * @return {200 | Result(false))
- * @return {200 | Result(false, message='authing')} in authing
+ * @return {200 | Result(false, code='authing', message='authing')} in authing
- * @return {200 | Result(true, data=sessionId)}
+ * @return {200 | Result(true, code='session', data=sessionId)}