You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Uwe Jäger (Jira)" <ji...@apache.org> on 2022/09/22 14:36:00 UTC

[jira] [Created] (ISIS-3218) Make Isis work with sprint-boot-devtools

Uwe Jäger created ISIS-3218:
-------------------------------

             Summary: Make Isis work with sprint-boot-devtools
                 Key: ISIS-3218
                 URL: https://issues.apache.org/jira/browse/ISIS-3218
             Project: Isis
          Issue Type: Improvement
    Affects Versions: 2.0.0-M7
            Reporter: Uwe Jäger


When you add Spring Boot Devtools to you project (e.g. simpleapp), the application automatically restarts when classes change. Unfortunately this does not play nicely with Wicket, you have create a new session by deleting your session cookie or reopening the browser. A solution seems to be to register a custom serializer, as is done in the wicket-spring-boot-starter. See the following commit for their solutions to register a serializer when the devtools are active:

https://github.com/MarcGiffing/wicket-spring-boot/commit/b2a3469f004d3636674a29b3c99458c051ba79eb



--
This message was sent by Atlassian Jira
(v8.20.10#820010)