-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow compressing and encrypting log payloads #46
feat: allow compressing and encrypting log payloads #46
Conversation
Initial commit to add compression and encryption support by leveraging the mule modules backwards comptabile with mule flow using compressor and crypto module to decrypt and decompress
Refactored logic for easier testing added unit testing for operations class updated README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added few comments. Also, could we change the branch name to use conventional commit prefixes, eg. feat/payload-compression-encryption
?
src/main/java/com/avioconsulting/mule/logger/internal/CustomLoggerOperation.java
Outdated
Show resolved
Hide resolved
src/main/java/com/avioconsulting/mule/logger/internal/CustomLoggerOperation.java
Show resolved
Hide resolved
src/main/java/com/avioconsulting/mule/logger/internal/config/CustomLoggerConfiguration.java
Show resolved
Hide resolved
Adjusted language in README Removed unneeded plugin from pom Added java docs to new methods in logger operation class Added initialise() method to validate encryption algorithm and password are used together when one is provided
@manikmagar |
src/main/java/com/avioconsulting/mule/logger/internal/config/CustomLoggerConfiguration.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.