Skip to content

Update dependency org.bsc.maven:maven-processor-plugin to v4.3#2081

Merged
pethers merged 1 commit into
masterfrom
renovate/org.bsc.maven-maven-processor-plugin-4.x
Sep 25, 2020
Merged

Update dependency org.bsc.maven:maven-processor-plugin to v4.3#2081
pethers merged 1 commit into
masterfrom
renovate/org.bsc.maven-maven-processor-plugin-4.x

Conversation

@renovate

@renovate renovate Bot commented Sep 25, 2020

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
org.bsc.maven:maven-processor-plugin minor 4.2-jdk8 -> 4.3

Release Notes

bsorrentino/maven-annotation-plugin

v4.3

Compare Source

Generic changes

update readme

382dfb7fe61851a bsorrentino 2020-09-25 15:31:42

set release version

db87a0476c03596 bsorrentino 2020-09-25 15:28:27

Start 4.3-SNAPSHOT development

be4e8404052f7e6 Martijn Dashorst 2020-09-23 09:37:39

Implement lastModified check for sources

  • The annotation processor should be able to skip the annotation
  • processing if the sources haven&#​39;t changed since the last processing.
  • This will speed up project builds considerably since for example the
  • JPA metamodel generator will not run if the entities haven&#​39;t been
  • modified, which will save the compiler of having to recompile your
  • whole module.
  • Using the option skipWithoutSourceChanges you can enable this
  • behavior. By default it is turned off to maintain the current behavior.
  • This change doesn&#​39;t track individual files, as there need not be a 1-1
  • mapping between the origin of the annotation processor and the
  • generated sources. The plugin rather determines from all source
  • locations what the most recent last modified time is, and does the same
  • for all the files in the output folder.
  • This cuts down rebuild times on my current project by a half or so
  • (going from over 2 minutes to just 1 minute).

30861dbad2fef67 Martijn Dashorst 2020-09-23 09:37:39

uodate site-maven-plugin version

c6dbeb9bb1e5709 bsorrentino 2020-08-05 16:15:28

#​85 Utilize lastModified times of source and output to skip annotation processing work in progress

merged PR #​85

  • renamed property from &#​39;skipWithoutSourceChanges&#​39; to &#​39;skipSourcesUnchanged&#​39;
  • put PR code in a new method &#​39;isSourcesUnchanged( List<> allSources )&#​39;

2bf7bedb068e64d bsorrentino 2020-09-24 10:03:51


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ghost

ghost commented Sep 25, 2020

Copy link
Copy Markdown

Black Duck Security Report

Merging #2081 into master will not change security risk.

Click here to see full report

@pethers pethers merged commit 747695c into master Sep 25, 2020
@renovate renovate Bot deleted the renovate/org.bsc.maven-maven-processor-plugin-4.x branch September 25, 2020 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants