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