Skip to content

Commit e167971

Browse files
committed
docs: add warnings about failing tests with JDK 21
1 parent 349d167 commit e167971

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ SVG to XML mxGraph stencil definition translation tool.
1313
This was created for internal use, so there are lots of things unfinished.
1414
```
1515

16-
It contains the original svg2xml tool; it aims to improve it and to add the following features
16+
It contains the original `svg2xml` tool; it aims to improve it and to add the following features
1717
- modernize [svg2xml](#svg2xml) and contribute improvements to the upstream repository (if it is [still active and accept
1818
contributions](https://github.com/jgraph/svg2xml/pull/13#issuecomment-619573225)): CLI, UI look&feel updates, implement to complete features....
1919
- add [xml2js](#xml2js): translate an XML mxGraph stencil definition into a set of corresponding JavaScript/TypeScript commands for an
2020
easy integration in JS programs
2121
- add [svg2js](#svg2js): convert an SVG file into a set of `mxGraph` JavaScript/TypeScript commands
2222

23-
23+
**NOTE**: The main purpose of this repository is to provide the svg2js tool and to use it when developing [bpmn-visualization](https://https://github.com/process-analytics/bpmn-visualization-js).
2424

2525
## Build
2626

2727
> Requirements: JDK 8+
28-
> The build relies on Maven; the project uses the Maven Wrapper, no need to install Maven as the wrapper manages this
29-
> for you.
28+
> The build relies on Maven; the project uses the Maven Wrapper, no need to install Maven as the wrapper manages this for you.
29+
>
30+
> **WARNING**: the tests are known to fail when running with JDK 21!
3031
3132
```
3233
./mvnw package

0 commit comments

Comments
 (0)