]
Jeff Mesnil updated WFCORE-4681:
--------------------------------
Summary: Add Phase entries for Microprofile OpenAPI Extension, Jandex 2.1.1.Final
Upgrade (was: Add Phase entries for Microprofile OpenAPI Extension)
Add Phase entries for Microprofile OpenAPI Extension, Jandex
2.1.1.Final Upgrade
--------------------------------------------------------------------------------
Key: WFCORE-4681
URL:
https://issues.redhat.com/browse/WFCORE-4681
Project: WildFly Core
Issue Type: Feature Request
Components: Server
Affects Versions: 10.0.0.Final
Reporter: Michael Edgar
Assignee: Jeff Mesnil
Priority: Major
Fix For: 11.0.0.Beta1
Add the following entries to {{Phase}} and bump Jandex version to 2.1.1.Final, required
by SmallRye OpenAPI implementation.
{code:java}public static final int DEPENDENCIES_MICROPROFILE_OPENAPI = 0x1890;
public static final int POST_MODULE_MICROPROFILE_OPENAPI = 0x3790;{code}