Releases: wizpanda/kernel
Releases · wizpanda/kernel
Adding more details to Slack notification on server hooks
Adding a Slack server utility class to notify a Slack channel on server startup & shutdown
Some utility methods
Code diff: v2.0.9...v2.0.10
- Added
constructServerURL
method inRequestUtils
- Few date utility method to parse ISO date & time
- Exposing a few subject methods in
MailUtils
Added a Request utility method to get the client IP address
Patch release to add backward compatibility in the error response
Changing the way error data is responded & adding two controller methods in BaseController
Removed JodaTime library and added utility classes using Java 8 date time API
Code diff: v2.0.5...v2.0.6
- Removed JodaTime library and added utility classes using Java 8 DateTime API
- Added message based constructor to all exception classes
- Added overloaded
DomainUtils.save
method to pass more data to domain'ssave
method
ErrorCodeAwareException based exceptions and few utility methods
Added common _object.gson and compile gson files
Fixed responding error messages
Code diff: v2.0.2...v2.0.3