dependabot[bot]
9ee4e61a1e
Bump picocli from 4.5.1 to 4.5.2 ( #538 )
...
Bumps [picocli](https://github.com/remkop/picocli ) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/remkop/picocli/releases )
- [Changelog](https://github.com/remkop/picocli/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/remkop/picocli/compare/v4.5.1...v4.5.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-06 18:09:22 +00:00
dependabot-preview[bot]
3d8049a13e
Bump picocli from 4.5.0 to 4.5.1 ( #519 )
2020-08-26 06:42:12 +00:00
dependabot-preview[bot]
8d1c0665da
Bump picocli from 4.4.0 to 4.5.0 ( #509 )
2020-08-03 09:12:15 +00:00
dependabot-preview[bot]
446682745b
Bump picocli from 4.3.2 to 4.4.0 ( #497 )
2020-07-06 08:51:56 +00:00
b960f2c8ab
Release 2.0.0 ( #491 )
...
* Version set to 2.0.0
* Remove lingering scala plugins
2020-06-27 20:09:45 +01:00
0092d163f2
cli: module convert to Java ( #473 )
2020-06-22 06:36:44 +01:00
0104d9c08d
Post-release version set to 1.1.0-SNAPSHOT ( #472 )
2020-06-21 19:42:29 +01:00
5cb929e7e4
Release 1.0.0 ( #463 )
...
Release 1.0.0
2020-06-21 07:54:43 +01:00
319c46f403
Convert to Java (domain, config, storage-aws and filesystem) ( #446 )
...
* Java rewrite domain (#438 )
* domain.Bucket: convert to Java
* domain.LastModified: convert to Java
* domain.QuoteStripper: convert to Java
* domain.HexEncoder: convert to Java
* domain.MD5Hash: convert to Java
* remove unused import
* domain.RemoteKey: convert to Java
* domain.Action: convert to Java
* domain.Counters: convert to Java
* domain.HashType: convert to Java
* domain.Hashes: convert to Java
* domain.MD5HashData: convert to Java
* domain.Filter: convert to Java
* domain.LocalFile: convert to Java
* domain: make immutable field public
* domain.SizeTranslation: convert to Java
* domain.HashType: restrict access to contstructor
* domain.RemoteObjects: convert to Java
Introduce MapView and Tuple.
* domain.Sources: convert to Java
* domain.StorageEvent: convert to Java
* domain.Terminal: convert to Java
* domain => config: move SimpleLens to only module that uses it
* domain => filesystem: move TemporaryFolder
* domain.Implicits: removed
* parent: make junit, et al available
* domain: add testing dependencies
* domain.HexEncoder: convert test to Java and fix bugs
* domain.HexEncoderTest: replace with Java version
* domain.MD5HashTest: convert to Java
* domain.RemoteKeyTest: convert to Java
* domain.SizeTranslationTest: convert to Java
* domain.TerminalTest: convert to Java
* domain: remove unused dependencies
* parent: rollback zio-streams to match zio and pin them together
* storage-aws: resolve transitive dependency conflicts
* Java rewrite storage aws (#445 )
* storage-aws.AmazonS3: convert to Java as AmazonS3Client
* storage-aws.S3Copier: convert to Java
* storage-aws.S3Uploader: convert to Java
* storage-aws.S3Deleter: convert to Java
* storage-aws.S3Lister: convert to Java
* filesystem: write cache data correctly (as supplied)
* domain,filesystem: fix MD5Hash generation
* filesystem: convert to Java (#450 )
* remove legacy
* Rewrite config module in Java (#461 )
* config.ParseConfigFile: convert to Java
* config.ParseConfigFile: convert to Java
* config.SourceConfigLoader: convert to Java
* WIP config.Configuration: convert to Java
* config.ConfigOption: convert to Java
* config.ConfigOptions: convert to Java
* config.ConfigValidation: convert to Java
* config.ConfigQuery: convert to Java
* config: move classes to correct location
* config.ConfigValidationException: convert to Java
* config.ConfigValidator: convert to Java
* config.ConfigurationBuilder: convert to Java
* config.SimpleLens: removed
* config.Config: remove environment
* config.ConfigOptionTest: convert to Java
* config.ConfigQueryTest: convert to Java
* config.ConfigurationBuilderTest: convert to Java
* config.ParseConfigFileTest: convert to Java
* config.ParseConfigLinesTest: convert to Java
* config: remove scala dependencies and plugin
2020-06-21 07:21:21 +01:00
baea18f3f3
Java rewrite - step 1 - build with Maven ( #431 )
...
* Add root and parent pom.xml files
* parent: add scala-maven-plugin to pluginManagement
* fix packaging
* domain: add module
* parent,domain: add dependencies
* maven: add filesystem module
* parent: disable coverage and pitest
* domain: move classes from test to main as they are used in filesystem
* config: add module
* console: add module
* Add reactor-graph
* fix typo
* uishell: add module
* Restore explicit dependencies
Don’t depend upon transitive dependencies if we want to be able to restructure module dependencies.
* storage: add module
* lib: add module
Included adding a Resource case class in filesystem to replace one generated by a scala plugin
* storage-aws: add module
* cli: add module
* app: add module
* app: make jar runnable
* Updated build instructions in README
* Convert readme to markdown
* Add reactor graph to readme
* Switch Guthub Actions to using Maven to build
2020-06-11 21:33:28 +01:00