Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change MindMap to PlantUML #1396

Merged
merged 1 commit into from
May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Feign 10.x and above are built on Java 8 and should work on Java 9, 10, and 11.

This is a map with current key features provided by feign:

![MindMap overview](src/docs/overview.png)
![MindMap overview](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/ashleyfrieze/feign/plantuml/src/docs/overview-mindmap.iuml)

# Roadmap
## Feign 11 and beyond
Expand Down Expand Up @@ -1023,4 +1023,3 @@ public class MyApp {
Initial implementation include 2 async clients:
- `AsyncClient.Default`
- `AsyncApacheHttp5Client`

2 changes: 1 addition & 1 deletion src/docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Overview map was generated using: https://josetomastocino.github.io/mindmapit/
Overview map was generated using PlantUML: https://plantuml.com/mindmap-diagram
34 changes: 34 additions & 0 deletions src/docs/overview-mindmap.iuml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
@startmindmap
* Feign
** clients
*** java.net.URL
*** Apache HTTP
*** Apache HC5
*** Google HTTP
*** Java 11 Http2
*** OK Http
*** Ribbon
** async clients
*** java.net.URL
*** Apache HC5
** contracts
*** Feign
*** JAX-RS
*** JAX-RS 2
*** Spring 4
*** SOAP
*** Spring boot (3rd party)
** encoders/decoders
*** GSON
*** Jackson 1
*** Jackson 2
*** Jackson JAXB
*** Sax
** metrics
*** Dropwizard Metrics 5
*** Micrometer
** extras
*** Hystrix
*** SLF4J
*** Mock
@endmindmap
32 changes: 0 additions & 32 deletions src/docs/overview.mindmapit

This file was deleted.

Binary file removed src/docs/overview.png
Binary file not shown.