Micronaut 是 Grails 框架作者打造的开源项目,也是新一代基于 JVM 的全栈微服务框架,用于构建模块化的、易于测试的微服务应用。有关 Micronaut 的特性介绍点此查看。
Micronaut 3.0.0 正式版在 3.0.0 RC 1 版本的基础上升级了众多内容,具体更新内容如下:
Micronaut 3.0.0 RC1 的更新内容可以点击此处查看
变化:
- 不要使用已经取消的 emitter (#5987)
- 升级 Netty 至 4.1.67 (#5994)
- Pr 5993 rebase (#6004)
- 当备份数据在磁盘上时,允许对 CompletedFileUpload 返回的输入流进行多次调用关闭 (#5982)
- build: 将 micronaut-reactor-http-client 添加到 bom (#5976)
- build: 将 micronaut-rxjava3-http-client 添加到 bom (#5977)
- 将 micronaut-kubernetes 升至 3.0.0 (#6038)
- 将 micronaut-aws 升至 3.0.0 (#6037)
- 将 micronaut-kafka 升至 4.0.0 (#6036)
- 将 micronaut-gcp 升至 4.0.0 (#6035)
- 将 micronaut-azure 升至 3.0.0 (#6034)
- 将 micronaut-oracle-cloud 升至 2.0.0 (#6033)
- 将 micronaut-micrometer 升至 4.0.0 (#6031)
- 将 micronaut-spring 升至 4.0.0 (#6032)
- 将 micronaut-r2dbc 升至 2.0.0 (#6029)
- 将 micronaut-sql 升至 4.0.0 (#6030)
- 将 micronaut-mongodb 升至 4.0.0 (#6028)
- 将 micronaut-reactor 升至 2.0.0 (#6027)
- 将 micronaut-rxjava3 升至 2.0.0 (#6026)
- 将 micronaut-grpc 升至 3.0.0 (#6025)
- 将 micronaut-security 升至 3.0.0 (#6024)
- 将 micronaut-redis 升至 5.0.0 (#6023)
- 将 micronaut-rxjava2 升至 1.0.0 (#6022)
- 将 micronaut-neo4j 升至 5.0.0 (#6021)
- 将 micronaut-discovery-client 升至 3.0.0 (#6020)
- 将 micronaut-views 升至 3.0.0 (#6019)
- 将 micronaut-jmx 升至 3.0.0 (#6018)
- 将 micronaut-nats 升至 3.0.0 (#6017)
- 将 micronaut-multitenancy 升至 4.0.0 (#6016)
- 将 micronaut-servlet 升至 3.0.0 (#6015)
- 将 micronaut-test 升至 3.0.0 (#6014)
- 将 micronaut-picocli 升至 4.0.0 (#6013)
- 将 micronaut-rabbitmq 升至 3.0.0 (#6012)
- 将 micronaut-graphql 升至 3.0.0 (#6010)
- 将 micronaut-rss 升至 3.0.0 (#6009)
- 将 micronaut-elasticsearch 升至 3.0.0 (#6008)
- 将 micronaut-mqtt 升至 2.0.0 (#6007)
- 将 micronaut-problem-json 升至 2.0.0 (#6006)
- 将 micronaut-jaxrs 升至 3.0.0 (#6005)
- 将 micronaut-data 升至 3.0.0 (#6003)
- 将 micronaut-cache 升至 3.0.0 (#6002)
- 将 micronaut-kotlin 升至 3.0.0 (#6001)
- 将 micronaut-jackson-xml 升至 3.0.0 (#6000)
- 将 micronaut-acme 升至 3.0.0 (#5999)
- 将 micronaut-aws 升至 2.6.2 (#5996)
- 将 micronaut-groovy 升至 3.0.0 (#5983)
- 将 micronaut-openapi 升至 3.0.1 (#5990)
- 将 micronaut-openapi 升至 2.6.2 (#5989)
更多详情可查看:https://github.com/micronaut-projects/micronaut-core/releases/tag/v3.0.0
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/98093.html