-
Notifications
You must be signed in to change notification settings - Fork 23
/
changelog.txt
52 lines (34 loc) · 1.55 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
JRebel Maven Plugin changelog
=============================
1.2.1 (2024-11-12)
------------------
* Improvement: bumped commons-io and commons-lang dependencies
1.2.0 (2023-05-16)
------------------
* Improvement: resolved plugin validation issues with Maven 3.9.2.
* Improvement: increased Maven baseline to 3.2.5.
1.1.11 (2023-04-18)
------------------
* Improvement: require Java 8.
* Improvement: bumped commons-io and junit dependency versions to resolve vulnerability issues.
1.1.10 (2019-09-24)
------------------
* Improvement: added support for generating rebel-remote.xml configuration files for JRebel Remote Server support.
1.1.9 (2019-02-20)
------------------
* Bug fix: <dir> elements will now be generated for non existing paths under the target folder.
* Bug fix: rebel.xml generation for projects with 'pom' packaging is now skipped instead of producing a warning.
1.1.8 (2017-08-30)
------------------
* Improvement: auto-detect module depth when generating rebel.xml on multi-module projects. Support for <rootRelativePath> configuration.
* Bug fix: fixed an issue where rebel.xml generation includes directories that don't exist in the local file system.
1.1.7 (2017-01-06)
------------------
* Improvement: added a helpful explanation paragraph to rebel.xml.
1.1.6 (2016-05-18)
------------------
* Improvement: added the generated-by attribute to rebel.xml.
* Bug fix: fixed an compilation error caused by missing class AbstractScanner.
1.1.5 (2013-06-11)
------------------
* Releasing the status quo with an appropriate version numbering.