Component for Extending Wookiee Commands to Function as Akka Http Endpoints
Add the jfrog repo to your project first:
<repositories>
<repository>
<id>JFrog</id>
<url>https://oss.jfrog.org/oss-release-local</url>
</repository>
</repositories>
Add latest version of wookiee:
<dependency>
<groupId>com.webtrends</groupId>
<artifactId>wookiee-akka-http_2.11</artifactId>
<version>${wookiee.version}</version>
</dependency>
By default, we will log information about each http call to Wookiee Akka Http. To disable this, add to your wookiee-akka-http config section the following:
wookiee-akka-http {
...
access-logging {
enabled = false
}
}
This project is not accepting external contributions at this time. For bugs or enhancement requests, please file a GitHub issue unless it’s security related. When filing a bug remember that the better written the bug is, the more likely it is to be fixed. If you think you’ve found a security vulnerability, do not raise a GitHub issue and follow the instructions in our security policy.
Please consult the security guide for our responsible security vulnerability disclosure process
Copyright (c) 2004, 2023 Oracle and/or its affiliates. Released under the Apache License Version 2.0