Remove deprecated code for Micronaut Framework 5. #5749
Annotations
7 errors
HibernatePostgresQuerySpec.order by joined collection:
data-hibernate-jpa/src/test/groovy/io/micronaut/data/hibernate/HibernatePostgresQuerySpec.groovy#L1
java.lang.IllegalArgumentException: org.hibernate.query.SyntaxException: At 1:13 and token '*', no viable alternative at input 'SELECT book_.** FROM book book_ LEFT JOIN author book_author_ ON book_.author_id = book_author_.id ORDER BY book_author_.name ASC,book_.title ASC' [SELECT book_.* FROM book book_ LEFT JOIN author book_author_ ON book_.author_id = book_author_.id ORDER BY book_author_.name ASC,book_.title ASC]
|
HibernateQuerySpec.order by joined collection:
data-hibernate-jpa/src/test/groovy/io/micronaut/data/hibernate/HibernateQuerySpec.groovy#L189
java.lang.IllegalArgumentException: org.hibernate.query.SyntaxException: At 1:13 and token '*', no viable alternative at input 'SELECT book_.** FROM book book_ LEFT JOIN author book_author_ ON book_.author_id = book_author_.id ORDER BY book_author_.name ASC,book_.title ASC' [SELECT book_.* FROM book book_ LEFT JOIN author book_author_ ON book_.author_id = book_author_.id ORDER BY book_author_.name ASC,book_.title ASC]
|
build (17)
Process completed with exit code 1.
|
HibernatePostgresQuerySpec.order by joined collection:
data-hibernate-jpa/src/test/groovy/io/micronaut/data/hibernate/HibernatePostgresQuerySpec.groovy#L1
java.lang.IllegalArgumentException: org.hibernate.query.SyntaxException: At 1:13 and token '*', no viable alternative at input 'SELECT book_.** FROM book book_ LEFT JOIN author book_author_ ON book_.author_id = book_author_.id ORDER BY book_author_.name ASC,book_.title ASC' [SELECT book_.* FROM book book_ LEFT JOIN author book_author_ ON book_.author_id = book_author_.id ORDER BY book_author_.name ASC,book_.title ASC]
|
HibernateQuerySpec.order by joined collection:
data-hibernate-jpa/src/test/groovy/io/micronaut/data/hibernate/HibernateQuerySpec.groovy#L189
java.lang.IllegalArgumentException: org.hibernate.query.SyntaxException: At 1:13 and token '*', no viable alternative at input 'SELECT book_.** FROM book book_ LEFT JOIN author book_author_ ON book_.author_id = book_author_.id ORDER BY book_author_.name ASC,book_.title ASC' [SELECT book_.* FROM book book_ LEFT JOIN author book_author_ ON book_.author_id = book_author_.id ORDER BY book_author_.name ASC,book_.title ASC]
|
build (21)
The job was canceled because "_17" failed.
|
build (21)
The operation was canceled.
|