Skip to content

[data] Update common files for branch 4.12.x #6950

[data] Update common files for branch 4.12.x

[data] Update common files for branch 4.12.x #6950

Triggered via pull request March 12, 2025 05:19
Status Failure
Total duration 6m 46s
Artifacts

gradle.yml

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

Annotations

25 errors and 3 warnings
EntityJakartaAnnotationMapperSpec.test mapping javax.persistent entity: data-processor/src/test/groovy/io/micronaut/data/processor/mappers/EntityJakartaAnnotationMapperSpec.groovy#L82
Condition not satisfied: introspection.getIndexedProperty(MappedProperty, "test_name").get().name == 'name' | | | | | | | | | | id false | | | | 4 differences (0% similarity) | | | | (id--) | | | | (name) | | | BeanProperty{beanType=class test.Test, type=class java.lang.Long, name='id'} | | interface io.micronaut.data.annotation.MappedProperty | Optional[BeanProperty{beanType=class test.Test, type=class java.lang.Long, name='id'}] BeanIntrospection{type=class test.Test}
BookRepositorySpec.initializationError: doc-examples/azure-cosmos-example-groovy/src/test/groovy/example/BookRepositorySpec.groovy#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
CustomEntityRepositorySpec.initializationError: doc-examples/jdbc-example-java/src/test/java/example/CustomEntityRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
ItemRepositorySpec.initializationError: doc-examples/jdbc-example-java/src/test/java/example/ItemRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
ManufacturerRepositorySpec.initializationError: doc-examples/jdbc-example-java/src/test/java/example/ManufacturerRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
PersonRepositorySpec.initializationError: doc-examples/azure-cosmos-example-groovy/src/test/groovy/example/PersonRepositorySpec.groovy#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
ProductManagerSpec.initializationError: doc-examples/hibernate-example-groovy/src/test/groovy/example/ProductManagerSpec.groovy#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
ProductRepositorySpec.initializationError: doc-examples/hibernate-example-groovy/src/test/groovy/example/ProductRepositorySpec.groovy#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
SaleRepositorySpec.initializationError: doc-examples/jdbc-example-java/src/test/java/example/SaleRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
StaticMetamodelTest.initializationError: doc-examples/jdbc-example-java/src/test/java/example/StaticMetamodelTest.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
UserRepositorySpec.initializationError: doc-examples/hibernate-example-java/src/test/java/example/UserRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
build (17)
Process completed with exit code 1.
EntityJakartaAnnotationMapperSpec.test mapping javax.persistent entity: data-processor/src/test/groovy/io/micronaut/data/processor/mappers/EntityJakartaAnnotationMapperSpec.groovy#L82
Condition not satisfied: introspection.getIndexedProperty(MappedProperty, "test_name").get().name == 'name' | | | | | | | | | | id false | | | | 4 differences (0% similarity) | | | | (id--) | | | | (name) | | | BeanProperty{beanType=class test.Test, type=class java.lang.Long, name='id'} | | interface io.micronaut.data.annotation.MappedProperty | Optional[BeanProperty{beanType=class test.Test, type=class java.lang.Long, name='id'}] BeanIntrospection{type=class test.Test}
BookRepositorySpec.initializationError: doc-examples/azure-cosmos-example-groovy/src/test/groovy/example/BookRepositorySpec.groovy#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
CustomEntityRepositorySpec.initializationError: doc-examples/jdbc-example-java/src/test/java/example/CustomEntityRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
ItemRepositorySpec.initializationError: doc-examples/jdbc-example-java/src/test/java/example/ItemRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
ManufacturerRepositorySpec.initializationError: doc-examples/jdbc-example-java/src/test/java/example/ManufacturerRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
PersonRepositorySpec.initializationError: doc-examples/azure-cosmos-example-groovy/src/test/groovy/example/PersonRepositorySpec.groovy#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
ProductManagerSpec.initializationError: doc-examples/hibernate-example-groovy/src/test/groovy/example/ProductManagerSpec.groovy#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
ProductRepositorySpec.initializationError: doc-examples/hibernate-example-groovy/src/test/groovy/example/ProductRepositorySpec.groovy#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
SaleRepositorySpec.initializationError: doc-examples/jdbc-example-java/src/test/java/example/SaleRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
StaticMetamodelTest.initializationError: doc-examples/jdbc-example-java/src/test/java/example/StaticMetamodelTest.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
UserRepositorySpec.initializationError: doc-examples/hibernate-example-java/src/test/java/example/UserRepositorySpec.java#L1
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.micronaut.data.jdbc.config.SchemaGenerator] could not be loaded: Error instantiating bean of type [io.micronaut.data.jdbc.config.SchemaGenerator] Message: Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT Path Taken: new @i.m.c.a.Context i.m.d.j.c.SchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler, Environment environment)
build (21)
Process completed with exit code 1.
build (21)
The strategy configuration was canceled because "build._17" failed
build (17)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build (17)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
build (21)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.