Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hibernate 6.6.1 java.lang.NoSuchMethodError #1949

Closed
EugenMayer opened this issue Oct 29, 2024 · 1 comment
Closed

hibernate 6.6.1 java.lang.NoSuchMethodError #1949

EugenMayer opened this issue Oct 29, 2024 · 1 comment

Comments

@EugenMayer
Copy link
Contributor

EugenMayer commented Oct 29, 2024

BP based on 0bb921bda, hibernate 6.6.1, java 17 / jakarta

java.lang.NoSuchMethodError: 'org.hibernate.sql.results.internal.RowTransformerSingularReturnImpl org.hibernate.sql.results.internal.RowTransformerSingularReturnImpl.instance()'

    at com.blazebit.persistence.integration.hibernate.base.HibernateExtendedQuerySupport.determineRowTransformer(HibernateExtendedQuerySupport.java:767)
    at com.blazebit.persistence.integration.hibernate.base.HibernateExtendedQuerySupport.getResultList(HibernateExtendedQuerySupport.java:508)
    at com.blazebit.persistence.integration.hibernate.base.HibernateExtendedQuerySupport.getResultList(HibernateExtendedQuerySupport.java:501)
    at com.blazebit.persistence.impl.plan.CustomSelectQueryPlan.getResultList(CustomSelectQueryPlan.java:58)
    at com.blazebit.persistence.impl.query.CustomSQLTypedQuery.getResultList(CustomSQLTypedQuery.java:53)
    at com.blazebit.persistence.impl.AbstractQueryBuilder.getResultList(AbstractQueryBuilder.java:58)
    at
@beikov beikov self-assigned this Oct 29, 2024
@beikov beikov added this to the 1.6.13 milestone Oct 29, 2024
beikov added a commit to beikov/blaze-persistence that referenced this issue Nov 4, 2024
@beikov beikov closed this as completed Nov 4, 2024
beikov added a commit to beikov/blaze-persistence that referenced this issue Nov 4, 2024
@EugenMayer
Copy link
Contributor Author

I can confirm that this fixed the issue and all our tests are now running just fine with the latest master build (which is 1.6.13 now as i see) and hibernate 6.6.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants