quarkiverse / quarkus-jnosql

The Quarkus JNoSql Extension adds support for JNoSQL, an implementation of Jakarta NoSQL.
http://www.jnosql.org/
Apache License 2.0
13 stars 4 forks source link

Align Quarkus version #77

Closed gastaldi closed 8 months ago

gastaldi commented 8 months ago

Reuse the same Quarkus version for amazon services

gastaldi commented 8 months ago

@otaviojava I requested maintainer permissions for you in https://github.com/quarkiverse/quarkiverse-devops/pull/216. I'll merge once the @quarkiverse/quarkiverse-jnosql team approves

amoscatelli commented 8 months ago

@gastaldi there was a reason for the version not to be aligned, but it seems upgrading to Quarkus 3.5.x fixed the issue.

Thank you for the contribution

amoscatelli commented 5 months ago

@gastaldi I was wrong. This makes the Quarkus ecosystem CI fail "Build against latest Quarkus version" :

Error: ] Some problems were encountered while processing the POMs:
Error:  Non-resolvable import POM: Could not find artifact io.quarkus.platform:quarkus-amazon-services-bom:pom:999-SNAPSHOT in snapshots-repo (https://oss.sonatype.org/content/repositories/snapshots) @ line 22, column 25
 @ 
Error:  The build could not read 1 project -> [Help 1]
Error:    
Error:    The project io.quarkiverse.jnosql:quarkus-jnosql-keyvalue-dynamodb-parent:3.2.2.2-SNAPSHOT (/home/runner/work/quarkus-jnosql/quarkus-jnosql/current-repo/keyvalue-parent/dynamodb-parent/pom.xml) has 1 error
Error:      Non-resolvable import POM: Could not find artifact io.quarkus.platform:quarkus-amazon-services-bom:pom:999-SNAPSHOT in snapshots-repo (https://oss.sonatype.org/content/repositories/snapshots) @ line 22, column 25 -> [Help 2]
Error:  
Error:  To see the full stack trace of the errors, re-run Maven with the -e switch.
Error:  Re-run Maven using the -X switch to enable full debug logging.
Error:  
Error:  For more information about the errors and possible solutions, please read the following articles:
Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Error:  [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

https://github.com/quarkiverse/quarkus-jnosql/actions/runs/8657256427/job/23739129769

amoscatelli commented 5 months ago

I created #93