Skip to content

Commit 93b8fef

Browse files
Update
1 parent a2b8993 commit 93b8fef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Burningwave Reflection [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=%40burningwave_org%20Reflection%2C%20the%20%23advanced%20reflection%20engine%20%28works%20on%20%23Java8%20%23Java9%20%23Java10%20%23Java11%20%23Java12%20%23Java13%20%23Java14%20%23Java15%20%23Java16%20%23Java17%20%23Java18%20%23Java19%20%23Java20%20%23Java21%20%23Java22%29&url=https://burningwave.github.io/reflection/)
1+
# Burningwave Reflection [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=%40burningwave_org%20Reflection%2C%20the%20%23advanced%20reflection%20engine%20%28works%20on%20%23Java7%20%23Java8%20%23Java9%20%23Java10%20%23Java11%20%23Java12%20%23Java13%20%23Java14%20%23Java15%20%23Java16%20%23Java17%20%23Java18%20%23Java19%20%23Java20%20%23Java21%20%23Java22%29&url=https://burningwave.github.io/reflection/)
22

33
<a href="https://www.burningwave.org">
44
<img src="https://raw.githubusercontent.com/burningwave/burningwave.github.io/main/logo.png" alt="logo.png" height="180px" align="right"/>
55
</a>
66

7-
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/reflection/4)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/reflection/)
7+
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/reflection/3)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/reflection/)
88
[![GitHub](https://img.shields.io/github/license/burningwave/reflection)](https://github.com/burningwave/reflection/blob/master/LICENSE)
99

10-
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/reflection/actions/runs/8906688896)
10+
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/reflection/actions/runs/6576339128)
1111

12-
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+-blueviolet)](https://github.com/burningwave/reflection/actions/runs/8906688896)
12+
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+-blueviolet)](https://github.com/burningwave/reflection/actions/runs/6576339128)
1313

1414
[![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/reflection/main)](https://coveralls.io/github/burningwave/reflection?branch=main)
1515
[![GitHub open issues](https://img.shields.io/github/issues/burningwave/reflection)](https://github.com/burningwave/reflection/issues)
@@ -21,7 +21,7 @@
2121

2222
Extracted from [**Burningwave Core**](https://burningwave.github.io/core/), Burningwave Reflection is an advanced, free and open source reflection engine.
2323

24-
The main difference with Burningwave Core's reflection engine is that **the use of the [Burningwave JVM Driver](https://burningwave.github.io/jvm-driver/) is optional and if the containing library is not present in the class path it is not used by default**.
24+
The main difference with Burningwave Core's reflection engine is that **the use of the [JVM Driver](https://burningwave.github.io/jvm-driver/) is optional and if the containing library is not present in the class path it is not used by default**.
2525

2626
And now we will see:
2727
* [including Burningwave Reflection in your project](#Including-Burningwave-Reflection-in-your-project)
@@ -39,7 +39,7 @@ If you are on Java 8 and later, to include Burningwave Reflection library in you
3939
<dependency>
4040
<groupId>org.burningwave</groupId>
4141
<artifactId>reflection</artifactId>
42-
<version>4.4.0</version>
42+
<version>4.3.2</version>
4343
</dependency>
4444
```
4545

@@ -65,7 +65,7 @@ By default the JVM Driver is not imported by the Reflection library, so if you w
6565
<dependency>
6666
<groupId>org.burningwave</groupId>
6767
<artifactId>jvm-driver</artifactId>
68-
<version>8.16.0</version>
68+
<version>8.14.2</version>
6969
</dependency>
7070
```
7171
... And the following to your `module-info.java`:
@@ -355,4 +355,4 @@ org.burningwave.reflection.Facade.Configuration.disableDriver();
355355
If this guide can't help you, you can:
356356
* [open a discussion](https://github.com/burningwave/reflection/discussions) here on GitHub
357357
* [report a bug](https://github.com/burningwave/reflection/issues) here on GitHub
358-
* ask on [Stack Overflow](https://stackoverflow.com/search?q=burningwave)
358+
* ask on [Stack Overflow](https://stackoverflow.com/search?q=burningwave)

0 commit comments

Comments
 (0)