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
dependabot-preview[bot]
fc00be8707
Bump scala-library from 2.13.0 to 2.13.2 ( #439 )
...
* Bump scala-library from 2.13.0 to 2.13.2
Bumps [scala-library](https://github.com/scala/scala ) from 2.13.0 to 2.13.2.
- [Release notes](https://github.com/scala/scala/releases )
- [Commits](https://github.com/scala/scala/compare/v2.13.0...v2.13.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update scala syntax from 2.13.0 to 2.13.2 (#443 )
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
2020-06-12 17:00:02 +01:00
dependabot-preview[bot]
f46be05e45
Bump zio-streams_2.13 from 1.0.0-RC16 to 1.0.0-RC20 ( #440 )
2020-06-12 08:39:18 +00:00
dependabot-preview[bot]
bced440360
Bump tiles-maven-plugin from 2.16 to 2.17 ( #441 )
2020-06-12 08:32:35 +00: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