Skip to content

Commit

Permalink
Change MindMap to PlantUML (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfrieze committed May 7, 2021
1 parent 3ae92e0 commit ffd3e4a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 35 deletions.
3 changes: 1 addition & 2 deletions README.md
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
@@ -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
@@ -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.

0 comments on commit ffd3e4a

Please sign in to comment.