[JBoss JIRA] (ISPN-10592) Remove deprecated ComponentMetadata, ComponentMetadataRepo, ManageableComponentMetadata
by Nistor Adrian (Jira)
Nistor Adrian created ISPN-10592:
------------------------------------
Summary: Remove deprecated ComponentMetadata, ComponentMetadataRepo, ManageableComponentMetadata
Key: ISPN-10592
URL: https://issues.jboss.org/browse/ISPN-10592
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Nistor Adrian
Assignee: Nistor Adrian
These are leftovers of the old component registry that are no longer used. They no longer work because the retention of the annotations is no longer RUNTIME. Keeping them for now for backward compatibility is a waste of effort that does not lead to working code, just clutters existing code base.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 7 months
[JBoss JIRA] (ISPN-10590) PersistenceMarshallerImpl should not wrap objects when no user marshaller is configured
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10590?page=com.atlassian.jira.plugin... ]
Ryan Emerson updated ISPN-10590:
--------------------------------
Status: Open (was: New)
> PersistenceMarshallerImpl should not wrap objects when no user marshaller is configured
> ---------------------------------------------------------------------------------------
>
> Key: ISPN-10590
> URL: https://issues.jboss.org/browse/ISPN-10590
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.0.0.CR1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.CR2
>
>
> Currently the PersistenceMarshallerImpl still tries to wrap values that are not in it's SerializationContext even when protostream is to be used directly for user types. This does not make sense, as it will results in a NPE due to a delegate user marshaller not existing. Instead, if protostream is to be used for delegate types the PersistenceMarshallerImpl should state that java primitive values can be marshalled and no wrapping should be attempted.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 7 months