citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.98k stars 1.47k forks source link

Bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.3 to 3.0.1 #133

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps jakarta.xml.bind:jakarta.xml.bind-api from 2.3.3 to 3.0.1.

Release notes

Sourced from jakarta.xml.bind:jakarta.xml.bind-api's releases.

Jakarta XML Binding API 3.0.1

The 3.0.1 release is a bug fix release of 3.0.0.

Following changes are included:

Jakarta XML Binding API 3.0.0 Final Release

The 3.0.0 release is the first release under the jakarta.xml.bind.* namespace.

Commits
  • d8a68e7 Update API version of jakarta.xml.bind:jakarta.xml.bind-api to 3.0.1
  • 6cda2dc use class classloader if it has not been loaded by system classloader
  • 616100a Be defensive when working with passed in classes
  • 7fe4d2e #121: ContextFinder falls back to context classloader resulting in class cast...
  • a0cc226 #172: default factory class name
  • e9ca8e7 Integrate activation 2.0.1,
  • b717e34 Bump junit from 4.12 to 4.13.1 in /jaxb-api-test
  • 652f8ad Update API version of jakarta.xml.bind:jakarta.xml.bind-api to 3.0.1-SNAPSHOT
  • 9766250 Update API version of jakarta.xml.bind:jakarta.xml.bind-api to 3.0.0
  • e63c086 fix JAXB acronym usage, use correct module name
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | jakarta.xml.bind:jakarta.xml.bind-api | [>= 4.0.a, < 4.1] |

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

orende commented 6 months ago

@dependabot rebase

orende commented 6 months ago

Tests failing with the error(s):

ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'interfacesApplicationContext': Unsatisfied dependency expressed through field 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.orm.jpa.SharedEntityManagerCreator#0': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

This is likely caused by JAXBException moving from the javax package to the jakarta package. We'll have to manually bump this dep and update the imports.