-
Notifications
You must be signed in to change notification settings - Fork 1
Meeting Minutes 2014 07 09
Daniel Fleischhacker edited this page Jul 10, 2014
·
7 revisions
- Logging:
- Deploying on Breda/Nexus will not be done automatically
- Documentation
- Classes minimal on class level with JavaDoc and Author
- Function not mandatory
- README update for new functions + critical information
- CLI functionalities into the CLI-Package - NOT into the main method of a "function"-class
- Define Launcher for different function groups within pom.xml
- de.dwslab.dwslib --> Version 2.0 // DF (done)
- cleanup --> Version 2.0 // DF/RM/MS (partly done)
- logback.xml for logging with SLF4J // ? (pending)
- reorganize util package // RM (done)
- Write function overview about the lib (README) // DF/RM/MS (partly done)
- Collection.java --> Michi clean up and move to package // (moving done)
- Counter.java --> Michi clean up and move to package // MS (pending)
- MyFileReader.java --> Michi clean up and move to package + integrate InputUtil // (moving done)
- AWS Package
- Move to S3CMD signature when moving to CLI package // OL (pending)
- OutputTypes.java --> extend with common extensions (GZIP, BZIP, ZIP, ...) // RM (pending)
- Tuple.java Deprecated (see apache.commons.Pair) // RM (done)
- OutputTypes.java --> rename FileCompressionTypes.java // RM (done)
- DomainUtil.java und UriShortener in same package // RM (done)
- FileUtil.java --> Deprecated // RM (done)
- DomainUtil.java shorten like in LodURI (line 67) to read from file // RM (pending)
- Extend InputUtil for common compression (bzip2) // RM (pending)
- Reorganize InputUtil, MyFileReader, BufferedChunking in util.io // RM (done)
- Progress into model (one package) // RM (done)
- WikiLinkExtractor as WIki (it is only an example) // DF (done)