Skip to content

Commit adae65d

Browse files
committed
config: release 8.19.0
1 parent f6719d7 commit adae65d

File tree

26 files changed

+151
-53
lines changed

26 files changed

+151
-53
lines changed

docs/partials/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
3636
<br />
3737
<small>
3838
<sup>2 </sup>
39-
Latest release 8.18.0, based on Checkstyle 8.18, see
39+
Latest release 8.19.0, based on Checkstyle 8.19, see
4040
<a href="#!/releasenotes">release notes</a>
4141
</small>
4242
</div>
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<div>
2+
<p>Updates the Checkstyle core to version 8.19.</p>
3+
<p>
4+
Please note that this version requires
5+
<strong>Java 8 as the minimum runtime environment</strong>
6+
. This requires
7+
you to run Eclipse on a Java 8 JVM in order to use this plugin version.
8+
</p>
9+
<p>This restriction does not affect the ability to analyze Java 5 or lower level source code.</p>
10+
<p>
11+
Please read the
12+
<a target="_blank" href="http://checkstyle.sourceforge.net/releasenotes.html">Checkstyle
13+
release notes
14+
</a>
15+
for details on recent and potentially breaking changes in Checkstyle.
16+
Checkstyle configuration files potentially
17+
need to be adapted to this version.
18+
</p>
19+
<h3>Changes</h3>
20+
<ul>
21+
<li>
22+
<a href="https://github.com/checkstyle/eclipse-cs/issues/145">
23+
#145 Update to Checkstyle 8.19
24+
</a>
25+
<a href="https://github.com/checkstyle/eclipse-cs/issues/153">
26+
#153 NPE in rule filter</a>
27+
</a>
28+
<a href="https://github.com/checkstyle/eclipse-cs/issues/156">
29+
#156 Focus name field in configuration editor
30+
</a>
31+
<a href="https://github.com/checkstyle/eclipse-cs/issues/157">
32+
#157 Select newly created configurations
33+
</a>
34+
<a href="https://github.com/checkstyle/eclipse-cs/issues/150">
35+
#150 Add documentation for "files older than a day" filter
36+
</a>
37+
<a href="https://github.com/checkstyle/eclipse-cs/issues/167">
38+
#167 Rely on the column char index to find correct marker start
39+
</a>
40+
<a href="https://github.com/checkstyle/eclipse-cs/issues/110">
41+
#110 Hint with rule name for suppression
42+
</a>
43+
</li>
44+
</ul>
45+
</div>

