Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 19, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.java-diff-utils:java-diff-utils 4.0 -> 4.11 age adoption passing confidence

Release Notes

java-diff-utils/java-diff-utils

v4.11

Changed
  • bugfixing new UnifiedDiff reader
    • header for each file
    • skip empty lines
  • introduction of Meyers Diff Algorithm with Linear Space improvment (until matured this will not be the default diff algorithm)
  • introduction of DiffAlgorithmFactory to set the default diff algorithm DiffUtils use (DiffUtils.withDefaultDiffAlgorithmFactory(MeyersDiffWithLinearSpace.factory());)

v4.10

Changed
  • bugfixing on new UnifiedDiff reader / writer for multifile usage
  • bugfix for wrong DiffRow type while transforming from a patch that removed a line in one changeset
  • introduced change position into UnifiedDiff reader
  • introduced first version of conflict output possibility (like GIT merge conflict)
    • moved verification to AbstractDelta
    • introduced ConflictOutput to Patch to add optional behaviour to patch conflicts

v4.9

Changed
  • make patch serializable

v4.8

Changed
  • some bugfixes regarding unified diff writer
  • UnifiedDiffReader improved for deleted file mode and better timestamp recognition
  • UnifiedDiffReader improved for new file mode and better timestamp recognition

v4.7

Changed
  • minor bug fixes
  • optional include equal parts of original and revised data
  • API change: removed DiffException completely
  • added possibility to process diffs to for instance show whitespace characters

v4.4

