JDK 19: Rampdown Phase 2 + JavaOne

2022-07-25 Thread David Delabassee
Greetings! JDK 19 is now in Rampdown Phase Two [1]. The overall feature set is frozen. Per the JDK Release Process [2] we now turn our focus to P1 and P2 bugs, which can be fixed with approval [3]. Late enhancements are still possible, with approval, but the bar is now extraordinarily high [4]

[GitHub] [syncope] andrea-patricelli commented on a diff in pull request #363: [SYNCOPE-1665] show error on propagation failure, made some refactoring

2022-07-25 Thread GitBox
andrea-patricelli commented on code in PR #363: URL: https://github.com/apache/syncope/pull/363#discussion_r928957756 ## client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/pages/SelfResult_ja.properties: ## @@ -14,4 +14,6 @@ # KIND, either express or imp

[GitHub] [syncope] andrea-patricelli commented on a diff in pull request #363: [SYNCOPE-1665] show error on propagation failure, made some refactoring

2022-07-25 Thread GitBox
andrea-patricelli commented on code in PR #363: URL: https://github.com/apache/syncope/pull/363#discussion_r928957195 ## client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/SyncopeEnduserApplication.properties: ## @@ -78,6 +78,7 @@ before=Before after=Aft

[GitHub] [syncope] mmoayyed commented on pull request #362: Upgrading Spring Boot to 2.7 and CAS to 6.6

2022-07-25 Thread GitBox
mmoayyed commented on PR #362: URL: https://github.com/apache/syncope/pull/362#issuecomment-1193759544 I think the CAS BOM also, similar to SB, provides the ability for you to override version numbers but I think this part might be Maven specific such that it might get confused between what

[GitHub] [syncope] ilgrosso commented on pull request #362: Upgrading Spring Boot to 2.7 and CAS to 6.6

2022-07-25 Thread GitBox
ilgrosso commented on PR #362: URL: https://github.com/apache/syncope/pull/362#issuecomment-1193704311 @mmoayyed I have pushed changes to import CAS BOM under `wa/pom.xml` The only inconvenience I could found is the conflict about Spring versions: 2.7.2 from Syncope root pom, 2.7.0 from C