-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jasperreports to v7 (master) (major) #3335
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/master-major-7-jasperreports
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
from
July 1, 2024 18:19
b359b96
to
429dee9
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
5 times, most recently
from
August 8, 2024 18:37
4228c95
to
9d2d157
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
from
August 9, 2024 10:32
9d2d157
to
bff3ce1
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
2 times, most recently
from
August 10, 2024 19:39
fd9325a
to
35efd5b
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
4 times, most recently
from
September 3, 2024 12:39
4c5eecb
to
bc08c83
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
3 times, most recently
from
September 17, 2024 08:58
f3aaf1b
to
5c391c4
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
4 times, most recently
from
September 24, 2024 06:52
0f80f5a
to
3d9ca01
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
5 times, most recently
from
October 1, 2024 21:11
5584e17
to
3c80816
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
9 times, most recently
from
October 3, 2024 14:32
dea6679
to
1e62441
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
3 times, most recently
from
October 11, 2024 11:59
5331736
to
5c9fdb3
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
from
October 16, 2024 17:41
5c9fdb3
to
6f69d5d
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
2 times, most recently
from
October 24, 2024 13:04
f453e2a
to
186a021
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
8 times, most recently
from
November 6, 2024 17:47
8c6e98f
to
d7130a8
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
from
November 11, 2024 09:24
d7130a8
to
4129cd5
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
2 times, most recently
from
December 2, 2024 00:11
59e8108
to
8efd2d1
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
from
December 19, 2024 21:07
8efd2d1
to
c8bf694
Compare
renovate
bot
force-pushed
the
renovate/master-major-7-jasperreports
branch
from
December 20, 2024 00:33
c8bf694
to
03cb75c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.21.4
->7.0.1
6.21.4
->7.0.1
6.21.4
->7.0.1
Release Notes
TIBCOSoftware/jasperreports (net.sf.jasperreports:jasperreports-functions)
v7.0.1
Compare Source
added automatic module names to manifest files and fixed split packages issues in preparation for
Java 9 modules compliance;
minor bug fixes and improvements;
v7.0.0
Compare Source
removal of the Ant build system and replacing it with a Maven build system;
deprecated code removed;
breaking backward compatibility of serialized/compiled *.jasper report template files,
mostly because of historical deprecated serialization code removal/cleanup mentioned above
(source *.jrxml report templates need to be recompiled to *.jasper using the new version of
the library);
breaking backward compatibility of source *.jrxml report template files and *.jrtx style
template files by replacing the Apache Commons Digester based parsers with Jackson XML object
serialization. *.jrxml and *.jrtx files created with version 6 or older can no longer be loaded
with version 7 or newer of the library alone. The conversion from the old file formats to the new
file formats and back can be made using Jaspersoft Studio 7 and later versions of it;
extracting various optional extension JAR artifacts from the the core library JAR artifact
to allow the Jakarta Migration of certain of these optional features while also introducing
better third party Maven dependency management of these artifacts;
some Java package names have changed as a consequence of separating functionality into optional JAR artifacts;
upgraded JFreeChart to version 1.5.4 which no longer has support for 3D charts. Reports having
Pie 3D, Bar 3D and Stacked Bar 3D charts would continue to work, but will be rendered as 2D,
all their 3D effects being ignored;
minor bug fixes and improvements;
Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.