Changed
  • java-diff-utils is now a multi module project. The main project java-diff-utils now comes without any dependencies.
  • started reimplementation of unified diff tools
  • Exchange 0 += 1 for 0 = 1 in UnifiedDiffUtils
  • preview of new Unified Diff Reader / Writer. This is not yet feature complete but passes the tests of the old version.
    • feel free to issue some change requests for the api.
  • introduces lineNormalizer extension point to e.g. change html code encoding. (issue #​41)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate-bot renovate-bot requested a review from a team February 19, 2022 00:38
@renovate-bot renovate-bot requested a review from a team as a code owner February 19, 2022 00:38
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2022
@codecov
Copy link

codecov bot commented Feb 19, 2022

Codecov Report

Merging #943 (60fd99c) into main (0bcb2d1) will not change coverage.
The diff coverage is n/a.

❗ Current head 60fd99c differs from pull request most recent head 6ba6912. Consider uploading reports for the commit 6ba6912 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #943   +/-   ##
=======================================
  Coverage   91.13%   91.13%           
=======================================
  Files         265      265           
  Lines       27632    27632           
  Branches     1203     1203           
=======================================
  Hits        25182    25182           
  Misses       2096     2096           
  Partials      354      354           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0bcb2d1...6ba6912. Read the comment docs.

@renovate-bot renovate-bot force-pushed the renovate/io.github.java-diff-utils-java-diff-utils-4.x branch 2 times, most recently from 1fc9a70 to 0e1f1bb Compare February 23, 2022 17:04
@suztomo suztomo added automerge Merge the pull request once unit tests and other checks pass. kokoro:run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 23, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 23, 2022
@renovate-bot renovate-bot force-pushed the renovate/io.github.java-diff-utils-java-diff-utils-4.x branch from 0e1f1bb to 60fd99c Compare February 24, 2022 15:55
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 24, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@meltsufin meltsufin added the automerge Merge the pull request once unit tests and other checks pass. label Feb 28, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit b9cd700 into googleapis:main Feb 28, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 28, 2022
@renovate-bot renovate-bot deleted the renovate/io.github.java-diff-utils-java-diff-utils-4.x branch February 28, 2022 20:54
suztomo pushed a commit that referenced this pull request Dec 16, 2022
…ils to v4.11 (#943)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.github.java-diff-utils:java-diff-utils](https://togithub.com/java-diff-utils/java-diff-utils) | `4.0` -> `4.11` | [![age](https://badges.renovateapi.com/packages/maven/io.github.java-diff-utils:java-diff-utils/4.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.github.java-diff-utils:java-diff-utils/4.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.github.java-diff-utils:java-diff-utils/4.11/compatibility-slim/4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.github.java-diff-utils:java-diff-utils/4.11/confidence-slim/4.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>java-diff-utils/java-diff-utils</summary>

### [`v4.11`](https://togithub.com/java-diff-utils/java-diff-utils/blob/HEAD/CHANGELOG.md#&#8203;411)

##### Changed

-   bugfixing new UnifiedDiff reader
    -   header for each file
    -   skip empty lines
-   introduction of Meyers Diff Algorithm with Linear Space improvment (until matured this will not be the default diff algorithm)
-   introduction of DiffAlgorithmFactory to set the default diff algorithm DiffUtils use (`DiffUtils.withDefaultDiffAlgorithmFactory(MeyersDiffWithLinearSpace.factory());`)

### [`v4.10`](https://togithub.com/java-diff-utils/java-diff-utils/blob/HEAD/CHANGELOG.md#&#8203;410)

##### Changed

-   bugfixing on new UnifiedDiff reader / writer for multifile usage
-   bugfix for wrong DiffRow type while transforming from a patch that removed a line in one changeset
-   introduced change position into UnifiedDiff reader
-   introduced first version of conflict output possibility (like GIT merge conflict)
    -   moved verification to `AbstractDelta`
    -   introduced `ConflictOutput` to `Patch` to add optional behaviour to patch conflicts

### [`v4.9`](https://togithub.com/java-diff-utils/java-diff-utils/blob/HEAD/CHANGELOG.md#&#8203;49)

##### Changed

-   make patch serializable

### [`v4.8`](https://togithub.com/java-diff-utils/java-diff-utils/blob/HEAD/CHANGELOG.md#&#8203;48)

##### Changed

-   some bugfixes regarding unified diff writer
-   UnifiedDiffReader improved for **deleted file mode** and better timestamp recognition
-   UnifiedDiffReader improved for **new file mode** and better timestamp recognition

### [`v4.7`](https://togithub.com/java-diff-utils/java-diff-utils/blob/HEAD/CHANGELOG.md#&#8203;47)

##### Changed

-   minor bug fixes
-   optional include equal parts of original and revised data
-   **API** change: removed DiffException completely
-   added possibility to **process diffs** to for instance show whitespace characters

### [`v4.4`](https://togithub.com/java-diff-utils/java-diff-utils/blob/HEAD/CHANGELOG.md#&#8203;44--2019-11-06)

##### Changed

-   java-diff-utils is now a multi module project. The main project java-diff-utils now comes without any dependencies.
-   started reimplementation of unified diff tools
-   Exchange `0 += 1` for `0 = 1` in UnifiedDiffUtils
-   preview of new Unified Diff Reader / Writer. This is not yet feature complete but passes the tests of the old version.
    -   feel free to issue some change requests for the api.
-   introduces lineNormalizer extension point to e.g. change html code encoding. (issue [#&#8203;41](https://togithub.com/java-diff-utils/java-diff-utils/issues/41))

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-java).
suztomo pushed a commit that referenced this pull request Mar 21, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cachetools](https://togithub.com/tkem/cachetools) | `==4.2.4` -> `==5.2.0` | [![age](https://badges.renovateapi.com/packages/pypi/cachetools/5.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/cachetools/5.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/cachetools/5.2.0/compatibility-slim/4.2.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/cachetools/5.2.0/confidence-slim/4.2.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-core).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4xIn0=-->
suztomo pushed a commit that referenced this pull request Mar 21, 2023
🤖 I have created a release *beep* *boop*
---


## [2.8.17](googleapis/java-core@v2.8.16...v2.8.17) (2022-09-28)


### Dependencies

* Update dependency cachetools to v5 ([#943](googleapis/java-core#943)) ([1406c09](googleapis/java-core@1406c09))
* Update dependency certifi to v2022.9.24 ([#934](googleapis/java-core#934)) ([b6e1904](googleapis/java-core@b6e1904))
* Update dependency charset-normalizer to v2.1.1 ([#938](googleapis/java-core#938)) ([ac43d61](googleapis/java-core@ac43d61))
* Update dependency click to v8.1.3 ([#946](googleapis/java-core#946)) ([05fe31f](googleapis/java-core@05fe31f))
* Update dependency com.google.api.grpc:proto-google-common-protos to v2.9.4 ([#945](googleapis/java-core#945)) ([3ebff6f](googleapis/java-core@3ebff6f))
* Update dependency gcp-releasetool to v1.8.8 ([#935](googleapis/java-core#935)) ([0f99ae1](googleapis/java-core@0f99ae1))
* Update dependency google-api-core to v2.10.1 ([#947](googleapis/java-core#947)) ([dedddfe](googleapis/java-core@dedddfe))
* Update dependency google-auth to v2.12.0 ([#948](googleapis/java-core#948)) ([67e53aa](googleapis/java-core@67e53aa))
* Update dependency google-cloud-core to v2.3.2 ([#936](googleapis/java-core#936)) ([a0d2e3e](googleapis/java-core@a0d2e3e))
* Update dependency google-cloud-storage to v2.5.0 ([#949](googleapis/java-core#949)) ([6edc6e3](googleapis/java-core@6edc6e3))
* Update dependency google-crc32c to v1.5.0 ([#950](googleapis/java-core#950)) ([0dda0a2](googleapis/java-core@0dda0a2))
* Update dependency googleapis-common-protos to v1.56.4 ([#937](googleapis/java-core#937)) ([b22a2b1](googleapis/java-core@b22a2b1))
* Update dependency importlib-metadata to v4.12.0 ([#951](googleapis/java-core#951)) ([6abe579](googleapis/java-core@6abe579))
* Update dependency jeepney to v0.8.0 ([#952](googleapis/java-core#952)) ([6a392e8](googleapis/java-core@6a392e8))
* Update dependency jinja2 to v3.1.2 ([#953](googleapis/java-core#953)) ([18a54a7](googleapis/java-core@18a54a7))
* Update dependency keyring to v23.9.3 ([#954](googleapis/java-core#954)) ([5ceabaa](googleapis/java-core@5ceabaa))
* Update dependency markupsafe to v2.1.1 ([#955](googleapis/java-core#955)) ([f64e9bf](googleapis/java-core@f64e9bf))
* Update dependency protobuf to v3.20.2 ([#956](googleapis/java-core#956)) ([fb1aea6](googleapis/java-core@fb1aea6))
* Update dependency protobuf to v4 ([#944](googleapis/java-core#944)) ([6b02535](googleapis/java-core@6b02535))
* Update dependency pyjwt to v2.5.0 ([#939](googleapis/java-core#939)) ([cc8ba46](googleapis/java-core@cc8ba46))
* Update dependency requests to v2.28.1 ([#940](googleapis/java-core#940)) ([ec195e3](googleapis/java-core@ec195e3))
* Update dependency typing-extensions to v4.3.0 ([#941](googleapis/java-core#941)) ([4c414e9](googleapis/java-core@4c414e9))
* Update dependency zipp to v3.8.1 ([#942](googleapis/java-core#942)) ([6dfb0d8](googleapis/java-core@6dfb0d8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants