-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate transformers to using lazy properties (#1036)
* Inject ObjectFactory for Transformer * Migrate AppendingTransformer * Add ObjectFactory.property extension * Migrate ApacheNoticeResourceTransformer * Migrate DontIncludeResourceTransformer * Migrate IncludeResourceTransformer * Migrate ManifestAppenderTransformer * Migrate ManifestResourceTransformer * Migrate XmlAppendingTransformer * Migrate PropertiesFileTransformer * Replace === with == * Mark all public properties open * Migrate MergeStrategy to enum * Migrate charset properties to Charsets * Reformat * Ensure charset must be serializable * Note this change * Mark objectFactory properties final * Tweak objectFactory * Tweak kdoc for PropertiesFileTransformer * Inline getters * Replace values with entries * IncludeResourceTransformer.file is not optional * Rename encoding to charsetName * Migrate PropertiesFileTransformer.mappings to using Properties * Tweak comment * Revert "Migrate PropertiesFileTransformer.mappings to using Properties" This reverts commit 32da3ee. * Revert annoying changes to reduce diffs * Tweak style
- Loading branch information
Showing
23 changed files
with
305 additions
and
182 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
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
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
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.