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.springframework.boot from 3.4.0 to 3.4.1 #85

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

Bump org.springframework.boot from 3.4.0 to 3.4.1

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

Bump org.springframework.boot from 3.4.0 to 3.4.1 #85

Bump org.springframework.boot from 3.4.0 to 3.4.1
0a5c28c
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Tests succeeded Dec 23, 2024 in 1s

33 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/test/TEST-pl.maciejkopec.offlinemode.AnnotationUsageValidationTest.xml 2✅ 2s
build/test-results/test/TEST-pl.maciejkopec.offlinemode.DisabledTests.xml 1✅ 19ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningModeTests.xml 1✅ 7ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningModeTests$CollectionTests.xml 4✅ 233ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningModeTests$GeneralTests.xml 6✅ 112ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningSkipExistingModeTests.xml 1✅ 6ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningSkipExistingModeTests$GeneralTests.xml 2✅ 29ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.ServingModeTests.xml 1✅ 9ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.ServingModeTests$CollectionReturnTypeTests.xml 4✅ 56ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.ServingModeTests$DeserializationTests.xml 1✅ 59ms
build/test-results/test/TEST-pl.maciejkopec.offlinemode.ServingModeTests$GeneralTests.xml 10✅ 99ms

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.AnnotationUsageValidationTest.xml

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

Test suite Passed Failed Skipped Time
pl.maciejkopec.offlinemode.AnnotationUsageValidationTest 2✅ 2s

✅ pl.maciejkopec.offlinemode.AnnotationUsageValidationTest

✅ shouldThrowExceptionWhenMissingElementClass()
✅ shouldThrowExceptionWhenMissingKeyClass()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.DisabledTests.xml

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

Test suite Passed Failed Skipped Time
pl.maciejkopec.offlinemode.DisabledTests 1✅ 19ms

✅ pl.maciejkopec.offlinemode.DisabledTests

✅ shouldCallActualMethodWhenDisabled()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningModeTests.xml

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

Test suite Passed Failed Skipped Time
pl.maciejkopec.offlinemode.LearningModeTests 1✅ 7ms

✅ pl.maciejkopec.offlinemode.LearningModeTests

✅ smokeTest()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningModeTests$CollectionTests.xml

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

Test suite Passed Failed Skipped Time
Collection related test cases 4✅ 233ms

✅ Collection related test cases

pl.maciejkopec.offlinemode.LearningModeTests$CollectionTests
  ✅ shouldGenerateCollectionArrayJson()
  ✅ shouldGenerateCollectionMapJson()
  ✅ shouldGenerateCollectionListJson()
  ✅ shouldGenerateCollectionSetJson()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningModeTests$GeneralTests.xml

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

Test suite Passed Failed Skipped Time
General test cases 6✅ 112ms

✅ General test cases

pl.maciejkopec.offlinemode.LearningModeTests$GeneralTests
  ✅ shouldReturnSavedRecord()
  ✅ shouldReturnSavedFullDtoResponse()
  ✅ shouldReturnSavedFullDtoResponseWithParam()
  ✅ shouldReturnSavedTestFullDto()
  ✅ shouldReturnSavedSimpleResponse()
  ✅ shouldReturnSavedTestFullDtoWithoutEquals()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningSkipExistingModeTests.xml

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

Test suite Passed Failed Skipped Time
pl.maciejkopec.offlinemode.LearningSkipExistingModeTests 1✅ 6ms

✅ pl.maciejkopec.offlinemode.LearningSkipExistingModeTests

✅ smokeTest()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.LearningSkipExistingModeTests$GeneralTests.xml

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

Test suite Passed Failed Skipped Time
General test cases 2✅ 29ms

✅ General test cases

pl.maciejkopec.offlinemode.LearningSkipExistingModeTests$GeneralTests
  ✅ shouldNotOverwriteExistingFile()
  ✅ shouldGenerateCollectionSetJson()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.ServingModeTests.xml

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

Test suite Passed Failed Skipped Time
pl.maciejkopec.offlinemode.ServingModeTests 1✅ 9ms

✅ pl.maciejkopec.offlinemode.ServingModeTests

✅ smokeTest()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.ServingModeTests$CollectionReturnTypeTests.xml

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

Test suite Passed Failed Skipped Time
Tests related with collection return types 4✅ 56ms

✅ Tests related with collection return types

pl.maciejkopec.offlinemode.ServingModeTests$CollectionReturnTypeTests
  ✅ shouldReturnSavedCollectionListJson()
  ✅ shouldReturnSavedCollectionMapJson()
  ✅ shouldReturnSavedCollectionArrayJson()
  ✅ shouldReturnSavedCollectionSetJson()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.ServingModeTests$DeserializationTests.xml

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

Test suite Passed Failed Skipped Time
Deserialization related tests 1✅ 59ms

✅ Deserialization related tests

pl.maciejkopec.offlinemode.ServingModeTests$DeserializationTests
  ✅ shouldDeserializeWithoutConstructor()

✅ build/test-results/test/TEST-pl.maciejkopec.offlinemode.ServingModeTests$GeneralTests.xml

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

Test suite Passed Failed Skipped Time
General tests cases 10✅ 99ms

✅ General tests cases

pl.maciejkopec.offlinemode.ServingModeTests$GeneralTests
  ✅ shouldReturnSavedFullDtoResponse()
  ✅ shouldReturnSavedTestRecordType()
  ✅ shouldReturnSavedFullDtoResponseWithParam()
  ✅ shouldReturnSavedTestFullDto()
  ✅ shouldReturnSavedSimpleResponse()
  ✅ shouldReuseCachedExpression()
  ✅ shouldReturnSavedFullDtoResponseWithComplexParamDifferentValue()
  ✅ shouldReturnSavedFullDtoResponseWithComplexParam()
  ✅ shouldReturnSavedTestFullDtoWithoutEquals()
  ✅ shouldNotFailIfDataFileIsMissing()