[JBoss JIRA] (ISPN-11430) Align microprofile metrics and config artifact versions with latest Wildfly
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-11430?page=com.atlassian.jira.plugi... ]
Nistor Adrian updated ISPN-11430:
---------------------------------
Description:
Need to use the same versions used by Wildlfy latest for smooth integration:
microprofile-config-api: 1.4
microprofile-metrics-api: 2.3
smallrye-config: 1.6.2
smallrye-metrics: 2.4.0
> Align microprofile metrics and config artifact versions with latest Wildfly
> ---------------------------------------------------------------------------
>
> Key: ISPN-11430
> URL: https://issues.redhat.com/browse/ISPN-11430
> Project: Infinispan
> Issue Type: Task
> Components: JMX, reporting and management
> Affects Versions: 11.0.0.Alpha2
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 11.0.0.Dev03
>
>
> Need to use the same versions used by Wildlfy latest for smooth integration:
> microprofile-config-api: 1.4
> microprofile-metrics-api: 2.3
> smallrye-config: 1.6.2
> smallrye-metrics: 2.4.0
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (IPROTO-133) AutoProtoSchemaBuilder should recursively import dependencies
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/IPROTO-133?page=com.atlassian.jira.plugi... ]
Ryan Emerson reassigned IPROTO-133:
-----------------------------------
Assignee: Nistor Adrian
> AutoProtoSchemaBuilder should recursively import dependencies
> -------------------------------------------------------------
>
> Key: IPROTO-133
> URL: https://issues.redhat.com/browse/IPROTO-133
> Project: Infinispan ProtoStream
> Issue Type: Enhancement
> Reporter: Ryan Emerson
> Assignee: Nistor Adrian
> Priority: Major
>
> Consider three SerializationContextInitializers (A, B, C). C depends on B, which depends on A. Currently when defining the AutoProtoSchemaBuilder for C, it's necessary to add both the A & B classes to the {{dependsOn}} field otherwise the Classes from A are not discovered. E.g.
> {code:java}
> @AutoProtoSchemaBuilder(
> dependsOn = {
> A.class,
> B.class
> },
> includeClasses = {..}
> interface C extends SerializationContextInitializer {
> }
> {code}
> It should be possible to define C as follows:
> {code:java}
> @AutoProtoSchemaBuilder(
> dependsOn = B.class,
> includeClasses = {..}
> interface C extends SerializationContextInitializer {
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (IPROTO-133) AutoProtoSchemaBuilder should recursively import dependencies
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/IPROTO-133?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated IPROTO-133:
--------------------------------
Summary: AutoProtoSchemaBuilder should recursively import dependencies (was: AutoProtoSchemaBuilder should recusively import dependencies)
> AutoProtoSchemaBuilder should recursively import dependencies
> -------------------------------------------------------------
>
> Key: IPROTO-133
> URL: https://issues.redhat.com/browse/IPROTO-133
> Project: Infinispan ProtoStream
> Issue Type: Enhancement
> Reporter: Ryan Emerson
> Priority: Major
>
> Consider three SerializationContextInitializers (A, B, C). C depends on B, which depends on A. Currently when defining the AutoProtoSchemaBuilder for C, it's necessary to add both the A & B classes to the {{dependsOn}} field otherwise the Classes from A are not discovered. E.g.
> {code:java}
> @AutoProtoSchemaBuilder(
> dependsOn = {
> A.class,
> B.class
> },
> includeClasses = {..}
> interface C extends SerializationContextInitializer {
> }
> {code}
> It should be possible to define C as follows:
> {code:java}
> @AutoProtoSchemaBuilder(
> dependsOn = B.class,
> includeClasses = {..}
> interface C extends SerializationContextInitializer {
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (IPROTO-133) AutoProtoSchemaBuilder should recusively import dependencies
by Ryan Emerson (Jira)
Ryan Emerson created IPROTO-133:
-----------------------------------
Summary: AutoProtoSchemaBuilder should recusively import dependencies
Key: IPROTO-133
URL: https://issues.redhat.com/browse/IPROTO-133
Project: Infinispan ProtoStream
Issue Type: Enhancement
Reporter: Ryan Emerson
Consider three SerializationContextInitializers (A, B, C). C depends on B, which depends on A. Currently when defining the AutoProtoSchemaBuilder for C, it's necessary to add both the A & B classes to the {{dependsOn}} field otherwise the Classes from A are not discovered. E.g.
{code:java}
@AutoProtoSchemaBuilder(
dependsOn = {
A.class,
B.class
},
includeClasses = {..}
interface C extends SerializationContextInitializer {
}
{code}
It should be possible to define C as follows:
{code:java}
@AutoProtoSchemaBuilder(
dependsOn = B.class,
includeClasses = {..}
interface C extends SerializationContextInitializer {
}
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month