Skip to content

fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.9.0 #6949

fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.9.0

fix(deps): update dependency io.micronaut.azure:micronaut-azure-cosmos to v5.9.0 #6949

Triggered via pull request March 11, 2025 21:12
Status Failure
Total duration 7m 7s
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)
The operation was canceled.
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.