cameronlee314 opened a new pull request #1288: SAMZA-2466: [Scala cleanup] Convert ShellCommandConfig from scala to java URL: https://github.com/apache/samza/pull/1288 Issues: `ShellCommandConfig` is a class used across multiple places in core Samza code. Much of core Samza code is in Java, so it would be good to have consistency. There are pain points in managing Scala usage in Java (e.g. Scala version management), so moving more classes to Java simplifies maintenance. Changes: 1. Migrated `ShellCommandConfig` class to Java and updated usage of the class. 2. Moved `StreamConfig` to the proper `java` directory. 3. Added a few missing unit tests for `ShellCommandConfig`. Testing: `./gradlew build` API changes: None Upgrade/usage instructions: None
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
