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

Migrate org.reflections.reflections from 0.9.12 to 0.10.2 #233

Merged
merged 2 commits into from
Nov 7, 2023

Fix refactoring

a37619d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Migrate org.reflections.reflections from 0.9.12 to 0.10.2 #233

Fix refactoring
a37619d
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Tests succeeded Nov 7, 2023 in 1s

JUnit Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionIT.xml 32✅ 651s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT.xml 168✅ 51s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplIT.xml 8✅ 6s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.api.config.ElasticsearchEvolutionConfigTest.xml 14✅ 270ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionTest.xml 4✅ 280ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest.xml 507✅ 3s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest.xml 4✅ 806ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest.xml 528✅ 8s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest.xml 17✅ 38ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest.xml 14✅ 386ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest.xml 6✅ 23ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.migration.MigrationScriptRequestTest.xml 3✅ 24ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest.xml 30✅ 76ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest.xml 14✅ 57ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest.xml 3✅ 3s
spring-boot-starter-elasticsearch-evolution/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationIT.xml 1✅ 63s
spring-boot-starter-elasticsearch-evolution/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationTest.xml 4✅ 4s
tests/test-spring-boot-2.1-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot21.ApplicationTests.xml 1✅ 25s
tests/test-spring-boot-2.2/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot22.ApplicationTests.xml 1✅ 24s
tests/test-spring-boot-2.3/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot23.ApplicationTests.xml 1✅ 24s
tests/test-spring-boot-2.4/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot24.ApplicationTests.xml 1✅ 26s
tests/test-spring-boot-2.5-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot25.ApplicationTest.xml 1✅ 24s
tests/test-spring-boot-2.6/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot26.ApplicationTests.xml 1✅ 25s
tests/test-spring-boot-2.7/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot27.ApplicationTests.xml 1✅ 26s

✅ elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionIT.xml

32 tests were completed in 651s with 32 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionIT 32✅ 651s

✅ elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT.xml

168 tests were completed in 51s with 168 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT 168✅ 51s

✅ elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplIT.xml

8 tests were completed in 6s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplIT 8✅ 6s

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.api.config.ElasticsearchEvolutionConfigTest.xml

14 tests were completed in 270ms with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.api.config.ElasticsearchEvolutionConfigTest 14✅ 270ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionTest.xml

4 tests were completed in 280ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionTest 4✅ 280ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest.xml

507 tests were completed in 3s with 507 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest 507✅ 3s

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest.xml

4 tests were completed in 806ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest 4✅ 806ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest.xml

528 tests were completed in 8s with 528 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest 528✅ 8s

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest.xml

17 tests were completed in 38ms with 17 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest 17✅ 38ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest.xml

14 tests were completed in 386ms with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest 14✅ 386ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest.xml

6 tests were completed in 23ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest 6✅ 23ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.migration.MigrationScriptRequestTest.xml

3 tests were completed in 24ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.migration.MigrationScriptRequestTest 3✅ 24ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest.xml

30 tests were completed in 76ms with 30 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest 30✅ 76ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest.xml

14 tests were completed in 57ms with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest 14✅ 57ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest.xml

3 tests were completed in 3s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest 3✅ 3s

✅ spring-boot-starter-elasticsearch-evolution/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationIT.xml

1 tests were completed in 63s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationIT 1✅ 63s

✅ spring-boot-starter-elasticsearch-evolution/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationTest.xml

4 tests were completed in 4s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationTest 4✅ 4s

✅ tests/test-spring-boot-2.1-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot21.ApplicationTests.xml

1 tests were completed in 25s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot21.ApplicationTests 1✅ 25s

✅ tests/test-spring-boot-2.2/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot22.ApplicationTests.xml

1 tests were completed in 24s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot22.ApplicationTests 1✅ 24s

✅ tests/test-spring-boot-2.3/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot23.ApplicationTests.xml

1 tests were completed in 24s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot23.ApplicationTests 1✅ 24s

✅ tests/test-spring-boot-2.4/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot24.ApplicationTests.xml

1 tests were completed in 26s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot24.ApplicationTests 1✅ 26s

✅ tests/test-spring-boot-2.5-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot25.ApplicationTest.xml

1 tests were completed in 24s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot25.ApplicationTest 1✅ 24s

✅ tests/test-spring-boot-2.6/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot26.ApplicationTests.xml

1 tests were completed in 25s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot26.ApplicationTests 1✅ 25s

✅ tests/test-spring-boot-2.7/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot27.ApplicationTests.xml

1 tests were completed in 26s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot27.ApplicationTests 1✅ 26s