Add options for any custom order type and for date ranges#27
Open
nsushkin wants to merge 6 commits intoebics-java:masterfrom
Open
Add options for any custom order type and for date ranges#27nsushkin wants to merge 6 commits intoebics-java:masterfrom
nsushkin wants to merge 6 commits intoebics-java:masterfrom
Conversation
- Merged styppo's commit 014df1e limited to only changes related to the support for start and end dates
- Support any bank's custom order types via new options --download <arg> and --upload <arg> - Add logging of the order type
- Use executable-packer-maven-plugin to package the project in a single jar. This plugin uses a Jar-in-Jar approach which does not break digital signature of the Bouncy Castle JCE provider jar. Run "mvn package" to package and run "java -jar ebics*.jar" to execute EbicsClient main class.
- When requesting order types that download data, NoDataException is a common occurrence. In this case, the client writes a warning to the log and exits with error code 2 (to distinguish the condition from other errors which return error code 1). - When a file download succeeds, the client logs the success. - Introduce new method EbicsClient.fetchFileIfAvailable which wraps fetchFile with warn and log.
- Add option --configuration-directory <arg> to override the default
value of ${user.home}/ebics/client
- Add option --version to print version information
- In DefaultConfiguration.java, any configuration property that comes from a key in the configuration file can be overriden with a system property with the same key. For example, specify -Dlog.dir.name=/var/log to override the default ebics/client/log directory. - In DefaultConfiguration.java, if a property is a compound of a directory name and a file name, specifying an absolute file name overrides the directory name. For example, -Dtraces.dir.name=/var/local/traces overrides the default value of traces under ebics/client/users/USERNAME.
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.