Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump jsonschema2pojo.version from 1.2.1 to 1.2.2 #6359

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps jsonschema2pojo.version from 1.2.1 to 1.2.2.
Updates org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 1.2.1 to 1.2.2

Changelog

Sourced from org.jsonschema2pojo:jsonschema2pojo-maven-plugin's changelog.

Changelog

Commits
  • 115641c [maven-release-plugin] prepare release jsonschema2pojo-1.2.2
  • 76ff8b1 Downgrade javadoc plugin to avoid classpath errors
  • 9fe45b3 Various dependency updates
  • b4b11f9 Hide javadoc warnings for missing @​param etc
  • 77878f3 Minor Jackson and Gson updates
  • 34cc693 Merge pull request #1585 from dlehammer/patch-1
  • 1b2d41b Aligned timeType with Java LocalTime
  • fd3407b Merge pull request #1597 from juherr/github-1555
  • b4c374a Don't log ClassAlreadyExistsException for Enum
  • 72050f6 Merge pull request #1553 from unkish/issues/1550
  • Additional commits viewable in compare view

Updates org.jsonschema2pojo:jsonschema2pojo-core from 1.2.1 to 1.2.2

Changelog

Sourced from org.jsonschema2pojo:jsonschema2pojo-core's changelog.

Changelog

Commits
  • 115641c [maven-release-plugin] prepare release jsonschema2pojo-1.2.2
  • 76ff8b1 Downgrade javadoc plugin to avoid classpath errors
  • 9fe45b3 Various dependency updates
  • b4b11f9 Hide javadoc warnings for missing @​param etc
  • 77878f3 Minor Jackson and Gson updates
  • 34cc693 Merge pull request #1585 from dlehammer/patch-1
  • 1b2d41b Aligned timeType with Java LocalTime
  • fd3407b Merge pull request #1597 from juherr/github-1555
  • b4c374a Don't log ClassAlreadyExistsException for Enum
  • 72050f6 Merge pull request #1553 from unkish/issues/1550
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> 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)

Bumps `jsonschema2pojo.version` from 1.2.1 to 1.2.2.

Updates `org.jsonschema2pojo:jsonschema2pojo-maven-plugin` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/joelittlejohn/jsonschema2pojo/releases)
- [Changelog](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CHANGELOG.md)
- [Commits](joelittlejohn/jsonschema2pojo@jsonschema2pojo-1.2.1...jsonschema2pojo-1.2.2)

Updates `org.jsonschema2pojo:jsonschema2pojo-core` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/joelittlejohn/jsonschema2pojo/releases)
- [Changelog](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CHANGELOG.md)
- [Commits](joelittlejohn/jsonschema2pojo@jsonschema2pojo-1.2.1...jsonschema2pojo-1.2.2)

---
updated-dependencies:
- dependency-name: org.jsonschema2pojo:jsonschema2pojo-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jsonschema2pojo:jsonschema2pojo-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from manusa as a code owner September 20, 2024 11:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 20, 2024
Copy link

@rohanKanojia
Copy link
Member

karaf tests are failing:

[org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer] DEBUG : Shutting down the test container (Pax Runner)
Error:  Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0 s <<< FAILURE! -- in io.fabric8.kubernetes.karaf.itests.PropertiesOverrideTest
Error:  io.fabric8.kubernetes.karaf.itests.PropertiesOverrideTest -- Time elapsed: 0 s <<< ERROR!
java.lang.RuntimeException: Problem starting container
	at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.start(KarafTestContainer.java:195)
	at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.setUp(EagerSingleStagedReactor.java:86)
	at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.beforeClass(EagerSingleStagedReactor.java:136)
	at org.ops4j.pax.exam.spi.reactors.ReactorManager.beforeClass(ReactorManager.java:457)
	at org.ops4j.pax.exam.junit.impl.ProbeRunner.run(ProbeRunner.java:97)
	at org.ops4j.pax.exam.junit.PaxExam.run(PaxExam.java:93)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.rmi.server.ExportException: internal error: ObjID already in use
	at sun.rmi.transport.ObjectTable.putTarget(ObjectTable.java:186)
	at sun.rmi.transport.Transport.exportObject(Transport.java:106)
	at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:265)
	at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:412)
	at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:147)
	at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:237)
	at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:213)
	at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:198)
	at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:203)
	at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.openRegistryOnFreePort(KarafTestContainer.java:228)
	at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.start(KarafTestContainer.java:134)
	... 13 more

Error:  io.fabric8.kubernetes.karaf.itests.PropertiesOverrideTest -- Time elapsed: 0 s <<< ERROR!
java.lang.RuntimeException: Container never came up
	at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.stop(KarafTestContainer.java:695)
	at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.tearDown(EagerSingleStagedReactor.java:118)
	at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.afterClass(EagerSingleStagedReactor.java:132)
	at org.ops4j.pax.exam.spi.reactors.ReactorManager.afterClass(ReactorManager.java:441)
	at org.ops4j.pax.exam.junit.impl.ProbeRunner.run(ProbeRunner.java:107)
	at org.ops4j.pax.exam.junit.PaxExam.run(PaxExam.java:93)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[INFO] 
[INFO] Results:
[INFO] 
Error:  Errors: 
Error:  io.fabric8.kubernetes.karaf.itests.FeatureInstallationTest.null
Error:    Run 1: FeatureInstallationTest » Runtime Problem starting container
Error:    Run 2: FeatureInstallationTest » Runtime Container never came up
[INFO] 
Error:  io.fabric8.kubernetes.karaf.itests.KubernetesDeserializerTest.null
Error:    Run 1: KubernetesDeserializerTest » Runtime Cannot get the remote bundle context
Error:    Run 2: KubernetesDeserializerTest » Runtime Container never came up
[INFO] 
Error:  io.fabric8.kubernetes.karaf.itests.PropertiesOverrideTest.null
Error:    Run 1: PropertiesOverrideTest » Runtime Problem starting container
Error:    Run 2: PropertiesOverrideTest » Runtime Container never came up
[INFO] 
Error:  io.fabric8.kubernetes.karaf.itests.ServiceTest.null
Error:    Run 1: ServiceTest » Runtime Problem starting container
Error:    Run 2: ServiceTest » Runtime Container never came up
[INFO] 

@manusa
Copy link
Member

manusa commented Sep 20, 2024

karaf tests are failing:

This is weird since it's a Maven Plugin.
Maybe a flake run.
If not, the plugin will be removed anyway as part of #6130, so we can just close it.

@manusa manusa added this to the 7.0.0 milestone Sep 20, 2024 — with automated-tasks
Copy link
Member

@manusa manusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thx!

@manusa manusa merged commit 4ba8ae7 into main Sep 20, 2024
21 checks passed
@manusa manusa deleted the dependabot/maven/jsonschema2pojo.version-1.2.2 branch September 20, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants