Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxrs-dev] [External] : Re: Checkstyle Problems
  • From: Santiago Pericasgeertsen <santiago.pericasgeertsen@xxxxxxxxxx>
  • Date: Fri, 9 Jul 2021 15:35:00 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=XA1c73KdT2oaOv+mxWioOoAKsRN1GlFU74yAeMvghSA=; b=Vqg0CbWc+CznDtNb/tmq5zgvBb0HwIokW7TrMq19/SLEWrtggaMc+GJ3ngaylNmBZYjAPAcEy6vzAp8V6/OaH6Y+JNqHSWU1er8zM6puEBQISBRyFKM3w/tqkTxpeAd5z/VVGaDUC7txh3NCn8PIFW7fmzOUbguZnWDXRKAabz/+PD2wT+rzmD9HqyhlY9E1R3V6UjHyrsxhtx/wtK4IdbMzN4KUEobB6twzcLw27AKXS1F9uSp5hiPuppB4ENWVD8iumUve/Wcy3aJkpWm9KKMkymQV//cIjRaXQYM0V3OcgofCfQtYoAvDccvAb19QwX0tVbMCvEnJhhGwvHom6w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ada+QWuPn6OAqWS6QGrPUOGNErc6m1MYMGUGr67Il2Egm0fkX0rPT9DPTO6K14z00Hn2PgcrwdfgRqu8QO11c/n3J1HDT1hdShQq3g43M/vQFAu1x8gnD8H3r8F2RZDLI3jiKFqyXDPwHI2vU95VQ6CgwGMBI5o5qx/gMASQ6w0MYsKkVHX18SsRt1WaG/zA1oS4zkwLX3n9Xsj4mzIwTtPBt74wQadfq9J4LCwRkV6iCumyRqrAhYT26RwQruEEmES8BgkT3y0omSCu+n7EzVTcpEQU+jKP/gdyxlM+MrelOqiA/m61Z6YnmW81g80hD5oYCximP1gQJqfTys8KOQ==
  • Delivered-to: jaxrs-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jaxrs-dev/>
  • List-help: <mailto:jaxrs-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jaxrs-dev>, <mailto:jaxrs-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jaxrs-dev>, <mailto:jaxrs-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXdM0ZFSTuB8eF70e9kLZG/gkjI6s6vO+AgAAJaoA=
  • Thread-topic: [External] : Re: [jaxrs-dev] Checkstyle Problems

> On Jul 9, 2021, at 11:01 AM, Markus Karg <markus@xxxxxxxxxxxxxxx> wrote:
> 
> @Santiago I will double check ASAP, unfortunately today I have no free time slot, so it will be at the weekend.

 OK. I created a PR to revert your change and it seems to work. If you can’t find a solution, use that PR.

— Santiago

> 
> -----Ursprüngliche Nachricht-----
> Von: jaxrs-dev [mailto:jaxrs-dev-bounces@xxxxxxxxxxx] Im Auftrag von Santiago Pericasgeertsen
> Gesendet: Freitag, 9. Juli 2021 16:17
> An: jaxrs developer discussions
> Betreff: [jaxrs-dev] Checkstyle Problems
> 
> Hi,
> 
> The pipeline is failing due to this error (same error locally):
> 
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle (default) on project jakarta.ws.rs-api: Execution default of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle: java.lang.NoSuchMethodError: 'void com.puppycrawl.tools.checkstyle.DefaultLogger.<init>(java.io.OutputStream, boolean)'
> 
> From what I gather, this is related to an incompatibility between the new Checkstyle lib and the plugin. But if I update the plugin to 3.1.2, then there are errors in our checkstyle file.
> 
> @Markus: Could this be related to your PR? Could you please double check?
> 
> — Santiago
> 
> _______________________________________________
> jaxrs-dev mailing list
> jaxrs-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jaxrs-dev__;!!ACWV5N9M2RV99hQ!ZpZzHexLcVzNpUQp9hI2fIIicy-QC3n39RJQ-ipGfdXB44ky7msTTHDmoLFNmuYVmYoy8s6-jw$ 
> 
> _______________________________________________
> jaxrs-dev mailing list
> jaxrs-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jaxrs-dev__;!!ACWV5N9M2RV99hQ!ZpZzHexLcVzNpUQp9hI2fIIicy-QC3n39RJQ-ipGfdXB44ky7msTTHDmoLFNmuYVmYoy8s6-jw$ 


Back to the top