0092d163f2
cli: module convert to Java ( #473 )
2020-06-22 06:36:44 +01:00
53eaeeb75f
Convert console module to Java ( #471 )
...
* console.ConsoleOut: convert to Java
* console.Console: convert to Java
* console: remove scala dependencies and plugins
* console.ConsoleOut: remove lingering scala import
2020-06-21 17:46:14 +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