-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finalize move to Spring Boot 3 / Jakarta EE namespace #198
Conversation
The sources are currently not building because of
and
from |
Linking this PR to #196 |
@martin-g I'd appreciate your help, whenever possible |
Spring Boot 3 uses Hibernate 6. You may have to upgrade the hibernate-jpamodelgen Plugin/Dependency to Hibernate 6. It generates meta classes on build time which are used for typesafe database queries. I havn't tried it. |
Thank you @MarcGiffing Now sources are building but:
|
@MarcGiffing while
|
The Github Actions secrets are not exported to PRs from contributors. |
Here's the PR for Wicketstuff 10.0.0-SNAPSHOT, which should be the last missing piece for this PR: wicketstuff/core#741 |
@MarcGiffing after upgrading WicketStuff to
Please review the PR content, thanks. |
Thanks for the PR! There is a problem with Spring Security. If i ran the example project I can't log in. In the SecureWebSession class the authenticate the user is resolved and contains the expected roles. But when the getRoles() method is called it contains only an anonymous user. Can you please start the example project and verify this problem? |
@MarcGiffing it seems I was missing one of the steps to migrate to Spring Security 6: now all should work as expected. |
...java/com/giffing/wicket/spring/boot/example/web/security/WicketWebSecurityAdapterConfig.java
Show resolved
Hide resolved
@MarcGiffing I've fixed the reported formatting glitches. |
WebSecurityConfigurerAdapter
)javax.*
tojakarta.*
10.0.0-M1-SNAPSHOT
:CsrfPreventionRequestCycleListener
toResourceIsolationRequestCycleListener
wicket-bean-validation
andwicket-devutils
are not available from SNAPSHOT repositoriesorg.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow
class seems to be missing