quarkusio / quarkus-workshops

Hosts Quarkus related workshops
https://quarkus.io/quarkus-workshops/super-heroes/
Apache License 2.0
179 stars 175 forks source link

The app fails to compile with the latest Quarkus #587

Closed fedinskiy closed 2 months ago

fedinskiy commented 2 months ago
  1. cd quarkus-workshop-super-heroes/super-heroes/rest-heroes
  2. mvn clean verify -Dquarkus.package.jar.type=uber-jar -DskipTests -Dquarkus.platform.version=999-SNAPSHOT
  3. [ERROR] [ERROR] Some problems were encountered while processing the POMs:
    [ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-resteasy-reactive-jackson:jar is missing. @ line 54, column 21
    [ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-resteasy-reactive:jar is missing. @ line 74, column 21
    @ 
    [ERROR] The build could not read 1 project -> [Help 1]
    [ERROR]   
    [ERROR]   The project io.quarkus.workshop.super-heroes:rest-heroes:1.0.0-SNAPSHOT (/home/fedinsky/code/quarkus/workshop/quarkus-workshop-super-heroes/super-heroes/rest-heroes/pom.xml) has 2 errors
    [ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-resteasy-reactive-jackson:jar is missing. @ line 54, column 21
    [ERROR]     'dependencies.dependency.version' for io.quarkus:quarkus-resteasy-reactive:jar is missing. @ line 74, column 21
geoand commented 2 months ago

This is expected due to https://github.com/quarkusio/quarkus/pull/43005 so the project needs to be updated

fedinskiy commented 2 months ago

@geoand that is what I am doing right now. Who should I set as a reviewer?

geoand commented 2 months ago

Thanks.

You can ping me