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

Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump org.sonatype.plugins:nexus-staging-maven-plugin

de04786
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 #70

Bump org.sonatype.plugins:nexus-staging-maven-plugin
de04786
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Aug 31, 2024 in 0s

6 fail, 22 pass in 20s

28 tests  ±0   22 ✅ ±0   20s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    6 ❌ ±0 

Results for commit de04786. ± Comparison against earlier commit 01de8cc.

Annotations

Check warning on line 0 in org.osgi.test.cases.jpa.junit.CapabilitiesTestCase

See this annotation in the file changed.

@github-actions github-actions / Test Results

testContractCapability (org.osgi.test.cases.jpa.junit.CapabilitiesTestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.1.0.xml [took 0s]
Raw output
No contract capability found
junit.framework.AssertionFailedError: No contract capability found
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.TestCase.assertTrue(TestCase.java:192)
 at org.osgi.test.cases.jpa.junit.CapabilitiesTestCase.testContractCapability(CapabilitiesTestCase.java:154)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:569)
 at junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:366)
 at aQute.junit.Activator.automatic(Activator.java:277)
 at aQute.junit.Activator.run(Activator.java:190)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:464)
 at aQute.launcher.Launcher.launch(Launcher.java:437)
 at aQute.launcher.Launcher.run(Launcher.java:185)
 at aQute.launcher.Launcher.main(Launcher.java:161)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

Check warning on line 0 in org.osgi.test.cases.jpa.junit.CapabilitiesTestCase

See this annotation in the file changed.

@github-actions github-actions / Test Results

testRequireDifferentContractCapability (org.osgi.test.cases.jpa.junit.CapabilitiesTestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.1.0.xml [took 0s]
Raw output
Service for org.osgi.service.jpa.EntityManagerFactoryBuilder was registered despite not being expected
junit.framework.AssertionFailedError: Service for org.osgi.service.jpa.EntityManagerFactoryBuilder was registered despite not being expected
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNull(Assert.java:277)
 at junit.framework.TestCase.assertNull(TestCase.java:418)
 at org.osgi.test.cases.jpa.junit.CapabilitiesTestCase.waitForService(CapabilitiesTestCase.java:221)
 at org.osgi.test.cases.jpa.junit.CapabilitiesTestCase.testRequireDifferentContractCapability(CapabilitiesTestCase.java:193)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:569)
 at junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:366)
 at aQute.junit.Activator.automatic(Activator.java:277)
 at aQute.junit.Activator.run(Activator.java:190)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:464)
 at aQute.launcher.Launcher.launch(Launcher.java:437)
 at aQute.launcher.Launcher.run(Launcher.java:185)
 at aQute.launcher.Launcher.main(Launcher.java:161)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)
611 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - discovered persistence bundle org.osgi.test.cases.jpa.ctExtenderCapRequiringBundle (version: 4.2.0.202212101352, id: 24, state: INSTALLED) (Meta-Persistence = )
613 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking configuration for persistence unit dsfEMFTestUnit under pid org.ops4j.pax.jpa.pu.dsfEMFTestUnit, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/279 and vote or comment so this could be standardized in a future release of OSGi.
613 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking factory-configurations for persistence unit dsfEMFTestUnit under factory.pid org.ops4j.pax.jpa.pu.dsfEMFTestUnit for multi-tenant support, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/280 and vote or comment so this could be standardized in a future release of OSGi.
615 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - assign persistence provider org.eclipse.persistence.jpa.PersistenceProvider from bundle org.eclipse.persistence.jpa (version: 2.4.2.v20130514-5956486, id: 12, state: ACTIVE) to persistence unit dsfEMFTestUnit
615 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - bind persistence unit dsfEMFTestUnit to DataSourceFactory org.h2.util.OsgiDataSourceFactory
615 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - Create EntityManagerFactory...
616 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - persistence bundle org.osgi.test.cases.jpa.ctExtenderCapRequiringBundle (version: 4.2.0.202212101352, id: 24, state: INSTALLED) is not started yet, EntityManagerFactoryBuilder service registration for persistence unit dsfEMFTestUnit is delayed...
616 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - persistence bundle org.osgi.test.cases.jpa.ctExtenderCapRequiringBundle (version: 4.2.0.202212101352, id: 24, state: INSTALLED) is not started yet, service registration is delayed...
618 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - Create EntityManagerFactory...
620 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit dsfEMFTestUnit...
621 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactory Service for persistence unit dsfEMFTestUnit...
624 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - persistence bundle org.osgi.test.cases.jpa.ctExtenderCapRequiringBundle (version: 4.2.0.202212101352, id: 24, state: UNINSTALLED) is removed now
624 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - Shutdown persistence bundle org.osgi.test.cases.jpa.ctExtenderCapRequiringBundle (version: 4.2.0.202212101352, id: 24, state: UNINSTALLED)
626 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - no DataSourceFactory available, persistence unit dsfEMFTestUnit is incomplete

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase

