Skip to content

Commit b11058e

Browse files
committed
Merge branch 'develop' into update-from-template-merged
2 parents 015131b + 048694f commit b11058e

File tree

912 files changed

+93224
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

912 files changed

+93224
-238
lines changed

.config/checkstyle/suppressions.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
44
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
55
<suppressions>
6+
<suppress checks="FileLength"
7+
files="TemplateTransform.java"
8+
lines="1"/>
69
</suppressions>

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ body:
1515
attributes:
1616
label: "Checklist"
1717
options:
18-
- label: "I am able to reproduce the bug with the [latest version](https://github.com/xdev-software/template-placeholder/releases/latest)"
18+
- label: "I am able to reproduce the bug with the [latest version](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/releases/latest)"
1919
required: true
20-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
20+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/issues) or [closed](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
2121
required: true
2222
- label: "I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise."
2323
required: true

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
attributes:
1414
label: "Checklist"
1515
options:
16-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
16+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/issues) or [closed](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
1717
required: true
1818
- label: "I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise."
1919
required: true

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
attributes:
1313
label: "Checklist"
1414
options:
15-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
15+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/issues) or [closed](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
1616
required: true
1717
- label: "I have taken the time to fill in all the required details. I understand that the question will be dismissed otherwise."
1818
required: true

.run/Run Demo.run.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Demo" type="Application" factoryName="Application">
33
<option name="MAIN_CLASS_NAME" value="software.xdev.Application" />
4-
<module name="template-placeholder-demo" />
4+
<module name="dynamicreports-core-for-grid-exporter-demo" />
55
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
66
<extension name="coverage">
77
<pattern>
@@ -13,4 +13,4 @@
1313
<option name="Make" enabled="true" />
1414
</method>
1515
</configuration>
16-
</component>
16+
</component>

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# 2.0.4
2+
* Migrated deployment to _Sonatype Maven Central Portal_ [#155](https://github.com/xdev-software/standard-maven-template/issues/155)
3+
4+
# 2.0.3
5+
* Updated dependencies (JasperReports 7.0.3)
6+
7+
# 2.0.2
8+
* Updated dependencies (JasperReports 7.0.1)
9+
10+
# 2.0.1
11+
* Fix textfields cutting away text
12+
13+
# 2.0.0
14+
* Updated to JasperReports 7
15+
* Removed support for Maps
16+
* Removed unused dependencies
17+
* Removed all auto-generated JavaDoc comments
18+
* Deleted deprecated code
19+
* Changed source to use XDEV CodeStyle
20+
21+
# 1.1.2
22+
* Updated dependencies
23+
* Now using ``jasperreports`` 6.21+
24+
25+
# 1.1.1
26+
* ⚠️ GroupId changed from ``com.xdev-software`` to ``software.xdev``
27+
* Updated dependencies
28+
29+
# 1.1.0
30+
* Updated to Jasperreports ``6.20.6``
31+
* API changes: Html - ``borderCollapse`` is now an enum
32+
33+
# 1.0.3
34+
* Re-Added ``ecj`` dependency #12
35+
36+
# 1.0.2
37+
* Removed unused Jasperreports dependencies
38+
39+
# 1.0.1
40+
* Removed unused resources
41+
42+
# 1.0.0
43+
_Initial release of the fork_
44+
45+
## Differences to [dynamicreports/dynamicreports-core](https://github.com/dynamicreports/dynamicreports/tree/f7d73961462f3f13cbc27c91df90d4cc3ccc669e/dynamicreports-core)
46+
* Renamed ``net.sf.dynamicreports`` to ``software.xdev.dynamicreports`` to prevent conflicts with existing installations
47+
* Dependency shedding
48+
* Removed [``Defaults``](./dynamicreports-core-for-grid-exporter/src/main/java/software/xdev/dynamicreports/report/defaults/Defaults.java)-XML subsystem; can be supplied manually to the builder or using [Java Service Loading](https://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html)
49+
* ``jakarta.xml.bind:jakarta.xml.bind-api``
50+
* ``org.glassfish.jaxb:jaxb-runtime``
51+
* Removed barcode subsystem
52+
* ``net.sf.barcode4j:barcode4j``
53+
* ``com.google.zxing:core``
54+
* ``net.sourceforge.barbecue:barbecue``
55+
* Removed charts subsystem
56+
* Removed boolean to image subsystem
57+
* ``org.apache.xmlgraphics:batik-bridge``
58+
* Dropped support for ``XLS`` as the required dependency was never shipped
59+
* ``XLSX`` still works as expected
60+
* Removed ``org.apache.commons:commons-text`` as it was only used on a single unused line of code
61+
* Removed XML subsystem as XML exports were never producing valid XML
62+
* Removed half-way implemented Image subsystem as it is unused
63+
* Updated dependencies to lastest versions
64+
* Fixed compile errors

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ You should have the following things installed:
3434
* Ensure that the JDK/Java-Version is correct
3535

3636

37-
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/template-placeholder/release.yml?branch=master)](https://github.com/xdev-software/template-placeholder/actions/workflows/release.yml)
37+
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/dynamicreports-core-for-grid-exporter/release.yml?branch=master)](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/actions/workflows/release.yml)
3838

3939
Before releasing:
40-
* Consider doing a [test-deployment](https://github.com/xdev-software/template-placeholder/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
40+
* Consider doing a [test-deployment](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
4141
* Check the [changelog](CHANGELOG.md)
4242

4343
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes

0 commit comments

Comments
 (0)