Skip to content

Remove deprecated code for Micronaut Framework 5. #5749

Remove deprecated code for Micronaut Framework 5.

Remove deprecated code for Micronaut Framework 5. #5749

Triggered via pull request April 17, 2024 15:24
Status Failure
Total duration 44m 45s
Artifacts

gradle.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

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.