docs/releases.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "Release 8.19.0",
4+
"template": "partials/releases/8.19.0/release_notes.html",
5+
"open": true
6+
},
27
{
38
"version": "Release 8.18.0",
49
"template": "partials/releases/8.18.0/release_notes.html",
@@ -17,7 +22,6 @@
1722
{
1823
"version": "Release 8.15.0",
1924
"template": "partials/releases/8.15.0/release_notes.html",
20-
"open": true
2125
},
2226
{
2327
"version": "Release 8.14.0",

docs/sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,77 +4,77 @@
44
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
55
<url>
66
<loc>https://checkstyle.org/eclipse-cs/</loc>
7-
<lastmod>2019-03-23T16:03:49Z</lastmod>
7+
<lastmod>2019-11-04T14:33:54Z</lastmod>
88
<changefreq>weekly</changefreq>
99
</url>
1010
<url>
1111
<loc>https://checkstyle.org/eclipse-cs/#!/releasenotes</loc>
12-
<lastmod>2019-03-23T16:03:49Z</lastmod>
12+
<lastmod>2019-11-04T14:33:54Z</lastmod>
1313
<changefreq>weekly</changefreq>
1414
</url>
1515
<url>
1616
<loc>https://checkstyle.org/eclipse-cs/#!/install</loc>
17-
<lastmod>2019-03-23T16:03:49Z</lastmod>
17+
<lastmod>2019-11-04T14:33:54Z</lastmod>
1818
<changefreq>weekly</changefreq>
1919
</url>
2020
<url>
2121
<loc>https://checkstyle.org/eclipse-cs/#!/project-setup</loc>
22-
<lastmod>2019-03-23T16:03:49Z</lastmod>
22+
<lastmod>2019-11-04T14:33:54Z</lastmod>
2323
<changefreq>weekly</changefreq>
2424
</url>
2525
<url>
2626
<loc>https://checkstyle.org/eclipse-cs/#!/custom-config</loc>
27-
<lastmod>2019-03-23T16:03:49Z</lastmod>
27+
<lastmod>2019-11-04T14:33:54Z</lastmod>
2828
<changefreq>weekly</changefreq>
2929
</url>
3030
<url>
3131
<loc>https://checkstyle.org/eclipse-cs/#!/filters</loc>
32-
<lastmod>2019-03-23T16:03:49Z</lastmod>
32+
<lastmod>2019-11-04T14:33:54Z</lastmod>
3333
<changefreq>weekly</changefreq>
3434
</url>
3535
<url>
3636
<loc>https://checkstyle.org/eclipse-cs/#!/configtypes</loc>
37-
<lastmod>2019-03-23T16:03:49Z</lastmod>
37+
<lastmod>2019-11-04T14:33:54Z</lastmod>
3838
<changefreq>weekly</changefreq>
3939
</url>
4040
<url>
4141
<loc>https://checkstyle.org/eclipse-cs/#!/properties</loc>
42-
<lastmod>2019-03-23T16:03:49Z</lastmod>
42+
<lastmod>2019-11-04T14:33:54Z</lastmod>
4343
<changefreq>weekly</changefreq>
4444
</url>
4545
<url>
4646
<loc>https://checkstyle.org/eclipse-cs/#!/filesets</loc>
47-
<lastmod>2019-03-23T16:03:49Z</lastmod>
47+
<lastmod>2019-11-04T14:33:54Z</lastmod>
4848
<changefreq>weekly</changefreq>
4949
</url>
5050
<url>
5151
<loc>https://checkstyle.org/eclipse-cs/#!/preferences</loc>
52-
<lastmod>2019-03-23T16:03:49Z</lastmod>
52+
<lastmod>2019-11-04T14:33:54Z</lastmod>
5353
<changefreq>weekly</changefreq>
5454
</url>
5555
<url>
5656
<loc>https://checkstyle.org/eclipse-cs/#!/extensions</loc>
57-
<lastmod>2019-03-23T16:03:49Z</lastmod>
57+
<lastmod>2019-11-04T14:33:54Z</lastmod>
5858
<changefreq>weekly</changefreq>
5959
</url>
6060
<url>
6161
<loc>https://checkstyle.org/eclipse-cs/#!/custom-checks</loc>
62-
<lastmod>2019-03-23T16:03:49Z</lastmod>
62+
<lastmod>2019-11-04T14:33:54Z</lastmod>
6363
<changefreq>weekly</changefreq>
6464
</url>
6565
<url>
6666
<loc>https://checkstyle.org/eclipse-cs/#!/builtin-config</loc>
67-
<lastmod>2019-03-23T16:03:49Z</lastmod>
67+
<lastmod>2019-11-04T14:33:54Z</lastmod>
6868
<changefreq>weekly</changefreq>
6969
</url>
7070
<url>
7171
<loc>https://checkstyle.org/eclipse-cs/#!/custom-filters</loc>
72-
<lastmod>2019-03-23T16:03:49Z</lastmod>
72+
<lastmod>2019-11-04T14:33:54Z</lastmod>
7373
<changefreq>weekly</changefreq>
7474
</url>
7575
<url>
7676
<loc>https://checkstyle.org/eclipse-cs/#!/faq</loc>
77-
<lastmod>2019-03-23T16:03:49Z</lastmod>
77+
<lastmod>2019-11-04T14:33:54Z</lastmod>
7878
<changefreq>weekly</changefreq>
7979
</url>
8080
</urlset>

docs/update/compositeArtifacts.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<properties size='2'>
66
<property name='p2.compressed' value='true' />
77
<!-- get new time w/ date +%s000 -->
8-
<property name='p2.timestamp' value='201903231603' />
8+
<property name='p2.timestamp' value='201911041433' />
99
</properties>
1010
<children size='2'>
11-
<child location='https://dl.bintray.com/eclipse-cs/eclipse-cs/8.18.0/' />
11+
<child location='https://dl.bintray.com/eclipse-cs/eclipse-cs/8.19.0/' />
1212
<child location='https://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/' />
1313
</children>
1414
</repository>

docs/update/compositeContent.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<properties size='2'>
66
<property name='p2.compressed' value='true' />
77
<!-- get new time w/ date +%s000 -->
8-
<property name='p2.timestamp' value='201903231603' />
8+
<property name='p2.timestamp' value='201911041433' />
99
</properties>
1010
<children size='2'>
11-
<child location='https://dl.bintray.com/eclipse-cs/eclipse-cs/8.18.0/' />
11+
<child location='https://dl.bintray.com/eclipse-cs/eclipse-cs/8.19.0/' />
1212
<child location='https://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/' />
1313
</children>
1414
</repository>

net.sf.eclipsecs-feature/feature.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature version="8.18.0.qualifier"
2+
<feature version="8.19.0.qualifier"
33
id="net.sf.eclipsecs"
44
label="%feature.label"
55
provider-name="%feature.provider_name"
@@ -39,33 +39,33 @@
3939
id="net.sf.eclipsecs.branding"
4040
download-size="0"
4141
install-size="0"
42-
version="8.18.0.qualifier"
42+
version="8.19.0.qualifier"
4343
unpack="false"/>
4444

4545
<plugin
4646
id="net.sf.eclipsecs.core"
4747
download-size="0"
4848
install-size="0"
49-
version="8.18.0.qualifier"
49+
version="8.19.0.qualifier"
5050
unpack="true"/>
5151

5252
<plugin
5353
id="net.sf.eclipsecs.doc"
5454
download-size="0"
5555
install-size="0"
56-
version="8.18.0.qualifier"
56+
version="8.19.0.qualifier"
5757
unpack="false"/>
5858

5959
<plugin
6060
id="net.sf.eclipsecs.checkstyle"
6161
download-size="0"
6262
install-size="0"
63-
version="8.18.0.qualifier"/>
63+
version="8.19.0.qualifier"/>
6464

6565
<plugin
6666
id="net.sf.eclipsecs.ui"
6767
download-size="0"
6868
install-size="0"
69-
version="8.18.0.qualifier"/>
69+
version="8.19.0.qualifier"/>
7070

7171
</feature>

net.sf.eclipsecs-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>net.sf.eclipsecs.parent</artifactId>
55
<groupId>net.sf.eclipsecs</groupId>
6-
<version>8.18.0-SNAPSHOT</version>
6+
<version>8.19.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>net.sf.eclipsecs</artifactId>

net.sf.eclipsecs-updatesite/category.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<description name="Eclipse Checkstyle Plugin" url="http://eclipse-cs.sourceforge.net/update">
44
Eclipse Checkstyle Plugin Update Site
55
</description>
6-
<feature url="features/net.sf.eclipsecs_8.18.0.qualifier.jar" id="net.sf.eclipsecs" version="8.18.0.qualifier">
6+
<feature url="features/net.sf.eclipsecs_8.19.0.qualifier.jar" id="net.sf.eclipsecs" version="8.19.0.qualifier">
77
<category name="Checkstyle"/>
88
</feature>
9-
<feature url="features/net.sf.eclipsecs.source_8.18.0.qualifier.jar" id="net.sf.eclipsecs.source" version="8.18.0.qualifier">
9+
<feature url="features/net.sf.eclipsecs.source_8.19.0.qualifier.jar" id="net.sf.eclipsecs.source" version="8.19.0.qualifier">
1010
<category name="Checkstyle"/>
1111
</feature>
1212
<category-def name="Checkstyle" label="Checkstyle">

net.sf.eclipsecs-updatesite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>net.sf.eclipsecs.parent</artifactId>
55
<groupId>net.sf.eclipsecs</groupId>
6-
<version>8.18.0-SNAPSHOT</version>
6+
<version>8.19.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>net.sf.eclipsecs-updatesite</artifactId>

0 commit comments

Comments
 (0)