AliasToBeanConstructorResultTransformer is not serializable

Description

AliasToBeanConstructorResultTransformer is not serializable even though it implements ResultTransformer (which extends Serializable).

It has a property of type java.lang.reflect.Constructor, which does not implementSerializable.

AliasToBeanConstructorResultTransformer is not used in a QueryKey, so it should have no impact on cached query results.

Activity

Christian BeikovJanuary 8, 2025 at 5:25 PM

The type is deprecated and was replaced by the non-serializable type org.hibernate.sql.results.spi.RowTransformer

Steve EbersoleOctober 28, 2015 at 3:26 AM

As part of verifying that this issue affects 5.0, please just set the "Affects version". Leave the "verify-affects-5.0" label and leave the issue in "Awaiting Response" status; these are critical for us to be able to track these verifications and triage them. Thanks.

Steve EbersoleOctober 27, 2015 at 7:16 PM

This bug report does not indicate that the reported issue affects version 5.x. Versions prior to 5.x are no longer maintained. It would be a great help to the Hibernate team and community for someone to verify that the reported issue still affects version 5.x. If so, please add the 5.x version that you verified with to the list of affected-versions and attach the (preferably SSCCE) test case you used to do the verification to the report; from there the issues will be looked at during our triage meetings.

For details, see http://in.relation.to/2015/10/27/great-jira-cleanup-2015/

Out of Date

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

Created October 5, 2010 at 10:38 PM
Updated January 8, 2025 at 5:25 PM
Resolved January 8, 2025 at 5:25 PM