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

[#396] Fix compilation with JDK 23+ #397

Merged
merged 1 commit into from
Jan 7, 2025

[#396] Fix compilation with JDK 23+

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

[#396] Fix compilation with JDK 23+ #397

[#396] Fix compilation with JDK 23+
897b02b
Select commit
Loading
Failed to load commit list.
GitHub Actions / JDK 21 Tests succeeded Jan 7, 2025 in 0s

372 passed, 0 failed and 14 skipped

Tests passed successfully

Report Passed Failed Skipped Time
core/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.ReservedProcessorTest.xml 4✅ 6ms
core/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.types.DocumentationExtractorTest.xml 12✅ 9ms
core/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.types.ReflectionTypeFactoryTest.xml 1✅ 0ms
core/target/surefire-reports/TEST-org.infinispan.protostream.config.AnnotationConfigurationTest.xml 6✅ 4ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.FullBufferReadTest.xml 3✅ 5ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.GenericObjectTest.xml 1✅ 424ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.parser.AnnotationParserTest.xml 8✅ 0ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.parser.DescriptorsTest.xml 44✅ 93ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.parser.ParserTest.xml 1✅ 1ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.SerializationContextImplTest.xml 16✅ 116ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.SparseBitSetTest.xml 2✅ 43ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.TagWriterImplTest.xml 2✅ 16ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.TopLevelArrayTest.xml 2✅ 0ms
core/target/surefire-reports/TEST-org.infinispan.protostream.impl.UnknownFieldSetImplTest.xml 2✅ 44ms
core/target/surefire-reports/TEST-org.infinispan.protostream.MarshallingTest.xml 4✅ 24ms
core/target/surefire-reports/TEST-org.infinispan.protostream.ProtobufParserTest.xml 1✅ 7ms
core/target/surefire-reports/TEST-org.infinispan.protostream.ProtobufUtilTest.xml 28✅ 98ms
core/target/surefire-reports/TEST-org.infinispan.protostream.ProtoLockTest.xml 1✅ 84ms
core/target/surefire-reports/TEST-org.infinispan.protostream.schema.ProtoBufSchemaTest.xml 2✅ 16ms
core/target/surefire-reports/TEST-org.infinispan.protostream.SchemaEvolutionTest.xml 1✅ 6ms
core/target/surefire-reports/TEST-org.infinispan.protostream.test.PerformanceTest.xml 1⚪ 0ms
core/target/surefire-reports/TEST-org.infinispan.protostream.WrappingTest.xml 17✅ 127ms
integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.compliance.ComplianceTest.xml 1✅ 254ms
integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.performance.AnnotationsPerformanceTest.xml 1⚪ 0ms
integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.processor.annotated_package.AnnotationOnPackageIntegrationTest.xml 3✅ 13ms
integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.processor.AnnotationProcessorCompilationTest.xml 19✅ 3s
integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.processor.marshaller.GeneratedMarshallerTest.xml 11✅ 222ms
integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.transcoding.JSONTranscodingTest.xml 3✅ 63ms
processor/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.processor.tests.ProtoSchemaTest.xml 15✅ 166ms
processor/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.processor.tests.test_package.AnnotationOnPackageTest.xml 1✅ 59ms
processor/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.processor.types.MirrorTypeFactoryTest.xml 2✅ 1s
types/target/surefire-reports/TEST-org.infinispan.protostream.types.java.TypesMarshallingTest.xml 159✅ 12⚪ 1s

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.ReservedProcessorTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.annotations.impl.ReservedProcessorTest 4✅ 6ms

✅ org.infinispan.protostream.annotations.impl.ReservedProcessorTest

✅ testEmpty
✅ testReservedNumbers
✅ testDuplicateReservedNumber
✅ testDuplicateReservedName

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.types.DocumentationExtractorTest.xml

12 tests were completed in 9ms with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.annotations.impl.types.DocumentationExtractorTest 12✅ 9ms

✅ org.infinispan.protostream.annotations.impl.types.DocumentationExtractorTest

✅ testDefaultFieldAnnotation
✅ testMixedCustomMethodAnnotation
✅ testCustomMethodAnnotation
✅ testMultiDoc1
✅ testMultiDoc2
✅ testMultiDoc3
✅ testMultiDoc4
✅ testMixedCustomFieldAnnotation
✅ testSingleDoc1
✅ testSingleDoc2
✅ testCustomFieldAnnotation
✅ testDefaultMethodAnnotation

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.types.ReflectionTypeFactoryTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.annotations.impl.types.ReflectionTypeFactoryTest 1✅ 0ms

✅ org.infinispan.protostream.annotations.impl.types.ReflectionTypeFactoryTest

✅ testFromClass

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.config.AnnotationConfigurationTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.config.AnnotationConfigurationTest 6✅ 4ms

✅ org.infinispan.protostream.config.AnnotationConfigurationTest

✅ testComplexConfiguration
✅ testNullDefaultValue
✅ testMatchingDefaultValueType
✅ testAttributeNameMustNotBeEmpty
✅ testRepeatableAnnotation
✅ testWrongDefaultValueType

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.FullBufferReadTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.FullBufferReadTest 3✅ 5ms

✅ org.infinispan.protostream.impl.FullBufferReadTest

✅ testFullArrayInputStreamMarshaller
✅ testFullArrayMarshaller
✅ illegalStateExceptionOnMixingReadWithFullBuffer

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.GenericObjectTest.xml

1 tests were completed in 424ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.GenericObjectTest 1✅ 424ms

✅ org.infinispan.protostream.impl.GenericObjectTest

✅ testMarshallerProviderDynamicTypes

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.parser.AnnotationParserTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.parser.AnnotationParserTest 8✅ 0ms

✅ org.infinispan.protostream.impl.parser.AnnotationParserTest

✅ testInvalidUnicodeEscape
✅ testEmptyAnnotations
✅ testMultipleAnnotations
✅ testSingleAnnotation
✅ testNoShmooExpected
✅ testDefaultArrayValue
✅ testUnexpectedShmoo
✅ testAnnotationsMustStartOnAnEmptyLine

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.parser.DescriptorsTest.xml

44 tests were completed in 93ms with 44 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.parser.DescriptorsTest 44✅ 93ms

✅ org.infinispan.protostream.impl.parser.DescriptorsTest

✅ testPrivateImport
✅ testNotImportedInAnotherPackage
✅ testDuplicateTypeInMessage1
✅ testDuplicateTypeInMessage2
✅ testDuplicateTypeInMessage3
✅ testDuplicateEnumConstantName
✅ testInputFromDiskFile
✅ testIndirectlyImportSameFile
✅ testUndefinedAnnotation
✅ testDuplicateTypeInPackage1
✅ testDuplicateTypeInPackage2
✅ testDuplicateOptionInFile
✅ testNestedMessageWithSameName
✅ testEnumConstantNameClashesWithEnumTypeName
✅ testArrayAnnotationAttributeNormalizing
✅ testDuplicateTypeIdInSameFile
✅ testBrokenUndefinedAnnotation
✅ testEnumConstantNameClashesWithContainingEnumTypeName
✅ testAnnotationParser
✅ testDuplicateImport
✅ testRepeatedAnnotation
✅ testAnnotationTarget
✅ testNotImportedInSamePackage
✅ testDuplicateTypeIdInImportedFile
✅ testInvalidImport
✅ testDuplicateTypeInFile1
✅ testDuplicateTypeInFile2
✅ testDuplicateTypeInFile3
✅ testMultipleAnnotationAttribute
✅ testDuplicateAnnotation
✅ testEmptyPackageName
✅ testInputFromString
✅ testImportAndPackage
✅ testCyclicImport
✅ testDefinitionNameWithDots1
✅ testDefinitionNameWithDots2
✅ testDuplicateEnumConstantValue
✅ testPublicImport
✅ testDuplicateUndefinedAnnotation
✅ testDocComment
✅ testTransform
✅ testGroupsAreNotSupported
✅ testAllowAliasOfEnumConstantValue
✅ testDocAnnotations

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.parser.ParserTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.parser.ParserTest 1✅ 1ms

✅ org.infinispan.protostream.impl.parser.ParserTest

✅ testParser

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.SerializationContextImplTest.xml

16 tests were completed in 116ms with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.SerializationContextImplTest 16✅ 116ms

✅ org.infinispan.protostream.impl.SerializationContextImplTest

✅ testRegisterProtoFiles
✅ testTwoFilesWithErrorsAtOnce
✅ testUnregisterFileWithErrors
✅ testDuplicateTypeIdInSameFile
✅ testFileCanExistWithSemanticErrors
✅ testTwoFilesWithErrorsSeparately
✅ testRegisterImproperMarshaller1
✅ testRegisterImproperMarshaller2
✅ testMarshallerProvider
✅ testFileCannotExistWithParsingErrors
✅ testFileCanExistWithParsingErrors
✅ testEnumConstantNameClashesWithOtherType1
✅ testEnumConstantNameClashesWithOtherType2
✅ testEnumConstantNameClashesWithOtherType3
✅ testDuplicateTypeIdInDifferentFiles
✅ testUnregisterMissingFiles

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.SparseBitSetTest.xml

2 tests were completed in 43ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.SparseBitSetTest 2✅ 43ms

✅ org.infinispan.protostream.impl.SparseBitSetTest

✅ testNextSetBit
✅ testNextClearBit

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.TagWriterImplTest.xml

2 tests were completed in 16ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.TagWriterImplTest 2✅ 16ms

✅ org.infinispan.protostream.impl.TagWriterImplTest

✅ testOutputStreamEncodeAndDecode
✅ testByteArrayEncodeAndDecode

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.TopLevelArrayTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.TopLevelArrayTest 2✅ 0ms

✅ org.infinispan.protostream.impl.TopLevelArrayTest

✅ testCustomMessageArrayMarshalling
✅ testCustomIntArrayMarshalling

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.impl.UnknownFieldSetImplTest.xml

2 tests were completed in 44ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.impl.UnknownFieldSetImplTest 2✅ 44ms

✅ org.infinispan.protostream.impl.UnknownFieldSetImplTest

✅ testSerializationRoundtrip
✅ testProtobufRoundtrip

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.MarshallingTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.MarshallingTest 4✅ 24ms

✅ org.infinispan.protostream.MarshallingTest

✅ testMarshallUserUsingByteArray
✅ testMarshallAccount
✅ testMarshallAccountUsingInputStream
✅ testMarshallUserUsingInputStream

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.ProtobufParserTest.xml

1 tests were completed in 7ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.ProtobufParserTest 1✅ 7ms

✅ org.infinispan.protostream.ProtobufParserTest

✅ testTagHandler

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.ProtobufUtilTest.xml

28 tests were completed in 98ms with 28 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.ProtobufUtilTest 28✅ 98ms

✅ org.infinispan.protostream.ProtobufUtilTest

✅ testWithMalformedJson
✅ testWithNullEnumValue
✅ testWithMissingTypeSpecialField
✅ testWithInvalidTopLevelObject
✅ testEscaping
✅ testMessageWrapping
✅ testJsonLong
✅ testJsonWithNull
✅ testWithInvalidJson
✅ testNumericPrimitives
✅ testWithInvalidField
✅ testWithInvalidMetaField
✅ test64BitsNumberBoundaries
✅ testWithMismatchedFieldType
✅ testCanonicalJSON
✅ testFromByteArrayWithExtraPadding
✅ testArrayOfEnum
✅ testFromWrappedByteArrayWithExtraPadding
✅ testJsonBytesWithIntArray
✅ testWithMismatchedArrayType2
✅ testWithWrongTypeEnumValue
✅ testWithInvalidEnumField
✅ testWithMissingValueSpecialField
✅ test32BitsNumberBoundaries
✅ testWithMismatchedArrayType
✅ testWithMismatchedMessageType
✅ testJsonWithDifferentFieldOrder
✅ testComputeMessageSize

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.ProtoLockTest.xml

1 tests were completed in 84ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.ProtoLockTest 1✅ 84ms

✅ org.infinispan.protostream.ProtoLockTest

✅ testProtoLock

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.schema.ProtoBufSchemaTest.xml

2 tests were completed in 16ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.schema.ProtoBufSchemaTest 2✅ 16ms

✅ org.infinispan.protostream.schema.ProtoBufSchemaTest

✅ schemaTest
✅ schemaNumberlessTest

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.SchemaEvolutionTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.SchemaEvolutionTest 1✅ 6ms

✅ org.infinispan.protostream.SchemaEvolutionTest

✅ testSchemaEvolution

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.test.PerformanceTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.test.PerformanceTest 1⚪ 0ms

✅ org.infinispan.protostream.test.PerformanceTest

✅ core/target/surefire-reports/TEST-org.infinispan.protostream.WrappingTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.WrappingTest 17✅ 127ms

✅ org.infinispan.protostream.WrappingTest

✅ testMarshallBytes
✅ testMarshallFloat
✅ testMarshallShort
✅ testMarshallDouble
✅ testMarshallInt
✅ testMarshallObject
✅ testMarshallUserList
✅ testMarshallString
✅ testMarshallInstant
✅ testMarshallIntArray
✅ testMarshallBoolean
✅ testMarshallByte
✅ testMarshallChar
✅ testMarshallDate
✅ testMarshallEnum
✅ testMarshallLong
✅ testMarshallNull

✅ integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.compliance.ComplianceTest.xml

1 tests were completed in 254ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.integrationtests.compliance.ComplianceTest 1✅ 254ms

✅ org.infinispan.protostream.integrationtests.compliance.ComplianceTest

✅ testMap

✅ integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.performance.AnnotationsPerformanceTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.integrationtests.performance.AnnotationsPerformanceTest 1⚪ 0ms

✅ org.infinispan.protostream.integrationtests.performance.AnnotationsPerformanceTest

✅ integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.processor.annotated_package.AnnotationOnPackageIntegrationTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.integrationtests.processor.annotated_package.AnnotationOnPackageIntegrationTest 3✅ 13ms

✅ org.infinispan.protostream.integrationtests.processor.annotated_package.AnnotationOnPackageIntegrationTest

✅ testUserWithLotsOfFields
✅ testDependsOn
✅ testAnnotationOnPackage

✅ integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.processor.AnnotationProcessorCompilationTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.integrationtests.processor.AnnotationProcessorCompilationTest 19✅ 3s

✅ org.infinispan.protostream.integrationtests.processor.AnnotationProcessorCompilationTest

✅ testReservedFieldName
✅ testReservedEnumNumber
✅ testNestedEnum
✅ testNestedDiscoveryWithoutAutoImport
✅ testReservedFieldNumber
✅ testAdapter
✅ testBasic
✅ testLong
✅ testBadEnumAdapter
✅ testDependsOnCycle
✅ testIncludeExcludeOverlap
✅ testBigInteger
✅ testBadBasePackages
✅ testReservedEnumName
✅ testIncludeClassesVsBasePackagesConflict
✅ testBadSchemaFileName
✅ testExcludeClassesVsBasePackagesConflict
✅ testElementContainer
✅ testDiscoveryWithoutAutoImport

✅ integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.processor.marshaller.GeneratedMarshallerTest.xml

11 tests were completed in 222ms with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.integrationtests.processor.marshaller.GeneratedMarshallerTest 11✅ 222ms

✅ org.infinispan.protostream.integrationtests.processor.marshaller.GeneratedMarshallerTest

✅ testMapOfMapToJson
✅ proto3NoNullFields
✅ testMaps
✅ proto3AllowNullFields
✅ proto2NullFields
✅ testGenericMessage
✅ testRegisterTwice
✅ testMapOfMapOfUUIDToJson
✅ testMapOfLong
✅ testMapOfStringToJson
✅ testMapOfUUIDToJson

✅ integrationtests/target/surefire-reports/TEST-org.infinispan.protostream.integrationtests.transcoding.JSONTranscodingTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.integrationtests.transcoding.JSONTranscodingTest 3✅ 63ms

✅ org.infinispan.protostream.integrationtests.transcoding.JSONTranscodingTest

✅ listOfStrings_asField
✅ wrappedString
✅ listOfStrings_rootObject

✅ processor/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.processor.tests.ProtoSchemaTest.xml

15 tests were completed in 166ms with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.annotations.impl.processor.tests.ProtoSchemaTest 15✅ 166ms

✅ org.infinispan.protostream.annotations.impl.processor.tests.ProtoSchemaTest

✅ testNonNullRepeatedFields
✅ testCustomMap
✅ testGeneratedService
✅ testNonAbstractInitializer
✅ testFactoryMethod
✅ testNonStandardPropertyAccessors
✅ testGeneratedInitializer
✅ testDependsOn
✅ testInheritedTypes
✅ testLocalAnnotatedClassesAreSkipped
✅ testNoAnnotatedFields
✅ testBareMessage
✅ testGenericMessage
✅ testOptional
✅ testAllFieldTypes

✅ processor/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.processor.tests.test_package.AnnotationOnPackageTest.xml

1 tests were completed in 59ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.annotations.impl.processor.tests.test_package.AnnotationOnPackageTest 1✅ 59ms

✅ org.infinispan.protostream.annotations.impl.processor.tests.test_package.AnnotationOnPackageTest

✅ testAnnotationOnPackage

✅ processor/target/surefire-reports/TEST-org.infinispan.protostream.annotations.impl.processor.types.MirrorTypeFactoryTest.xml

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

Test suite Passed Failed Skipped Time
org.infinispan.protostream.annotations.impl.processor.types.MirrorTypeFactoryTest 2✅ 1s

✅ org.infinispan.protostream.annotations.impl.processor.types.MirrorTypeFactoryTest

✅ testFromTypeMirror
✅ testFromClass

✅ types/target/surefire-reports/TEST-org.infinispan.protostream.types.java.TypesMarshallingTest.xml

171 tests were completed in 1s with 159 passed, 0 failed and 12 skipped.

Test suite Passed Failed Skipped Time
org.infinispan.protostream.types.java.TypesMarshallingTest 159✅ 12⚪ 1s

✅ org.infinispan.protostream.types.java.TypesMarshallingTest

✅ testLocalDateTime[0]
✅ testOffsetTime[0]
✅ testBigDecimal[0]
✅ testMonth[0]
✅ testContainerWithString[0]
✅ testUUID[0]
✅ testYear[0]
✅ testBigInteger[0]
✅ testLocalDate[0]
✅ testLocalTime[0]
✅ testPrimitiveCollectionCompatibility[0]
✅ testMonthDay[0]
✅ testContainerWithBooks[0]
✅ testMultipleAdaptersForInterface[0]
✅ testZonedTime[0]
✅ testBitSet[0]
✅ testOffset[0]
✅ testPeriod[0]
✅ testZoneId[0]
✅ testLocalDateTime[1]
✅ testOffsetTime[1]
✅ testBigDecimal[1]
✅ testMonth[1]
✅ testContainerWithString[1]
✅ testUUID[1]
✅ testYear[1]
✅ testBigInteger[1]
✅ testLocalDate[1]
✅ testLocalTime[1]
✅ testPrimitiveCollectionCompatibility[1]
✅ testMonthDay[1]
✅ testContainerWithBooks[1]
✅ testMultipleAdaptersForInterface[1]
✅ testZonedTime[1]
✅ testBitSet[1]
✅ testOffset[1]
✅ testPeriod[1]
✅ testZoneId[1]
✅ testLocalDateTime[2]
✅ testOffsetTime[2]
✅ testBigDecimal[2]
✅ testMonth[2]
✅ testContainerWithString[2]
✅ testUUID[2]
✅ testYear[2]
✅ testBigInteger[2]
✅ testLocalDate[2]
✅ testLocalTime[2]
✅ testPrimitiveCollectionCompatibility[2]
✅ testMonthDay[2]
✅ testContainerWithBooks[2]
✅ testMultipleAdaptersForInterface[2]
✅ testZonedTime[2]
✅ testBitSet[2]
✅ testOffset[2]
✅ testPeriod[2]
✅ testZoneId[2]
✅ testLocalDateTime[3]
✅ testOffsetTime[3]
✅ testBigDecimal[3]
✅ testMonth[3]
✅ testContainerWithString[3]
✅ testUUID[3]
✅ testYear[3]
✅ testBigInteger[3]
✅ testLocalDate[3]
✅ testLocalTime[3]
✅ testPrimitiveCollectionCompatibility[3]
✅ testMonthDay[3]
✅ testContainerWithBooks[3]
✅ testMultipleAdaptersForInterface[3]
✅ testZonedTime[3]
✅ testBitSet[3]
✅ testOffset[3]
✅ testPeriod[3]
✅ testZoneId[3]
✅ testLocalDateTime[4]
✅ testOffsetTime[4]
✅ testBigDecimal[4]
✅ testMonth[4]
✅ testContainerWithString[4]
✅ testUUID[4]
✅ testYear[4]
✅ testBigInteger[4]
✅ testLocalDate[4]
✅ testLocalTime[4]
✅ testPrimitiveCollectionCompatibility[4]
✅ testMonthDay[4]
✅ testContainerWithBooks[4]
✅ testMultipleAdaptersForInterface[4]
✅ testZonedTime[4]
✅ testBitSet[4]
✅ testOffset[4]
✅ testPeriod[4]
✅ testZoneId[4]
✅ testLocalDateTime[5]
✅ testOffsetTime[5]
✅ testBigDecimal[5]
✅ testMonth[5]
✅ testContainerWithString[5]
✅ testUUID[5]
✅ testYear[5]
✅ testBigInteger[5]
✅ testLocalDate[5]
✅ testLocalTime[5]
✅ testPrimitiveCollectionCompatibility[5]
✅ testMonthDay[5]
✅ testContainerWithBooks[5]
✅ testMultipleAdaptersForInterface[5]
✅ testZonedTime[5]
✅ testBitSet[5]
✅ testOffset[5]
✅ testPeriod[5]
✅ testZoneId[5]
✅ testLocalDateTime[6]
✅ testOffsetTime[6]
✅ testBigDecimal[6]
⚪ testMonth[6]
⚪ testContainerWithString[6]
✅ testUUID[6]
✅ testYear[6]
✅ testBigInteger[6]
✅ testLocalDate[6]
✅ testLocalTime[6]
⚪ testPrimitiveCollectionCompatibility[6]
✅ testMonthDay[6]
⚪ testContainerWithBooks[6]
✅ testMultipleAdaptersForInterface[6]
✅ testZonedTime[6]
✅ testBitSet[6]
✅ testOffset[6]
✅ testPeriod[6]
✅ testZoneId[6]
✅ testLocalDateTime[7]
✅ testOffsetTime[7]
✅ testBigDecimal[7]
⚪ testMonth[7]
⚪ testContainerWithString[7]
✅ testUUID[7]
✅ testYear[7]
✅ testBigInteger[7]
✅ testLocalDate[7]
✅ testLocalTime[7]
⚪ testPrimitiveCollectionCompatibility[7]
✅ testMonthDay[7]
⚪ testContainerWithBooks[7]
✅ testMultipleAdaptersForInterface[7]
✅ testZonedTime[7]
✅ testBitSet[7]
✅ testOffset[7]
✅ testPeriod[7]
✅ testZoneId[7]
✅ testLocalDateTime[8]
✅ testOffsetTime[8]
✅ testBigDecimal[8]
✅ testMonth[8]
⚪ testContainerWithString[8]
✅ testUUID[8]
✅ testYear[8]
✅ testBigInteger[8]
✅ testLocalDate[8]
✅ testLocalTime[8]
⚪ testPrimitiveCollectionCompatibility[8]
✅ testMonthDay[8]
⚪ testContainerWithBooks[8]
⚪ testMultipleAdaptersForInterface[8]
✅ testZonedTime[8]
✅ testBitSet[8]
✅ testOffset[8]
✅ testPeriod[8]
✅ testZoneId[8]