micronaut-projects / micronaut-discovery-client

Micronaut's Discovery Client
Apache License 2.0
22 stars 21 forks source link

Handle applications name starting with identically (#358) #442

Closed FrogDevelopper closed 1 year ago

FrogDevelopper commented 1 year ago

Handle case when 2 applications have the same beginning for their name (https://github.com/micronaut-projects/micronaut-discovery-client/issues/358)

FrogDevelopper commented 1 year ago

Hello, the static analysis build is failing with error message

Task :sonarqube Failed to check if project 'micronaut-projects_micronaut-discovery-client' is bound Failed to prepare download of the sensor cache org.sonar.api.utils.MessageException: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator

Any idea why this happens, and if/how I can fix it ?

Also, an untouched test is now failing, but only with Java 11...

alvarosanchez commented 1 year ago

I've re-run the build job just in case