[JBoss JIRA] (JGRP-2443) Merge ObjectMessage and ObjectMessageSerializable
by Bela Ban (Jira)
Bela Ban created JGRP-2443:
------------------------------
Summary: Merge ObjectMessage and ObjectMessageSerializable
Key: JGRP-2443
URL: https://issues.redhat.com/browse/JGRP-2443
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 5.0
{{ObjectMessage}} has an {{object}} as payload, {{ObjectMessageSerializable}} inherits this and adds {{serialized_obj}}.
The former has ~32 bytes in memory, the latter 40.
The goal is not to increase the size of {{ObjectMessage}} to 40.
Solution:
* Create an ObjectWrapper class, taking an object and a serialized_version
* This is used in the merged {{ObjectMessage}} class (size is still ~32 bytes)
* When we have a SizeStreamable object, we set it as payload, otherwise we create an {{ObjectWrapper}} and set it as object.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFCORE-4749) Add version 11 of the urn:jboss:domain / wildfly-config schema
by Jeff Mesnil (Jira)
[ https://issues.redhat.com/browse/WFCORE-4749?page=com.atlassian.jira.plug... ]
Jeff Mesnil edited comment on WFCORE-4749 at 1/29/20 8:48 AM:
--------------------------------------------------------------
Bumping the management version requires additional changes:
* Bump org.jboss.as.version.Version#MANAGEMENT_MAJOR_VERSION to 11
* update host-releaseType in server/src/main/resources/schema/wildfly-config_11_0.xsd
was (Author: jmesnil):
Bumping the management version requires additional changes:
* Bump org.jboss.as.version.Version#MANAGEMENT_MAJOR_VERSION to 11
* update org.jboss.as.domain.controller.resources.HostExcludeResourceDefinition.KnownRelease
* host-releaseType in server/src/main/resources/schema/wildfly-config_11_0.xsd
> Add version 11 of the urn:jboss:domain / wildfly-config schema
> --------------------------------------------------------------
>
> Key: WFCORE-4749
> URL: https://issues.redhat.com/browse/WFCORE-4749
> Project: WildFly Core
> Issue Type: Task
> Components: Management
> Reporter: Darran Lofthouse
> Assignee: Yeray Borges
> Priority: Major
> Fix For: 11.0.0.Beta4
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFCORE-4749) Add version 11 of the urn:jboss:domain / wildfly-config schema
by Jeff Mesnil (Jira)
[ https://issues.redhat.com/browse/WFCORE-4749?page=com.atlassian.jira.plug... ]
Jeff Mesnil edited comment on WFCORE-4749 at 1/29/20 8:46 AM:
--------------------------------------------------------------
Bumping the management version requires additional changes:
* Bump org.jboss.as.version.Version#MANAGEMENT_MAJOR_VERSION to 11
* update org.jboss.as.domain.controller.resources.HostExcludeResourceDefinition.KnownRelease
* host-releaseType in server/src/main/resources/schema/wildfly-config_11_0.xsd
was (Author: jmesnil):
Bumping the management version requires to add new corresponding entries in:
* org.jboss.as.domain.controller.transformers.KernelAPIVersion
* org.jboss.as.domain.controller.resources.HostExcludeResourceDefinition.KnownRelease
* host-releaseType in server/src/main/resources/schema/wildfly-config_11_0.xsd
> Add version 11 of the urn:jboss:domain / wildfly-config schema
> --------------------------------------------------------------
>
> Key: WFCORE-4749
> URL: https://issues.redhat.com/browse/WFCORE-4749
> Project: WildFly Core
> Issue Type: Task
> Components: Management
> Reporter: Darran Lofthouse
> Assignee: Jeff Mesnil
> Priority: Major
> Fix For: 11.0.0.Beta4
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFCORE-4821) Add missing host-release types to wildlfy-config_11_0.xsd
by Yeray Borges (Jira)
Yeray Borges created WFCORE-4821:
------------------------------------
Summary: Add missing host-release types to wildlfy-config_11_0.xsd
Key: WFCORE-4821
URL: https://issues.redhat.com/browse/WFCORE-4821
Project: WildFly Core
Issue Type: Task
Components: Management
Reporter: Yeray Borges
Assignee: Yeray Borges
These entries are a requirement to allow add missing host exclusions to legacy builds.
The wildlfy-config_11_0.xsd schema is up to date until WildFly15.0, however it should be updated until WildFly18.0
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months