eclipse / microprofile-starter

MicroProfile project generator source code
Apache License 2.0
70 stars 50 forks source link

MP 4.1 support (including @Startup example) #455

Closed rdebusscher closed 2 years ago

rdebusscher commented 2 years ago

When selecting Quarkus, I get the following Maven error when compiling the generated project

Cannot resolve io.vertx:vertx-jwt:4.1.3

This seems to come from the Quarkus BOM dependency.

Karm commented 2 years ago

@rdebusscher Lemme take a look...

rdebusscher commented 2 years ago

Tests keeps on failing on OpenLiberty.

Emily-Jiang commented 2 years ago

I will debug this locally after JakartaOne talk on Tuesday.

rdebusscher commented 2 years ago

OpenLiberty tests do work locally, merging.