内容简介:WildFly Swarm 2018.5.0 已发布,带来了以下的更新内容: 修复和改进 Eclipse MicroProfile 升级 fractions 以与 WildFly 11 配置相匹配 其中关于 Eclipse MicroProfile 的修复和改进如下: MicroProfile JWT It&...
WildFly Swarm 2018.5.0 已发布,带来了以下的更新内容:
修复和改进 Eclipse MicroProfile
升级 fractions 以与 WildFly 11 配置相匹配
其中关于 Eclipse MicroProfile 的修复和改进如下:
MicroProfile JWT
It’s now possible to load public keys from JWKS URI using the
swarm.microprofile.jwt.token.jwks-uri
config propertyIt’s now possible to specify a
file:
orclasspath:
reference to the public key inswarm.microprofile.jwt.token.signer-pub-key
config propertyConfiguration - roles properties file is now optional
A JAX-RS resource with no
@RolesAllowed
annotation is now secured properlyBy default, if there is no class-level security annotation, an unconstrained resource method has always an implicit
@DenyAll
. It’s now configurable throughswarm.microprofile.jwt.default-missing-method-permissions-deny-access
config propertyMicroProfile Fault Tolerance
Support
@Asynchronous
@CircuitBreaker
and@Asynchronous
@Retry
combinationsFraction configuration properties and limitations are now properly documented
MicroProfile OpenAPI
Endpoints that accept arrays and generic types are supported properly
详情请查看发布主页:http://wildfly-swarm.io/posts/announcing-wildfly-swarm-2018-5-0/
WildFly 是红帽公司新一代应用服务器。支持动态模块化、集中化管理、Java EE 7,而 WildFly Swarm 是 WildFly 的微服务化支持,和 Spring Boot 类似。但是 WildFly Swarm 完整的支持 Java EE 标准
WildFly Swarm 采取的可执行文件"uberjars"打包方式。支持传统 JavaEE Api 的任何功能。此外,WildFly Swarm 还包含了诸多其他先进的组件,并可以无缝的集成到用户的程序中去。这包括用于身份验证/授权的 Keycloak、通过 NetflixOSS Ribbon/Hystrix 来实现的负载平衡、通过 Logstash 实现日志聚合功能。
服务架构:
服务故障转移:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- FreeBSD 13.0-RC1 发布:改进 TCP 性能、修复和改进 SCTP
- Lanai-UI 改进后发布,AdminLTE 改进后的脚手架
- 敏捷开发的持续改进
- Android 功耗改进
- Android功耗改进
- Pika改进笔记
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python 3学习笔记(上卷)
雨痕 / 电子工业出版社 / 2018-1 / 89
经过9 年的发展,Python 3 生态已相当成熟。无论是语言进化、解释器性能提升,还是第三方支持,都是如此。随着Python 2.7 EOF 日趋临近,迁移到Python 3 的各种障碍也被逐一剔除。是时候在新环境下学习或工作了。 人们常说Python 简单易学,但这是以封装和隐藏复杂体系为代价的。仅阅读语言规范很难深入,亦无从发挥其应有能力,易学难精才是常态。《Python 3学习笔记(......一起来看看 《Python 3学习笔记(上卷)》 这本书的介绍吧!