Releases: rocketbase-io/commons-rest
Releases · rocketbase-io/commons-rest
1.11.2
- upgraded spring-boot 2.2.2, bulma 0.8.0
- added root locale in LocaleFilter.findClosest
- added getBaseUrl of HttpServletRequest to UrlParts
1.11.1
- added missing autoconfiguration for ObuscatedIdDeserializer
1.11.0
- fixed ObfuscatedId derserializer
- now managed within spring-context via @JsonComponent
- ObfuscatedId also now holds after deserialization the internal id
- changed siganture within Nulls for Consumer + Function
1.10.2
- upgraded spring-boot 2.2.1
- added more Nulls helpers
1.10.1
- improved logging-aspect to integrate easily within spring-webflux
- added sample to readme
1.10.0
- added timeUtil
- QueryParamParser can now alos parse Strings
- added support for list of enums within Parser + Builder
- improved logging-aspect
- now works with also GetMapper, PostMapper etc.
- improved configuration and added options
1.9.1
- moved queryParsers to api within static QueryParamParser
- added QueryParamBuilder in api to build simpler uri's to query
- added enum + instant to parser + builder
1.9.0
- upgraded to spring-boot 2.2.0
1.8.1
- upgraded spring-boot 2.1.9
- added LocaleFilter to provide a simple way to fit best locale value of a map
- improved by this way the logic of Translation (search after exact match by language...)
1.8.0
- introduced new module logging-aspect
- aspect thats wraps around RequestMapping and custom Loggable annotation
- tracks duration, input, output and exceptions
- can control level of logging etc.
- upgraded to spring-boot 2.1.8