Skip to content

Github Actions Java CI #493

Github Actions Java CI

Github Actions Java CI #493

Triggered via workflow run April 1, 2024 11:48
@ozkanpakdilozkanpakdil
completed 658dad1
Status Success
Total duration 9m 39s
Artifacts

github-actions-maven.yml

on: workflow_run
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build (21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (21)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (21)
Unable to find build output data to create a report. Are you sure this build job has used GraalVM Native Image?
build (21)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build (21): Dotnet8Microservice/Controllers/HelloController.cs#L9
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (21): Dotnet8Microservice/Program.cs#L14
'JsonSerializerOptions.AddContext<TContext>()' is obsolete: 'JsonSerializerOptions.AddContext is obsolete. To register a JsonSerializerContext, use either the TypeInfoResolver or TypeInfoResolverChain properties.' (https://aka.ms/dotnet-warnings/SYSLIB0049)
build (21): Dotnet8Microservice/Program.cs#L10
Using member 'Microsoft.Extensions.DependencyInjection.MvcServiceCollectionExtensions.AddControllers(IServiceCollection)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. MVC does not currently support trimming or native AOT. https://aka.ms/aspnet/trimming