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

KTOR-4082 Add native image sample with config file #195

Merged
merged 4 commits into from
Aug 21, 2024

Update readme and project name

87f3905
Select commit
Loading
Failed to load commit list.
Merged

KTOR-4082 Add native image sample with config file #195

Update readme and project name
87f3905
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Aug 20, 2024 in 4s

13 new alerts

New alerts in code changed by this pull request

  • 13 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 2 in native-image-server-with-yaml-config/build.gradle.kts

See this annotation in the file changed.

Code scanning / detekt

Variable names should follow the naming convention set in the projects configuration. Warning

Variable names should match the pattern: [a-z][A-Za-z0-9]*

Check warning on line 3 in native-image-server-with-yaml-config/build.gradle.kts

See this annotation in the file changed.

Code scanning / detekt

Variable names should follow the naming convention set in the projects configuration. Warning

Variable names should match the pattern: [a-z][A-Za-z0-9]*

Check warning on line 3 in native-image-server-with-yaml-config/src/main/kotlin/example/com/Application.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

example.com.plugins.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 4 in native-image-server-with-yaml-config/src/main/kotlin/example/com/Application.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.application.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 3 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Routing.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.application.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 4 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Routing.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.engine.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 5 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Routing.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.response.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 6 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Routing.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.routing.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 3 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Serialization.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.serialization.kotlinx.json.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 4 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Serialization.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.application.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 5 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Serialization.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.plugins.contentnegotiation.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 6 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Serialization.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.response.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 7 in native-image-server-with-yaml-config/src/main/kotlin/example/com/plugins/Serialization.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

io.ktor.server.routing.* is a wildcard import. Replace it with fully qualified imports.