-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Significant refactoring of smithy-rules-engine
This commit collects many changes to limit the public interface, align with Java standards, align with idioms from the rest of the Smithy codebase, and generally clean up the codebase. Several packages, classes, and methods have been removed, renamed, moved, or changed visibility. Use of `assert` has been removed and the usage of `stream` has been reduced. Classes with multiple subtypes have had their subtype names adjusted for compatibility with Java and been broken out to their own packages and classes.
- Loading branch information
Showing
157 changed files
with
3,384 additions
and
3,703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.