-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathchangelog.txt
87 lines (54 loc) · 2.34 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
JRebel Gradle Plugin changelog
==============================
1.2.1 (2025-01-06)
------------------
* Improvement: added Gradle configuration cache support
1.2.0 (2023-11-08)
------------------
* Improvement: set runtime JDK minimum to Java 8
* Improvement: fixed deprecation warning about Project.getConvention() on Gradle 7.1+
1.1.12 (2022-09-27)
------------------
* Improvement: removed compile-time dependency on WarPluginConvention which will be removed in Gradle 8.0.
* Improvement: added null checks before closing I/O streams.
1.1.11 (2021-08-25)
------------------
* Improvement: added support for Gradle 7.x.
* Improvement: added remote ID support.
1.1.10 (2020-02-19)
------------------
* Improvement: fixed deprecation warnings when running the generateRebel task on Gradle 6.x
1.1.9 (2019-10-07)
------------------
* Bug fix: fixed rebel.xml being marked as stale and removed during build on Gradle 4.1+
1.1.8 (2017-11-10)
------------------
* Improvement: the generateRebel task no longer triggers class compilation and is automatically added to the Java project.
1.1.7 (2017-08-17)
------------------
* Bug fix: rebel.xml generation now supports correct attributes ("file" and "dir") for <war> nodes.
1.1.6 (2017-07-24)
------------------
* Improvement: added support for Gradle 4.0 SourceSetOutput.getClassesDirs.
1.1.5 (2017-01-18)
------------------
* Improvement: Added a helpful explanation paragraph to rebel.xml.
1.1.3 (2016-05-17)
------------------
* Improvement: added "generated-by" attribute to 'rebel.xml'.
1.1.2 (2013-08-05)
------------------
* Improvement: improved and documented usage of rootPath configuration option.
1.1.1 (2013-07-31)
------------------
* Bug fix: fixed a bug of empty XML being generated when DSL configuration blocks ('web', 'classpath') were not specified in build.gradle.
* Bug fix: stopped using the deprecated API TaskContainer#add().
* Improvement: cleaner info-level logging.
1.1.0 (2013-07-11)
------------------
* Feature: implementation of DSL syntax to support customizing rebel.xml locations straight from build.gradle.
* Improvement: documentation largely rewritten. DSL syntax covered with documentation.
* Improvement: major refactoring according to a code review by a Gradle developer.
1.0.3 (2013-07-02)
------------------
* Releasing the status quo with an appropriate version numbering.