Skip to content

Commit

Permalink
Upgraded Guava due to CVE issues
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed Feb 15, 2024
1 parent 041bd79 commit 8c9d0e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The OpenWMS.org API Gateway serves as a central entry point to the OpenWMS.org m
routing. It is build on top of [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway/) and is configured and customized in
a way to work well in the distributed OpenWMS.org microservice environment. In addition to the opensource version there is the OpenWMS.org
API Gateway ENTERPRISE edition that is extended with features to support [OAuth2.0](https://datatracker.ietf.org/doc/html/rfc6749) and
[OpenID Connect](https://openid.net/developers/how-connect-works/) authorization and authentication at the edge service.
[OpenID Connect](https://openid.net/developers/how-connect-works/) authorization and authentication at the edge.

# Build and Run locally
```
Expand Down
8 changes: 5 additions & 3 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# OpenWMS.org API Gateway
An API Gateway that serves as a central entry point into the whole microservice network and takes care about security and routing.

![Build status][ci-image]
The OpenWMS.org API Gateway serves as a central entry point to the OpenWMS.org microservice network and takes care about security and
routing. It is build on top of [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway/) and is configured and customized in
a way to work well in the distributed OpenWMS.org microservice environment. In addition to the opensource version there is the OpenWMS.org
API Gateway ENTERPRISE edition that is extended with features to support [OAuth2.0](https://datatracker.ietf.org/doc/html/rfc6749) and
[OpenID Connect](https://openid.net/developers/how-connect-works/) authorization and authentication at the edge.

# Build and Run locally
```
Expand Down

0 comments on commit 8c9d0e8

Please sign in to comment.