You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== Initial Support for Kotlin Coroutines and Flow
30
+
31
+
Initial support for Kotlin Coroutines and the `Flow` type has been added when used as the return type of controller methods.
32
+
33
+
Thanks to https://github.com/konrad-kaminski[Konrad Kamiński] for this contribution.
34
+
25
35
=== Immutable `@ConfigurationProperties` and `@EachProperty`
26
36
27
37
Support for immutable ann:context.annotation.ConfigurationProperties[] has been added by annotating the constructor of any configuration class with ann:context.annotation.ConfigurationInject[]. See the docummentation on <<immutableConfig, Immutable Configuration>> for more information.
https://micronaut-projects.github.io/micronaut-cache/1.0.x/guide/#introduction[Micronaut Cache] has been updated to support https://micronaut-projects.github.io/micronaut-cache/1.0.x/guide/#hazelcast[Hazelcast] and https://micronaut-projects.github.io/micronaut-cache/1.0.x/guide/#ehcache[Ehcache] as additional Cache providers.
34
44
45
+
=== New Micronaut Jackson XML Module
46
+
47
+
Support for parsing and serializing to XML has been added with a new https://github.com/micronaut-projects/micronaut-jackson-xml[Jackson XML module].
48
+
49
+
Thanks to https://github.com/svishnyakoff[Sergey] for this contribution.
50
+
35
51
=== Micronaut OpenAPI (Swagger) 1.3 Update
36
52
37
53
Micronaut OpenAPI has been updated with loads of improvements including the ability to https://micronaut-projects.github.io/micronaut-openapi/1.3.x/guide/index.html#openApiViews[automatically generate UIs for Swagger output] as part of your application. Thanks to https://github.com/croudet[croudet] for this contribution awesome contribution.
0 commit comments