camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

JSon Logging Extension for Maven 3 and Maven 4

Open gnodet opened this issue 1 year ago • 3 comments

gnodet avatar May 13 '24 07:05 gnodet

@claudio4j @squakez this Pr aims to make the process to enable maven jaon logging easier so instead of having to do some maven calsspath enrichment, we only need add the extension to the pom

would be nice if you'd have a look

lburgazzoli avatar May 13 '24 07:05 lburgazzoli

  • the maven 3 module uses an older logstash and slf4j version, I suppose this is because of the slf4j 1.x version already in maven 3
  • how this is this supposed to work to actually build an integration in camel-k-operator ?
  • can we exclude maven4 module as maven4 is still in alpha and there is no plan yet to use maven4 in camel-k. This can help code maintenance.

claudio4j avatar May 14 '24 09:05 claudio4j

how this is this supposed to work to actually build an integration in camel-k-operator

The operator should either configure the extension on the generated project or define it in the global maven' settings.xml

lburgazzoli avatar May 14 '24 09:05 lburgazzoli