-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into update-from-template-merged
- Loading branch information
Showing
912 changed files
with
93,217 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# 2.0.2 | ||
* Updated dependencies (JasperReports 7.0.1) | ||
|
||
# 2.0.1 | ||
* Fix textfields cutting away text | ||
|
||
# 2.0.0 | ||
* Updated to JasperReports 7 | ||
* Removed support for Maps | ||
* Removed unused dependencies | ||
* Removed all auto-generated JavaDoc comments | ||
* Deleted deprecated code | ||
* Changed source to use XDEV CodeStyle | ||
|
||
# 1.1.2 | ||
* Updated dependencies | ||
* Now using ``jasperreports`` 6.21+ | ||
|
||
# 1.1.1 | ||
* ⚠️ GroupId changed from ``com.xdev-software`` to ``software.xdev`` | ||
* Updated dependencies | ||
|
||
# 1.1.0 | ||
* Updated to Jasperreports ``6.20.6`` | ||
* API changes: Html - ``borderCollapse`` is now an enum | ||
|
||
# 1.0.3 | ||
* Re-Added ``ecj`` dependency #12 | ||
|
||
# 1.0.2 | ||
* Removed unused Jasperreports dependencies | ||
|
||
# 1.0.1 | ||
* Removed unused resources | ||
|
||
# 1.0.0 | ||
_Initial release of the fork_ | ||
|
||
## Differences to [dynamicreports/dynamicreports-core](https://github.com/dynamicreports/dynamicreports/tree/f7d73961462f3f13cbc27c91df90d4cc3ccc669e/dynamicreports-core) | ||
* Renamed ``net.sf.dynamicreports`` to ``software.xdev.dynamicreports`` to prevent conflicts with existing installations | ||
* Dependency shedding | ||
* 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) | ||
* ``jakarta.xml.bind:jakarta.xml.bind-api`` | ||
* ``org.glassfish.jaxb:jaxb-runtime`` | ||
* Removed barcode subsystem | ||
* ``net.sf.barcode4j:barcode4j`` | ||
* ``com.google.zxing:core`` | ||
* ``net.sourceforge.barbecue:barbecue`` | ||
* Removed charts subsystem | ||
* Removed boolean to image subsystem | ||
* ``org.apache.xmlgraphics:batik-bridge`` | ||
* Dropped support for ``XLS`` as the required dependency was never shipped | ||
* ``XLSX`` still works as expected | ||
* Removed ``org.apache.commons:commons-text`` as it was only used on a single unused line of code | ||
* Removed XML subsystem as XML exports were never producing valid XML | ||
* Removed half-way implemented Image subsystem as it is unused | ||
* Updated dependencies to lastest versions | ||
* Fixed compile errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.