Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

oracle/wookiee-akka-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

381 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

wookiee-akka-http

Component for Extending Wookiee Commands to Function as Akka Http Endpoints

Build Status Latest Release License

Main Wookiee Project

Adding to Pom

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>

Disabling Access Logging

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
  }
}

Contributing

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.

Security

Please consult the security guide for our responsible security vulnerability disclosure process

License

Copyright (c) 2004, 2023 Oracle and/or its affiliates. Released under the Apache License Version 2.0

About

Component for Extending Wookiee Commands to Function as Akka Http Endpoints

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors