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: jakartaee/jaxb-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.2
Choose a base ref
...
head repository: jakartaee/jaxb-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.3
Choose a head ref
  • 6 commits
  • 11 files changed
  • 8 contributors

Commits on Feb 19, 2024

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

Commits on Mar 20, 2024

  1. Merge pull request #307 from jakartaee/4.0.2-RELEASE

    4.0.2 release
    lukasj authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    748c50b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Handle empty string input for parseBase64Binary instead of throwing I…

    …llegalArgumentException (#309)
    
    * Handle empty string input for parseBase64Binary
    
    * Fix input validation in _parseBase64Binary and add test cases from https://www.rfc-editor.org/rfc/rfc4648#section-10
    
    Co-authored-by: Antonio Santos Izaguirre <antoniosanct@gmail.com>
    
    ---------
    
    Co-authored-by: Sander Hestvik <shestvik@cisco.com>
    Co-authored-by: Antonio Santos Izaguirre <antoniosanct@gmail.com>
    3 people authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    3cb177a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Fix #316, Unable to override JAXBContextFactory through properties (#317

    )
    
    * Fix #316, Unable to override JAXBContextFactory through properties
    
    Remove jakarta.xml.bind.JAXBContextFactory from properties passed
    to provider, as they are required to throw if they find an unsupported
    property. This was already done for the other find overload.
    
    * remove new test and add test case to existing tests
    
    * Update copyright years
    
    ---------
    
    Co-authored-by: Andre Wachsmuth <awa@xima.de>
    blutorange and awa-xima authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    57884ff View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. fix: Unmarshalling hexBinary with leading whitespaces yields null (#…

    …313)
    
    * fix: Unmarshalling hexBinary with leading whitespaces yields `null`
    
    Fixes #312
    
    * doc: update copyright years
    netmikey authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    256b24e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

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