See this annotation in the file changed.

@github-actions github-actions / Test Results

testUpdateEMFProperties (org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.1.0.xml [took 5s]
Raw output
Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
junit.framework.AssertionFailedError: Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNotNull(Assert.java:256)
 at junit.framework.TestCase.assertNotNull(TestCase.java:399)
 at org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.waitForService(JPAService_1_1_TestCase.java:293)
 at org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.testUpdateEMFProperties(JPAService_1_1_TestCase.java:124)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:569)
 at junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:366)
 at aQute.junit.Activator.automatic(Activator.java:277)
 at aQute.junit.Activator.run(Activator.java:190)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:464)
 at aQute.launcher.Launcher.launch(Launcher.java:437)
 at aQute.launcher.Launcher.run(Launcher.java:185)
 at aQute.launcher.Launcher.main(Launcher.java:161)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)
825 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - discovered persistence bundle org.osgi.test.cases.jpa.emfBuilderBundle (version: 4.2.0.202212101352, id: 26, state: INSTALLED) (Meta-Persistence = )
826 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking configuration for persistence unit emfBuilderTestUnit under pid org.ops4j.pax.jpa.pu.emfBuilderTestUnit, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/279 and vote or comment so this could be standardized in a future release of OSGi.
826 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking factory-configurations for persistence unit emfBuilderTestUnit under factory.pid org.ops4j.pax.jpa.pu.emfBuilderTestUnit for multi-tenant support, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/280 and vote or comment so this could be standardized in a future release of OSGi.
827 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - assign persistence provider org.eclipse.persistence.jpa.PersistenceProvider from bundle org.eclipse.persistence.jpa (version: 2.4.2.v20130514-5956486, id: 12, state: ACTIVE) to persistence unit emfBuilderTestUnit
827 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - no javax.persistence.jdbc.driver property specified persistence unit emfBuilderTestUnit is incomplete
829 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit emfBuilderTestUnit...
832 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit emfBuilderTestUnit...
5835 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - persistence bundle org.osgi.test.cases.jpa.emfBuilderBundle (version: 4.2.0.202212101352, id: 26, state: UNINSTALLED) is removed now
5835 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - Shutdown persistence bundle org.osgi.test.cases.jpa.emfBuilderBundle (version: 4.2.0.202212101352, id: 26, state: UNINSTALLED)

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase

See this annotation in the file changed.

@github-actions github-actions / Test Results

testClosingEntityManagerFactoryService (org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.1.0.xml [took 5s]
Raw output
Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
junit.framework.AssertionFailedError: Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNotNull(Assert.java:256)
 at junit.framework.TestCase.assertNotNull(TestCase.java:399)
 at org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.waitForService(JPAService_1_1_TestCase.java:293)
 at org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.testClosingEntityManagerFactoryService(JPAService_1_1_TestCase.java:180)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:569)
 at junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:366)
 at aQute.junit.Activator.automatic(Activator.java:277)
 at aQute.junit.Activator.run(Activator.java:190)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:464)
 at aQute.launcher.Launcher.launch(Launcher.java:437)
 at aQute.launcher.Launcher.run(Launcher.java:185)
 at aQute.launcher.Launcher.main(Launcher.java:161)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)
