andi-huber commented on a change in pull request #841:
URL: https://github.com/apache/isis/pull/841#discussion_r791399525
##########
File path:
examples/demo/wicket/jdo/src/main/java/demoapp/webapp/wicket/jdo/DemoAppWicketJdo.java
##########
@@ -78,10 +78,15 @@ public static void main(final String[] args) {
IsisPresets.prototyping();
//IsisPresets.logging(WebRequestCycleForIsis.class, "debug");
- System.setProperty("spring.profiles.active", "demo-jdo");
+ System.setProperty("spring.profiles.active",
preservingAnyExisting("demo-jdo"));
Review comment:
logic for adding a spring profile, could be refactored into a common
(shared) utility;
eg. package `org.apache.isis.core.config.util`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]