RuslanHryn commented on PR #11213:
URL: https://github.com/apache/camel/pull/11213#issuecomment-1695674412

   Failed checkstyle is not relevant to my changes 
   from the logs
   ```
   [camel-undertow] [INFO] --- maven-checkstyle-plugin:3.1.2:checkstyle 
(default-cli) @ camel-undertow ---
   [camel-netty-http] [INFO] Starting audit...
   [ERROR] 
/home/runner/work/camel/camel/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpEndpoint.java:53:5:
 Variable access definition in wrong order. [DeclarationOrder]
   [ERROR] 
/home/runner/work/camel/camel/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpProducerProxyModeTest.java:37:5:
 Static variable definition in wrong order. [DeclarationOrder]
   [ERROR] 
/home/runner/work/camel/camel/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpProducerProxyModeTest.java:37:30:
 Name 'port' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. [ConstantName]
   Audit done.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to