5838 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - discovered persistence bundle org.osgi.test.cases.jpa.emfBuilderBundle (version: 4.2.0.202212101352, id: 27, state: INSTALLED) (Meta-Persistence = )
5839 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking configuration for persistence unit emfBuilderTestUnit under pid org.ops4j.pax.jpa.pu.emfBuilderTestUnit, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/279 and vote or comment so this could be standardized in a future release of OSGi.
5840 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking factory-configurations for persistence unit emfBuilderTestUnit under factory.pid org.ops4j.pax.jpa.pu.emfBuilderTestUnit for multi-tenant support, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/280 and vote or comment so this could be standardized in a future release of OSGi.
5840 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - assign persistence provider org.eclipse.persistence.jpa.PersistenceProvider from bundle org.eclipse.persistence.jpa (version: 2.4.2.v20130514-5956486, id: 12, state: ACTIVE) to persistence unit emfBuilderTestUnit
5840 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - no javax.persistence.jdbc.driver property specified persistence unit emfBuilderTestUnit is incomplete
5841 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit emfBuilderTestUnit...
5845 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit emfBuilderTestUnit...
10847 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - persistence bundle org.osgi.test.cases.jpa.emfBuilderBundle (version: 4.2.0.202212101352, id: 27, state: UNINSTALLED) is removed now
10847 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - Shutdown persistence bundle org.osgi.test.cases.jpa.emfBuilderBundle (version: 4.2.0.202212101352, id: 27, state: UNINSTALLED)

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Test Results

testEntityManagerFactoryRebindingWithBuilder (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.1.0.xml [took 0s]
Raw output
testEntityManagerFactoryRebindingWithBuilder failed expected:[java.lang.IllegalArgumentException] and got nothing
junit.framework.AssertionFailedError: testEntityManagerFactoryRebindingWithBuilder failed expected:[java.lang.IllegalArgumentException] and got nothing
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.failException(DefaultTestBundleControl.java:106)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testEntityManagerFactoryRebindingWithBuilder(JPATestCase.java:208)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:569)
 at junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:366)
 at aQute.junit.Activator.automatic(Activator.java:277)
 at aQute.junit.Activator.run(Activator.java:190)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:464)
 at aQute.launcher.Launcher.launch(Launcher.java:437)
 at aQute.launcher.Launcher.run(Launcher.java:185)
 at aQute.launcher.Launcher.main(Launcher.java:161)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)
10890 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - discovered persistence bundle org.osgi.test.cases.jpa.emfRebindingWithBuilderBundle (version: 4.2.0.202212101352, id: 32, state: INSTALLED) (Meta-Persistence = )
10892 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking configuration for persistence unit emfRebindingWithBuilderTestUnit under pid org.ops4j.pax.jpa.pu.emfRebindingWithBuilderTestUnit, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/279 and vote or comment so this could be standardized in a future release of OSGi.
10892 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking factory-configurations for persistence unit emfRebindingWithBuilderTestUnit under factory.pid org.ops4j.pax.jpa.pu.emfRebindingWithBuilderTestUnit for multi-tenant support, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/280 and vote or comment so this could be standardized in a future release of OSGi.
10892 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - assign persistence provider org.eclipse.persistence.jpa.PersistenceProvider from bundle org.eclipse.persistence.jpa (version: 2.4.2.v20130514-5956486, id: 12, state: ACTIVE) to persistence unit emfRebindingWithBuilderTestUnit
10893 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - bind persistence unit emfRebindingWithBuilderTestUnit to DataSourceFactory org.h2.util.OsgiDataSourceFactory
10893 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - Create EntityManagerFactory...
10893 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - persistence bundle org.osgi.test.cases.jpa.emfRebindingWithBuilderBundle (version: 4.2.0.202212101352, id: 32, state: INSTALLED) is not started yet, EntityManagerFactoryBuilder service registration for persistence unit emfRebindingWithBuilderTestUnit is delayed...
10893 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - persistence bundle org.osgi.test.cases.jpa.emfRebindingWithBuilderBundle (version: 4.2.0.202212101352, id: 32, state: INSTALLED) is not started yet, service registration is delayed...
10894 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - Create EntityManagerFactory...
10896 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit emfRebindingWithBuilderTestUnit...
10896 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactory Service for persistence unit emfRebindingWithBuilderTestUnit...
10899 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit emfRebindingWithBuilderTestUnit...
10899 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactory Service for persistence unit emfRebindingWithBuilderTestUnit...
10900 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - persistence bundle org.osgi.test.cases.jpa.emfRebindingWithBuilderBundle (version: 4.2.0.202212101352, id: 32, state: UNINSTALLED) is removed now
10900 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - Shutdown persistence bundle org.osgi.test.cases.jpa.emfRebindingWithBuilderBundle (version: 4.2.0.202212101352, id: 32, state: UNINSTALLED)
10900 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - no DataSourceFactory available, persistence unit emfRebindingWithBuilderTestUnit is incomplete

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Test Results

