We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82bf95 commit 4037f6eCopy full SHA for 4037f6e
CHANGELOG.md
@@ -2,6 +2,15 @@
2
Changelog
3
=========
4
5
+### 3.0.1
6
+ - Bundle all JARs to fix plugin startup issues around missing
7
+ `javax.activation` dependency. That JAR is normally included in the
8
+ "Eclipse IDE for Enterprise and Java Web Developers" bundle, but other
9
+ installations might not have it despite meeting other prerequisites (like
10
+ Spring Tool Suite)
11
+ ([#99](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/99),
12
+ [#100](https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/100))
13
+
14
### 3.0.0
15
- Update plugin dependencies to fix an incompatibility with Java 9+. Plugin is
16
now built and run against all Java LTS versions as of this release (Java 8,
0 commit comments