Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codehaus-plexus/plexus-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: plexus-utils-3.5.0
Choose a base ref
...
head repository: codehaus-plexus/plexus-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: plexus-utils-3.5.1
Choose a head ref
  • 14 commits
  • 10 files changed
  • 5 contributors

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    c4c3f3e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Bump actions/checkout from 3.0.2 to 3.1.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.0.2...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7f7929f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Bump jmh-core from 1.35 to 1.36

    Bumps [jmh-core](https://github.com/openjdk/jmh) from 1.35 to 1.36.
    - [Release notes](https://github.com/openjdk/jmh/releases)
    - [Commits](openjdk/jmh@1.35...1.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.openjdk.jmh:jmh-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5528990 View commit details
    Browse the repository at this point in the history
  2. Bump jmh-generator-annprocess from 1.35 to 1.36

    Bumps [jmh-generator-annprocess](https://github.com/openjdk/jmh) from 1.35 to 1.36.
    - [Release notes](https://github.com/openjdk/jmh/releases)
    - [Commits](openjdk/jmh@1.35...1.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.openjdk.jmh:jmh-generator-annprocess
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    62c28af View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3.1.0 to 3.2.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.1.0...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6288353 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    b8696fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c415448 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Using Files#readString()/#writeString() on Java 11+

    This closes #233
    mkarg authored and michael-o committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    6aa1b6f View commit details
    Browse the repository at this point in the history
  2. Using Files#write() to implement Files#append()

    This closes #235
    mkarg authored and michael-o committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    9db3ea7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    4f333f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Bump codehaus-plexus/.github from 0.0.1 to 0.0.4

    Bumps codehaus-plexus/.github from 0.0.1 to 0.0.4.
    
    ---
    updated-dependencies:
    - dependency-name: codehaus-plexus/.github
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    d3d137c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Fix reading comments with UTF chars (fixes #238) (#240)

    * Fix reading comments with UTF chars (fixes #238)
    * Fix printable methods to account for UTF chars
    gnodet authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    32b72a6 View commit details
    Browse the repository at this point in the history
  2. Partial revert of "Support combine.self='remove'" to fix MNG-7709 (#241)

    This reverts commit 89f74c5.
    
    # Conflicts:
    #	src/test/java/org/codehaus/plexus/util/xml/Xpp3DomTest.java
    gnodet authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    bf198ff View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    8488ff2 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy