[go: up one dir, main page]

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: apache/maven-javadoc-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-javadoc-plugin-3.10.1
Choose a base ref
...
head repository: apache/maven-javadoc-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 16 files changed
  • 7 contributors

Commits on Sep 26, 2024

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

Commits on Oct 2, 2024

  1. [MJAVADOC-816] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3…

    ….0 (#322)
    
    Bumps [org.codehaus.plexus:plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.2.0 to 1.3.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-languages/releases)
    - [Commits](codehaus-plexus/plexus-languages@plexus-languages-1.2.0...plexus-languages-1.3.0)
    
    ---
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    effd664 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Bump commons-io:commons-io in /src/it/projects/MJAVADOC-437/module2

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1b6ec4a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Fix typo

    michael-o committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    5775ce1 View commit details
    Browse the repository at this point in the history
  2. Fix SCM tag

    michael-o committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ba266c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. [MJAVADOC-817] Upgrade to Doxia 2.0.0 GA Stack

    This closes #330
    michael-o committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    373172d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. [MJAVADOC-787] Automatic detection of release option for JDK < 9

    Similar to MCOMPILER-582, automatically disregard the `--release` flag
    for javadoc version < 9.
    
    This closes #326
    laurentgo authored and michael-o committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3a90de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c5fdc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    ee030f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1090c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62a6861 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e314da0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    619650c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d060a5a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Bump org.codehaus.mojo:l10n-maven-plugin from 1.0.0 to 1.1.0

    Bumps [org.codehaus.mojo:l10n-maven-plugin](https://github.com/mojohaus/l10n-maven-plugin) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/mojohaus/l10n-maven-plugin/releases)
    - [Commits](mojohaus/l10n-maven-plugin@l10n-maven-plugin-1.0.0...1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:l10n-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6cec134 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. [MJAVADOC-822] skippedModules should be more scalable and support reg…

    …ex (#336)
    
    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    76826c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. refactor: Replace Plexus AbstractLogEnabled with SLF4J (#338)

    * refactor: Replace Plexus AbstractLogEnabled with SLF4J
    
    Use this link to re-run the recipe: https://app.moderne.io/builder/P4zH7djn6?organizationId=QXBhY2hlIE1hdmVu
    
    Co-authored-by: Moderne <team@moderne.io>
    
    * Move `slf4j-api` to compile scope now that we no longer log using Plexus
    
    * Fix checkstyle violation
    
    ---------
    
    Co-authored-by: Moderne <team@moderne.io>
    timtebeek and TeamModerne authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3bb982d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. [MJAVADOC-814] handle parameters such packages with multi lines (#337)

    * [MJAVADOC-814] handle parameters such packages with multi lines
    
    * manage other parameters with multi lines
    
    ---------
    
    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    314203a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39857ea View commit details
    Browse the repository at this point in the history
Loading