JSPWIKI-1188 system property expansion
see https://issues.apache.org/jira/browse/JSPWIKI-1188
this actually didn't work when i tested it in tomcat. investigating now
cycling back around to this. looks like the last commit i made does it fact work. i'm not sure why the tests failed (works on my machine lol). test failure is related to email notifications...i didn't touch any of that. any guidance from the JSPWiki team?
Hi, just added a commit on the PR to also allow system env variable expansion, with the tests also passing; let's merge this and get a look to ci build then
this is now merged in 2.12.2-git-13, thanks! :-)
re. the build failure, MailUtilTest does send a mail to a local mailbox, and seems that up recently it doesn't allow mail sending if not using at least TLSv1.2. Currently running build at master should fix that issue, and I've also enabled console output on surefire on test failures/errors so hopefully debugging will be easier from now on.
could try dumpster. it's a pure java, unit test only, mail server setup. We used it on apache juddi for integration tests. works fairly well for plain text stuff. never tried it with ssl though