-
Notifications
You must be signed in to change notification settings - Fork 5
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
Release v1.14.10 #212
Merged
Merged
Release v1.14.10 #212
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This has the benefit that if the file is added to the classpath, the "logback.configurationFile" system property can be omitted and the configuration file will still be found automatically by Logback.
It was used to name the log file differently when run in "gui" or "webservice" mode, but this makes little sense.
(since 1.14.7) so no need to download and unpack it. Note that it makes little sense to include the CLI because the app also doesn't include the web server (since 1.14.0). Also drop properties related to web service.
It is not only needed by the updater but also by the web service.
…tifacts Note that this classifier is in addition to other classifiers such as "linux" and "cli".
Also add a --with-foo argument for every --without-foo and visa-versa.
…possible because these affects all targets. The idea is to eventually also eliminate the dir-word-addin target and use zip-win instead.
- framework-volatile and xmlcatalog do not exist anymore - SimpleAPI can be simplified
logback.xml now defines a default value for the property. Within the launch script, use ${org.daisy.pipeline.home}/log as the default of org.daisy.pipeline.logdir instead of ${org.daisy.pipeline.data}/log, because logs and data are different things. Note that the org.daisy.pipeline.logdir property isn't used by DerbyEntityManagerFactory anymore, so it's only used by logback.xml now.
and comment everything out. - org.daisy.pipeline.ws.localfs: the default is false; will need to be set to true explicitely from now on (e.g. through the "local" argument of the launch script) - org.daisy.pipeline.ws.authentication: the default is now false (used to be true in previous versions of the framework) - org.daisy.pipeline.updater.updateSite: the default is now defined in Java
The language/gender info of the Acapela voices are now provided by the Acapela engine itself.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
staged: https://oss.sonatype.org/content/repositories/orgdaisy-2133