testEntityManagerFactoryBuilderRebinding (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.1.0.xml [took 0s]
Raw output
testEntityManagerFactoryBuilderRebinding failed expected:[java.lang.IllegalArgumentException] and got nothing
junit.framework.AssertionFailedError: testEntityManagerFactoryBuilderRebinding failed expected:[java.lang.IllegalArgumentException] and got nothing
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.failException(DefaultTestBundleControl.java:106)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testEntityManagerFactoryBuilderRebinding(JPATestCase.java:172)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:569)
 at junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:366)
 at aQute.junit.Activator.automatic(Activator.java:277)
 at aQute.junit.Activator.run(Activator.java:190)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:464)
 at aQute.launcher.Launcher.launch(Launcher.java:437)
 at aQute.launcher.Launcher.run(Launcher.java:185)
 at aQute.launcher.Launcher.main(Launcher.java:161)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)
10939 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - discovered persistence bundle org.osgi.test.cases.jpa.emfBuilderRebindingBundle (version: 4.2.0.202212101352, id: 37, state: INSTALLED) (Meta-Persistence = )
10941 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking configuration for persistence unit emfBuilderRebindingTestUnit under pid org.ops4j.pax.jpa.pu.emfBuilderRebindingTestUnit, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/279 and vote or comment so this could be standardized in a future release of OSGi.
10941 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - tracking factory-configurations for persistence unit emfBuilderRebindingTestUnit under factory.pid org.ops4j.pax.jpa.pu.emfBuilderRebindingTestUnit for multi-tenant support, this is non standard behavior, if you find this feature useful visit https://github.com/osgi/osgi/issues/280 and vote or comment so this could be standardized in a future release of OSGi.
10941 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - assign persistence provider org.eclipse.persistence.jpa.PersistenceProvider from bundle org.eclipse.persistence.jpa (version: 2.4.2.v20130514-5956486, id: 12, state: ACTIVE) to persistence unit emfBuilderRebindingTestUnit
10941 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - no javax.persistence.jdbc.driver property specified persistence unit emfBuilderRebindingTestUnit is incomplete
10944 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit emfBuilderRebindingTestUnit...
10947 [main] INFO org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl - register EntityManagerFactoryBuilder service for persistence unit emfBuilderRebindingTestUnit...
10948 [main] INFO org.ops4j.pax.jpa.impl.tracker.PersistenceBundleTrackerCustomizer - persistence bundle org.osgi.test.cases.jpa.emfBuilderRebindingBundle (version: 4.2.0.202212101352, id: 37, state: UNINSTALLED) is removed now
10948 [main] INFO org.ops4j.pax.jpa.impl.PersistenceProviderBundle - Shutdown persistence bundle org.osgi.test.cases.jpa.emfBuilderRebindingBundle (version: 4.2.0.202212101352, id: 37, state: UNINSTALLED)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

28 tests found

There are 28 tests, see "Raw output" for the full list of tests.
Raw output
org.osgi.test.cases.jpa.junit.CapabilitiesTestCase ‑ testContractCapability
org.osgi.test.cases.jpa.junit.CapabilitiesTestCase ‑ testExtenderCapability
org.osgi.test.cases.jpa.junit.CapabilitiesTestCase ‑ testRequireContractCapability
org.osgi.test.cases.jpa.junit.CapabilitiesTestCase ‑ testRequireDifferentContractCapability
org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase ‑ testClosingEntityManagerFactoryService
org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase ‑ testReportsCorrectPersistenceProviderDetails
org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase ‑ testUpdateEMFProperties
org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase ‑ testUseStandardDataSourceConfig
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testConfigPropertiesWithEntityManagerFactoryBuilder
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testDataSourceFactoryUnregistration
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactory
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactoryBuilder
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactoryBuilderRebinding
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactoryRebindingWithBuilder
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactoryWithIncompletePersistenceUnit
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testPersistenceBundleStopping
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testPersistenceClass
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testPersistenceClassWithMap
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testPersistenceProviderRegistration
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testDefaultPersistenceLocation
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testMultiplePersistenceLocations
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testNestedJarPersistenceLocation
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testNonStandardPersistenceLocation
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testPersistenceBundleWithNoHeader
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testPersistenceBundleWithProviderDependency
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testPersistenceWithUnavailableDatasource
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testPesistenceUnitServiceProperties
org.osgi.test.cases.jpa.junit.SignatureTestCase ‑ testSignatures