Quarkus: Supersonic Subatomic Java.
619 matches across 12 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …rkus/bootstrap/resolver/BootstrapAppModelResolver.java | 280 | if (io.quarkus.maven.dependency.Dependency.SCOPE_IMPORT.equals(d.getScope())) { |
| CRITICAL | …s/bootstrap/resolver/maven/workspace/LocalProject.java | 553 | && io.quarkus.maven.dependency.Dependency.SCOPE_IMPORT.equals(d.getScope()) |
| CRITICAL | …ava/io/quarkus/bootstrap/runner/QuarkusEntryPoint.java | 30 | System.setProperty("java.util.logging.manager", org.jboss.logmanager.LogManager.class.getName()); |
| CRITICAL | …/io/quarkus/bootstrap/runner/AotQuarkusEntryPoint.java | 26 | System.setProperty("java.util.logging.manager", org.jboss.logmanager.LogManager.class.getName()); |
| CRITICAL | …/arc/processor/bcextensions/DeclarationConfigImpl.java | 36 | annotationOverlay.addAnnotation(jandexDeclaration, io.quarkus.arc.processor.Annotations.jandexAnnotation(annotat |
| CRITICAL | …runtime/src/main/java/io/quarkus/arc/ArcContainer.java | 191 | * {@link jakarta.enterprise.inject.spi.BeanManager.getBeans(String)} this method either returns a resolved bean or |
| CRITICAL | …terceptors/bindings/InvocationContextBindingsTest.java | 30 | // [@io.quarkus.arc.test.interceptors.Simple(), |
| CRITICAL | …terceptors/bindings/InvocationContextBindingsTest.java | 31 | // @io.quarkus.arc.test.interceptors.bindings.MyTransactional(value={java.lang.String.class})]::foo |
| CRITICAL | …ver/vertx/test/framework/ResteasyReactiveUnitTest.java | 333 | io.vertx.core.file.AsyncFile.class.getName(), List.of(MediaType.WILDCARD))); |
| CRITICAL | …erver/vertx/test/simple/SimpleQuarkusRestResource.java | 270 | return io.vertx.mutiny.core.buffer.Buffer.buffer("MUTINY-BUFFER"); |
| CRITICAL | …tive/server/vertx/test/resource/basic/UriInfoTest.java | 195 | org.assertj.core.api.Assertions.assertThat(absolutePathHeader).endsWith("/absolutePath"); |
| CRITICAL | …erver/providers/serialisers/ServerPathBodyHandler.java | 32 | return java.nio.file.Path.class.isAssignableFrom(type); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 149 | public static final DotName GET = DotName.createSimple(jakarta.ws.rs.GET.class.getName()); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 150 | public static final DotName HEAD = DotName.createSimple(jakarta.ws.rs.HEAD.class.getName()); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 151 | public static final DotName DELETE = DotName.createSimple(jakarta.ws.rs.DELETE.class.getName()); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 152 | public static final DotName OPTIONS = DotName.createSimple(jakarta.ws.rs.OPTIONS.class.getName()); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 153 | public static final DotName PATCH = DotName.createSimple(jakarta.ws.rs.PATCH.class.getName()); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 154 | public static final DotName POST = DotName.createSimple(jakarta.ws.rs.POST.class.getName()); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 155 | public static final DotName PUT = DotName.createSimple(jakarta.ws.rs.PUT.class.getName()); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 156 | public static final DotName HTTP_METHOD = DotName.createSimple(jakarta.ws.rs.HttpMethod.class.getName()); |
| CRITICAL | …eactive/common/processor/ResteasyReactiveDotNames.java | 260 | public static final DotName DATE_FORMAT = DotName.createSimple(org.jboss.resteasy.reactive.DateFormat.class.getName( |
| CRITICAL | …jboss/resteasy/reactive/common/util/CommonSseUtil.java | 5 | //public static final CharSequence SSE_CONTENT_TYPE = io.vertx.core.http.HttpHeaders.createOptimized("X-SSE-Content- |
| CRITICAL | …tive/common/providers/serialisers/PathBodyHandler.java | 17 | return java.nio.file.Path.class.isAssignableFrom(type); |
| CRITICAL | …/java/io/quarkus/runtime/logging/LogCleanupFilter.java | 32 | if (record.getLevel().intValue() >= org.jboss.logmanager.Level.ERROR.intValue() && shutdownNotifier.shutdown) { |
| CRITICAL | …/java/io/quarkus/runtime/logging/LogCleanupFilter.java | 51 | if (filterElement.getTargetLevel().intValue() <= org.jboss.logmanager.Level.TRACE.intValue()) { |
| CRITICAL | …/java/io/quarkus/deployment/pkg/steps/GraalVMTest.java | 288 | io.quarkus.runtime.graal.GraalVM.Version v = io.quarkus.runtime.graal.GraalVM.Version.getCurrent(); |
| CRITICAL | …arkus/deployment/logging/LoggingResourceProcessor.java | 697 | if (minLevel.intValue() >= org.jboss.logmanager.Level.INFO.intValue()) { |
| CRITICAL | …arkus/deployment/logging/LoggingResourceProcessor.java | 702 | } else if (minLevel.intValue() == org.jboss.logmanager.Level.DEBUG.intValue()) { |
| CRITICAL | integration-tests/vertx/pom.xml | 37 | <!-- Required by io.quarkus.it.vertx.JsonReaderTest.testJsonMappingUsingJackson() --> |
| CRITICAL | …n-logging/src/main/java/org/acme/ProtectionDomain.java | 53 | location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation(); |
| CRITICAL | …assic-2.x/src/main/java/org/acme/ProtectionDomain.java | 50 | URL location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation(); |
| CRITICAL | …s/classic/src/main/java/org/acme/ProtectionDomain.java | 54 | location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation(); |
| CRITICAL | …-with-log/src/main/java/org/acme/ProtectionDomain.java | 50 | URL location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation(); |
| CRITICAL | …nly-build/src/main/java/org/acme/ProtectionDomain.java | 54 | location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation(); |
| CRITICAL | …packaging/src/main/java/org/acme/ProtectionDomain.java | 54 | location = org.apache.commons.io.Charsets.class.getProtectionDomain().getCodeSource().getLocation(); |
| CRITICAL | …t/java/io/quarkus/forkjoin/ForkJoinPoolAssertions.java | 39 | if (classLoaderImplementationName.equals(io.quarkus.bootstrap.runner.RunnerClassLoader.class.getName |
| CRITICAL | …java/com/example/reactive/ReactiveServiceTestBase.java | 29 | Cancellable watch = client.watch(com.example.reactive.Test.Empty.getDefaultInstance()) |
| CRITICAL | …java/com/example/reactive/ReactiveServiceTestBase.java | 37 | client.add(com.example.reactive.Test.Item.newBuilder().setText(text).build()) |
| CRITICAL | …/it/nat/test/profile/BuiltTimeValueChangeManualIT.java | 29 | Assertions.fail("Expected to fail in io.quarkus.test.junit.NativeTestExtension.beforeEach(ExtensionContext)"); |
| CRITICAL | …t/nat/test/profile/BuiltTimeProfileChangeManualIT.java | 27 | Assertions.fail("Expected to fail in io.quarkus.test.junit.NativeTestExtension.beforeEach(ExtensionContext)"); |
| CRITICAL | …src/test/java/io/quarkus/it/csrf/CsrfReactiveTest.java | 256 | io.vertx.ext.web.client.WebClient vertxWebClient = io.vertx.ext.web.client.WebClient.create(vertx); |
| CRITICAL | …src/test/java/io/quarkus/it/csrf/CsrfReactiveTest.java | 287 | io.vertx.ext.web.client.WebClient vertxWebClient = io.vertx.ext.web.client.WebClient.create(vertx); |
| CRITICAL | …src/test/java/io/quarkus/it/csrf/CsrfReactiveTest.java | 318 | io.vertx.ext.web.client.WebClient vertxWebClient = io.vertx.ext.web.client.WebClient.create(vertx); |
| CRITICAL | …n/src/main/java/io/quarkus/it/rest/ClientResource.java | 174 | // The LoggingFilter should be programmatically registered in io.quarkus.it.rest.ClientProducer.init() |
| CRITICAL | …n/src/main/java/io/quarkus/it/rest/ClientResource.java | 208 | int level = org.jboss.resteasy.core.ResteasyContext.getContextDataLevelCount(); |
| CRITICAL | …ring/data/deployment/generate/DerivedMethodsAdder.java | 176 | Expr sort = Const.ofNull(ClassDesc.of(io.quarkus.panache.common.Sort.class.getName())); |
| CRITICAL | …/data/deployment/generate/CustomQueryMethodsAdder.java | 457 | Expr sort = Const.ofNull(ClassDesc.of(io.quarkus.panache.common.Sort.class.getName())); |
| CRITICAL | …java/io/quarkus/agroal/deployment/AgroalProcessor.java | 141 | "META-INF/services/" + io.agroal.api.security.AgroalSecurityProvider.class.getName())); |
| CRITICAL | …java/io/quarkus/agroal/deployment/AgroalProcessor.java | 147 | io.agroal.pool.ConnectionHandler.class.getName(), |
| CRITICAL | …java/io/quarkus/agroal/deployment/AgroalProcessor.java | 148 | io.agroal.api.security.AgroalDefaultSecurityProvider.class.getName(), |
| CRITICAL | …java/io/quarkus/agroal/deployment/AgroalProcessor.java | 149 | io.agroal.api.security.AgroalKerberosSecurityProvider.class.getName(), |
| CRITICAL | …/main/java/io/quarkus/vertx/runtime/VertxProducer.java | 43 | return io.vertx.mutiny.core.Vertx.newInstance(vertx); |
| CRITICAL | …n/java/io/quarkus/vertx/deployment/VertxProcessor.java | 263 | .getAllKnownSubclasses(DotName.createSimple(io.smallrye.mutiny.vertx.core.AbstractVerticle.class.getName |
| CRITICAL | …n/java/io/quarkus/vertx/deployment/VertxConstants.java | 15 | static final DotName MESSAGE_HEADERS = DotName.createSimple(io.vertx.core.MultiMap.class.getName()); |
| CRITICAL | …n/java/io/quarkus/vertx/deployment/VertxConstants.java | 17 | .createSimple(io.vertx.mutiny.core.eventbus.Message.class.getName()); |
| CRITICAL | …n/java/io/quarkus/vertx/deployment/VertxConstants.java | 18 | static final DotName MUTINY_MESSAGE_HEADERS = DotName.createSimple(io.vertx.mutiny.core.MultiMap.class.getName()); |
| CRITICAL | …o/quarkus/vertx/deployment/EventBusCodecProcessor.java | 185 | io.vertx.mutiny.core.buffer.Buffer.class.getName()); |
| CRITICAL | …va/io/quarkus/vertx/deployment/VertxJsonProcessor.java | 28 | .produce(new RuntimeInitializedClassBuildItem(io.vertx.core.json.Json.class.getName())); |
| CRITICAL | …va/io/quarkus/oidc/common/runtime/OidcCommonUtils.java | 260 | .setValue(io.vertx.core.buffer.Buffer.buffer(trustStoreData)) |
| CRITICAL | …va/io/quarkus/oidc/common/runtime/OidcCommonUtils.java | 280 | .setValue(io.vertx.core.buffer.Buffer.buffer(keyStoreData)) |
| 295 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …on/src/test/resources/dir/quarkus-update/core/3.0.yaml | 1 | # |
| LOW | …on/src/test/resources/dir/quarkus-update/core/3.0.yaml | 1021 | oldArtifactId: keycloak-admin-client |
| LOW | …update/org.apache.camel.quarkus/camel-quarkus/3.0.yaml | 1 | # |
| LOW | …quarkus/bootstrap/classloading/QuarkusClassLoader.java | 261 | |
| LOW | …or/src/main/java/io/quarkus/arc/processor/Methods.java | 241 | |
| LOW | …/main/java/io/quarkus/arc/processor/BeanGenerator.java | 881 | // if there's no `@PostConstruct` interceptor, we'll generate code to invoke `@PostConstruct` callbacks |
| LOW | …o/quarkus/arc/processor/ContextInstancesGenerator.java | 281 | Map<String, MethodDesc> removeMethodsByBean = new HashMap<>(); |
| LOW | …s/arc/test/interceptors/limits/SubclassLimitsTest.java | 21 | @Test |
| LOW | …steasy/reactive/server/injection/ContextProducers.java | 81 | // } |
| LOW | …ent/impl/multipart/PausableHttpPostRequestEncoder.java | 641 | // change Internal (size()-2 position in multipartHttpDatas) |
| LOW | …nt/impl/multipart/QuarkusMultipartResponseDecoder.java | 521 | // Content-type: multipart/form-data, boundary=AaB03x |
| LOW | …kus/runtime/graal/Target_javax_net_ssl_SSLContext.java | 41 | // @Substitute |
| LOW | …kus/runtime/graal/Target_javax_net_ssl_SSLContext.java | 61 | // return (Target_javax_net_ssl_SSLContext) (Object) getDefault(); |
| LOW | …quarkus/deployment/recording/BytecodeRecorderImpl.java | 461 | //the simple approach of just writing out the serialized invocations and method parameters as they are needed |
| LOW | …in/java/io/quarkus/deployment/dev/QuarkusCompiler.java | 121 | String s = file.getAbsolutePath(); |
| LOW | …c/test/java/io/quarkus/it/opentelemetry/MetricsIT.java | 21 | // new MetricToAssert("jvm.memory.used", "Measure of memory used.", "By", LONG_SUM), |
| LOW | …c/test/java/io/quarkus/it/opentelemetry/MetricsIT.java | 41 | "Number of processors available to the Java virtual machine.", "{cpu}", LONG_SUM), |
| LOW | …ime_src_main_resources_META-INF_quarkus-extension.yaml | 1 | name: My Ext |
| LOW | …ime_src_main_resources_META-INF_quarkus-extension.yaml | 1 | name: My Ext |
| LOW | …ime/src/main/resources/META-INF/quarkus-extension.yaml | 1 | name: Acme Codegen |
| LOW | …/java/io/quarkus/it/panache/reactive/TestEndpoint.java | 481 | assertFalse(deleted); |
| LOW | …/src/test/java/io/quarkus/compressors/it/Testflow.java | 61 | // ----------- |
| LOW | …e-project/common/src/main/resources/test-resources.txt | 1 | # |
| LOW | …ject/application/src/test/resources/test-resources.txt | 1 | # |
| LOW | …OpenshiftWithDeploymentResourceAndLocalLookupTest.java | 21 | import io.quarkus.test.QuarkusProdModeTest; |
| LOW | …/quarkus/it/jaxb/mapper/codegen/feed/package-info.java | 1 | // |
| LOW | …ain/src/main/java/io/quarkus/it/rest/TestResource.java | 361 | // @org.jboss.resteasy.annotations.jaxrs.PathParam |
| LOW | …ain/src/main/java/io/quarkus/it/rest/TestResource.java | 381 | // } |
| LOW | …ain/src/main/java/io/quarkus/it/rest/TestResource.java | 401 | // } |
| LOW | …/io/quarkus/it/keycloak/OidcJwksRequestCustomizer.java | 21 | OidcConfigurationMetadata metadata = contextProps.get(OidcConfigurationMetadata.class.getName()); |
| LOW | docs/.vale.ini | 1 | # Vale configuration file. |
| LOW | docs/sync-web-site.sh | 1 | #!/usr/bin/env bash |
| LOW | docs/src/main/resources/theme/default-theme.yml | 21 | margin_inner: 0.75in |
| LOW | docs/src/main/resources/theme/quarkus-theme.yml | 41 | #font_color: [0, 0, 0, 0.92] |
| LOW | docs/src/main/resources/theme/quarkus-theme.yml | 281 | # vertical_align: middle |
| LOW | docs/src/main/asciidoc/mallocstacks.py | 1 | #!/usr/bin/python |
| LOW | …ava/io/quarkus/cache/redis/runtime/RedisCacheImpl.java | 141 | @Override |
| LOW | …uarkus/cache/redis/deployment/NamedRedisCacheTest.java | 61 | // STEP 4 |
| LOW | …/main/java/io/quarkus/jlink/deployment/JLinkSteps.java | 161 | // access to module internals |
| LOW | …pe/src/main/resources/archetype-resources/sam.jvm.yaml | 1 | #set($resourceName = $artifactId) |
| LOW | …src/main/resources/archetype-resources/sam.native.yaml | 1 | #set($resourceName = $artifactId) |
| LOW | …o/quarkus/spring/data/deployment/MethodNameParser.java | 741 | return DotNames.HIBERNATE_PROVIDED_BASIC_TYPES.contains(dotName); |
| LOW | …lttolerance/deployment/FaultToleranceMethodSearch.java | 21 | import org.jboss.jandex.TypeVariable; |
| LOW | …uarkus/agroal/runtime/QuarkusNettyConnectionCache.java | 41 | // hold references to `ConnectionHandler` objects. |
| LOW | …xt/test/telemetry/MicrometerWebSocketsOnErrorTest.java | 121 | // assert no client exception collected as metric |
| LOW | …/java/io/quarkus/cache/test/runtime/NoOpCacheTest.java | 61 | // Expected effect: method invoked and result not cached. |
| LOW | …/cache/test/runtime/CompletionStageReturnTypeTest.java | 41 | // Action: a method annotated with @CacheResult and returning a CompletableFuture is called. |
| LOW | …s/cache/test/runtime/MultipleCacheAnnotationsTest.java | 41 | // Verified by: different objects references between STEPS 1 and 2 results. |
| LOW | …s/cache/test/runtime/MultipleCacheAnnotationsTest.java | 61 | String value5 = cachedService.cachedMethod2(KEY); |
| LOW | …s/cache/test/runtime/MultipleCacheAnnotationsTest.java | 81 | // Expected effect: method invoked because of STEP 6 and result cached into `cache2`. |
| LOW | …ava/io/quarkus/cache/test/runtime/SharedCacheTest.java | 41 | // Action: same call as STEP 1. |
| LOW | …kus/cache/test/runtime/ImplicitSimpleKeyCacheTest.java | 41 | // Expected effect: method not invoked and result coming from the cache. |
| LOW | …kus/cache/test/runtime/ImplicitSimpleKeyCacheTest.java | 61 | // Expected effect: method invoked because of STEP 4 and result cached. |
| LOW | …/cache/test/runtime/ImplicitCompositeKeyCacheTest.java | 41 | // STEP 2 |
| LOW | …/cache/test/runtime/ImplicitCompositeKeyCacheTest.java | 61 | |
| LOW | …/cache/test/runtime/ImplicitCompositeKeyCacheTest.java | 81 | |
| LOW | …io/quarkus/cache/test/runtime/DefaultKeyCacheTest.java | 41 | // Verified by: same object reference between STEPS 1 and 2 results. |
| LOW | …io/quarkus/cache/test/runtime/DefaultKeyCacheTest.java | 61 | // Verified by: different objects references between STEPS 2 and 5 results. |
| LOW | …/cache/test/runtime/ExplicitCompositeKeyCacheTest.java | 41 | // In most of the cached service methods calls below, a changing third argument will be passed to the methods. |
| LOW | …/cache/test/runtime/ExplicitCompositeKeyCacheTest.java | 61 | String value3 = cachedService.cachedMethod(KEY_1_ELEMENT_1, new BigDecimal(789), new Object()); |
| 51 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …asy-reactive/server/vertx/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …asy-reactive/server/vertx/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …ver/vertx/test/resource/basic/GenericResourceTest.java | 72 | //proxy.put(2, new GenericResourceStudent("John Doe")); |
| LOW | …ver/vertx/test/resource/basic/GenericResourceTest.java | 73 | //Assertions.assertTrue(proxy.get(2).getName().equals("John Doe")); |
| LOW | …quibase-mongodb/src/main/resources/liquibase/users.xml | 18 | <ext:document>{"name":"John Doe", "email": "john.doe@example.com"}</ext:document> |
| LOW | …on-tests/spring-data-jpa/src/main/resources/import.sql | 95 | INSERT INTO Father (id, name, detail, age, test) VALUES (1, 'John Doe', 'Graphic designer and enjoys cooking', 40, 75.5) |
| LOW | …maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java | 899 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et |
| LOW | …maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java | 899 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et |
| LOW | …maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java | 904 | .until(() -> devModeClient.getHttpResponse("/lorem.txt").contains("Lorem ipsum")); |
| LOW | …va/io/quarkus/maven/it/AuxiliaryTestsForDevMojoIT.java | 34 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et |
| LOW | …va/io/quarkus/maven/it/AuxiliaryTestsForDevMojoIT.java | 34 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et |
| LOW | …va/io/quarkus/maven/it/AuxiliaryTestsForDevMojoIT.java | 38 | .until(() -> devModeClient.getHttpResponse("/lorem.txt"), containsString("Lorem ipsum")); |
| LOW | …src/test/java/io/quarkus/maven/it/RemoteDevMojoIT.java | 159 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et |
| LOW | …src/test/java/io/quarkus/maven/it/RemoteDevMojoIT.java | 159 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et |
| LOW | …src/test/java/io/quarkus/maven/it/RemoteDevMojoIT.java | 164 | .until(() -> devModeClient.getHttpResponse("/lorem.txt").contains("Lorem ipsum")); |
| LOW | …java/io/quarkus/compressors/it/CompressedResource.java | 17 | public static final String TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor " |
| LOW | …java/io/quarkus/compressors/it/CompressedResource.java | 17 | public static final String TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor " |
| LOW | …java/io/quarkus/compressors/it/CompressedResource.java | 31 | + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus interdum erat ligula, eget consectetur |
| LOW | …java/io/quarkus/compressors/it/CompressedResource.java | 31 | + "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus interdum erat ligula, eget consectetur |
| LOW | …ler/src/test/java/io/quarkus/it/mailer/MailerTest.java | 173 | assertThat(new String(attachment.binary)).contains("Lorem ipsum dolor sit amet"); |
| LOW | …ler/src/test/java/io/quarkus/it/mailer/MailerTest.java | 173 | assertThat(new String(attachment.binary)).contains("Lorem ipsum dolor sit amet"); |
| LOW | …mailer/src/main/resources/META-INF/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …mailer/src/main/resources/META-INF/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …rc/test/java/io/quarkus/it/main/ValidatorTestCase.java | 60 | .add("email", "test@test.com") |
| LOW | …ata-jpa/deployment/src/test/resources/import_users.sql | 1 | INSERT INTO user_(userid, fullname, logincounter, active) VALUES ('JOHN', 'John Doe', 0, true); |
| LOW | …ring-data-jpa/deployment/src/test/resources/users1.sql | 1 | INSERT INTO user_(userid, fullname, logincounter, active) VALUES ('JOHN', 'John Doe', 0, true); |
| LOW | …ring-data-jpa/deployment/src/test/resources/users2.sql | 1 | INSERT INTO user_(userid, fullname, logincounter, active) VALUES ('JANE', 'Jane Doe', 1, true); |
| LOW | …ta/deployment/ModifyingQueryWithFlushAndClearTest.java | 97 | User user = repo.getUserByFullNameUsingNamedQuery("John Doe"); |
| LOW | …ta/deployment/ModifyingQueryWithFlushAndClearTest.java | 104 | User user = repo.getUserByFullNameUsingNamedQueries("John Doe"); |
| LOW | …t/ModifyingQueryWithFlushAndClearUsingDataSqlTest.java | 94 | User user = repo.getUserByFullNameUsingNamedQuery("John Doe"); |
| LOW | …t/ModifyingQueryWithFlushAndClearUsingDataSqlTest.java | 101 | User user = repo.getUserByFullNameUsingNamedQueries("John Doe"); |
| LOW | …tensions/vertx/deployment/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna |
| LOW | …tensions/vertx/deployment/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna |
| LOW | …xt/test/telemetry/AbstractWebSocketsOnMessageTest.java | 238 | sentMessages = new String[] { "Lorem ipsum dolor sit amet", "consectetur adipiscing elit", |
| LOW | …xt/test/telemetry/AbstractWebSocketsOnMessageTest.java | 238 | sentMessages = new String[] { "Lorem ipsum dolor sit amet", "consectetur adipiscing elit", |
| LOW | …quarkus/devservices/oidc/OidcDevServicesProcessor.java | 587 | * "preferred_username": "user@example.com", |
| LOW | …quarkus/devservices/oidc/OidcDevServicesProcessor.java | 589 | * "email": "user@example.com", |
| LOW | …c/test/java/io/quarkus/vertx/http/CompressionTest.java | 26 | public static final String TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor " |
| LOW | …c/test/java/io/quarkus/vertx/http/CompressionTest.java | 26 | public static final String TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor " |
| LOW | …c/test/java/io/quarkus/vertx/http/CompressionTest.java | 32 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et " + |
| LOW | …c/test/java/io/quarkus/vertx/http/CompressionTest.java | 32 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et " + |
| LOW | …assic/resteasy/deployment/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …assic/resteasy/deployment/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …ions/mailer/runtime/src/test/resources/lorem-ipsum.txt | 5 | dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora |
| LOW | …ions/mailer/runtime/src/test/resources/lorem-ipsum.txt | 5 | dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora |
| LOW | …me/src/test/java/io/quarkus/mailer/AttachmentTest.java | 28 | private static final String DESCRIPTION = "my lorem ipsum"; |
| LOW | …/runtime/src/test/java/io/quarkus/mailer/MailTest.java | 21 | private static final String DESCRIPTION = "my lorem ipsum"; |
| LOW | …va/io/quarkus/redis/datasource/SearchCommandsTest.java | 76 | hash.hset("c", Map.of("foo", "bonjour monde", "bar", "4", "test", "lorem ipsum", "p", "c")); |
| LOW | …va/io/quarkus/redis/datasource/SearchCommandsTest.java | 110 | assertThat(d.property("test").asString()).isEqualTo("lorem ipsum"); |
| LOW | …va/io/quarkus/redis/datasource/SearchCommandsTest.java | 130 | assertThat(d.property("test").asString()).isEqualTo("lorem ipsum"); |
| LOW | …va/io/quarkus/redis/datasource/SearchCommandsTest.java | 150 | assertThat(d.property("test").asString()).isEqualTo("lorem ipsum"); |
| LOW | …va/io/quarkus/redis/datasource/SearchCommandsTest.java | 186 | // > HSET doc:1 title "hello world" body "lorem ipsum" url "http://redis.io" |
| LOW | …va/io/quarkus/redis/datasource/SearchCommandsTest.java | 187 | hash.hset("doc:1", Map.of("title", "hello world", "body", "lorem ipsum", "url", "https://redis.io")); |
| LOW | …va/io/quarkus/redis/datasource/SearchCommandsTest.java | 192 | assertThat(result.documents().get(0).property("body").asString()).isEqualTo("lorem ipsum"); |
| LOW | …ve/rest-client/deployment/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …ve/rest-client/deployment/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …us/rest/client/reactive/kotlin/test/PrettyPrintTest.kt | 27 | assertThat(json.encodeToString(TestObject("John Doe"))) |
| LOW | …us/rest/client/reactive/kotlin/test/PrettyPrintTest.kt | 30 | "name": "John Doe" |
| LOW | …-reactive/rest/deployment/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| LOW | …-reactive/rest/deployment/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliq |
| 4 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt | 0 | [{"$namefield":"jim halpert","$defaulted":"hi there!"}] |
| HIGH | …n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt | 0 | [{"$namefield":"jim halpert","$defaulted":"hi there!"}] |
| HIGH | …n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt | 0 | [{"$namefield":"jim halpert","$defaulted":"hi there!"}] |
| HIGH | …n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt | 0 | {"$namefield":"jim halpert","$defaulted":"hi there!"} |
| HIGH | …n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt | 0 | {"$namefield":"jim halpert","$defaulted":"hi there!"} |
| HIGH | …n/src/test/kotlin/io/quarkus/it/kotser/ResourceTest.kt | 0 | {"$namefield":"jim halpert","$defaulted":"hi there!"} |
| HIGH | …/src/test/java/io/quarkus/devui/devmcp/DevMcpTest.java | 0 | { "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolversion": "2025-03-26", "capabilities": {}, "c |
| HIGH | …/java/io/quarkus/devui/devmcp/DevMcpTestToolsTest.java | 0 | { "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolversion": "2025-03-26", "capabilities": {}, "c |
| HIGH | …/java/io/quarkus/devui/devmcp/DevMcpTestToolsTest.java | 0 | { "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolversion": "2025-03-26", "capabilities": {}, "c |
| HIGH | …/tls/TrustStoreWithMissingCredentialsProviderTest.java | 0 | quarkus.tls.foo.trust-store.p12.path=target/certs/test-credentials-provider-truststore.p12 quarkus.tls.foo.trust-store.c |
| HIGH | …tls/NamedP12TrustStoreWithCredentialsProviderTest.java | 0 | quarkus.tls.foo.trust-store.p12.path=target/certs/test-credentials-provider-truststore.p12 quarkus.tls.foo.trust-store.c |
| HIGH | …s/TrustStoreWithMissingKeyCredentialsProviderTest.java | 0 | quarkus.tls.foo.trust-store.p12.path=target/certs/test-credentials-provider-truststore.p12 quarkus.tls.foo.trust-store.c |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …ore/src/main/java/io/quarkus/qute/IfSectionHelper.java | 600 | // The algorithm used is not very robust and should be improved later |
| MEDIUM | …ent/pkg/steps/JvmStartupOptimizerArchiveBuildStep.java | 249 | // the idea here is to use 'docker run -v ... java ...' in order to utilize the JVM of the builder image to |
| MEDIUM | …c/main/java/io/quarkus/it/kafka/KafkaAdminManager.java | 65 | // It would be nice to have a more robust check, but hopefully this fragile check is good enough |
| MEDIUM | …ava/io/quarkus/modular/deployment/ModularitySteps.java | 716 | // and/or which need to utilize `AddDependencyBuildItem` but do not yet. |
| MEDIUM | …quarkus/security/spi/SecurityTransformerBuildItem.java | 81 | // this is cached because the annotation overlay has some cache which we can leverage |
| MEDIUM | …quarkus/security/spi/SecurityTransformerBuildItem.java | 460 | // directly by the index, we leverage annotation transformations and find not indexed secured methods |
| MEDIUM | …rc/main/java/io/quarkus/qute/deployment/TypeInfos.java | 65 | // TODO make the parsing logic more robust |
| MEDIUM | …t/registry/ReactiveHibernateInitiatorListProvider.java | 62 | // Definitely exclusive to Hibernate Reactive, as it marks the registry as Reactive: |
| MEDIUM | …t/registry/ReactiveHibernateInitiatorListProvider.java | 127 | // Custom Quarkus implementation: overrides the internal cache to leverage Caffeine |
| MEDIUM | …istry/PreconfiguredReactiveServiceRegistryBuilder.java | 158 | // Definitely exclusive to Hibernate Reactive, as it marks the registry as Reactive: |
| MEDIUM | …istry/PreconfiguredReactiveServiceRegistryBuilder.java | 253 | // Custom Quarkus implementation: overrides the internal cache to leverage Caffeine |
| MEDIUM | …boot/registry/PreconfiguredServiceRegistryBuilder.java | 251 | // Custom Quarkus implementation: overrides the internal cache to leverage Caffeine |
| MEDIUM | …service/StandardHibernateORMInitiatorListProvider.java | 113 | // Custom Quarkus implementation: overrides the internal cache to leverage Caffeine |
| MEDIUM | …/io/quarkus/arc/deployment/SyntheticBeanBuildItem.java | 163 | * Use {@link #createWith(Function)} if you want to leverage build-time parameters or synthetic injection points |
| MEDIUM | …/io/quarkus/arc/deployment/SyntheticBeanBuildItem.java | 179 | * Use {@link #createWith(Function)} if you want to leverage build-time parameters or synthetic injection points |
| MEDIUM | …/io/quarkus/arc/deployment/SyntheticBeanBuildItem.java | 212 | * Use {@link #createWith(Function)} if you want to leverage build-time parameters or synthetic injection points |
| LOW | .github/workflows/podman-build.yml | 122 | # The PR defines a clear merge target so just use that branch for reference, *unless*: |
| LOW | .github/workflows/ci-actions-incremental.yml | 417 | # The PR defines a clear merge target so just use that branch for reference, *unless*: |
| LOW | .github/workflows/native-it-selected-graalvm.yml | 135 | # The PR defines a clear merge target so just use that branch for reference, *unless*: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …rc/main/java/io/quarkus/arc/processor/BuiltinBean.java | 310 | // declared on the field (hence we need to check if their classes are available) |
| LOW | …vices/continuoustesting/it/DevServicesDevModeTest.java | 96 | // Step 1: Ensure we have a dev service running |
| LOW | …vices/continuoustesting/it/DevServicesDevModeTest.java | 104 | // Step 2: Make a change that should affect dev services |
| LOW | …vices/continuoustesting/it/DevServicesDevModeTest.java | 123 | // Step 3: Now change back to a random port, which should cause a new container to spawn |
| LOW | …vices/continuoustesting/it/DevServicesDevModeTest.java | 137 | // Step 4: Now make a change that should not affect dev services |
| LOW | …vices/continuoustesting/it/DevServicesDevModeTest.java | 150 | // Step 5: Now make a change that should not affect dev services, but is not the same as the previous change |
| LOW | …it/kafka/continuoustesting/DevServicesDevModeTest.java | 112 | // Step 1: Ensure we have a dev service running |
| LOW | …it/kafka/continuoustesting/DevServicesDevModeTest.java | 121 | // Step 2: Make a change that should affect dev services |
| LOW | …it/kafka/continuoustesting/DevServicesDevModeTest.java | 140 | // Step 3: Now change back to a random port, which should cause a new container to spawn |
| LOW | …it/kafka/continuoustesting/DevServicesDevModeTest.java | 154 | // Step 4: Now make a change that should not affect dev services |
| LOW | …it/kafka/continuoustesting/DevServicesDevModeTest.java | 167 | // Step 5: Now make a change that should not affect dev services, but is not the same as the previous change |
| LOW | …ntime/supports/blocking/BlockingServerInterceptor.java | 151 | // We need to check if the method is annotated with @Blocking. |
| LOW | …va/io/quarkus/grpc/deployment/GrpcServerProcessor.java | 427 | // We need to check if the service implementation extends the generated Mutiny interface |
| LOW | …internal/http/rest/reactive/ReactiveServerFilters.java | 37 | * If there was a failure, we need to check if the start event was not committed |
| LOW | …rc/main/resources/dev-ui/qwc/qwc-continuous-testing.js | 338 | // Step 0: two strings with the last char differing by 1 should render to totally different colors |
| LOW | …rc/main/resources/dev-ui/qwc/qwc-continuous-testing.js | 340 | // Step 1: Convert the string to a numeric hash value |
| LOW | …rc/main/resources/dev-ui/qwc/qwc-continuous-testing.js | 346 | // Step 2: Convert the numeric hash value to a hex color code |
| LOW | …untime/customized/JsonFormatterCustomizationCheck.java | 65 | // - io.quarkus.jackson.customizer.RegisterSerializersAndDeserializersCustomizer --- this one ... Do w |
| LOW | …untime/customized/JsonFormatterCustomizationCheck.java | 132 | // - io.quarkus.jsonb.customizer.RegisterSerializersAndDeserializersCustomizer --- this one ... Do we need |
| LOW | …/io/quarkus/kubernetes/deployment/EnvVarValidator.java | 39 | // if the type doesn't allow multiple definitions, we need to check if we're adding a "compatibl |
| LOW | …rc/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java | 263 | // The following code block removes the non-modified jars. |
| LOW | .github/filter-integration-tests-json.sh | 36 | # Step 0: print unfiltered json and exit in case the parameter is '_all_' (full build) or print nothing if empty (no cha |
| LOW | .github/filter-integration-tests-json.sh | 47 | # Step 1: build an expression for grep that will only extract the given modules from each "test-modules" list, |
| LOW | .github/filter-integration-tests-json.sh | 56 | # Step 2: apply the filter expression via grep to each "test-modules" list and replace each original list with the filte |
| LOW | .github/filter-integration-tests-json.sh | 66 | # Step 3: delete entire elements from "include" array that now have an empty "test-modules" list |
| LOW | .github/filter-integration-tests-json.sh | 69 | # Step 4: echo final result, printing only {} in case _all_ elements were removed from "include" array |
| LOW | .github/filter-jvm-tests-json.sh | 35 | # Step 0: print unfiltered json and exit in case the parameter is '_all_' (full build) or print nothing if empty (no cha |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …or/src/main/java/io/quarkus/arc/processor/Methods.java | 391 | * Don't forget to call {@link SubclassSkipPredicate#startProcessing(ClassInfo, ClassInfo)} before the methods are p |
| LOW | …ext/deployment/config/WebSocketsServerBuildConfig.java | 33 | * that is supported (don't forget to configure the 'quarkus.websockets-next.server.supported-subprotocols' property |
| MEDIUM | …us/devservices/keycloak/KeycloakDevServicesConfig.java | 128 | * Note, if you also have to customize a Keycloak {@link #startCommand()}, you can use |
| LOW | …ime/tenant/HibernateMultiTenantConnectionProvider.java | 82 | // TODO when we switch to the non-legacy method, don't forget to update the definition of the default bean |
| LOW | …us/kubernetes/deployment/BaseAddResourceDecorator.java | 171 | * Updates the metadata for the builder as required. Don't forget to call {@code endMetadata()} on the returned valu |
| MEDIUM | …/src/main/java/io/quarkus/maven/CreateProjectMojo.java | 140 | * By default, the {@link #projectGroupId} is used as package for generated classes (you can also use {@link #packag |
| LOW | .github/workflows/jdk-early-access-build.yml | 17 | # make sure to keep the matrix entries (see below) in sync! |
| LOW | .github/workflows/jdk-early-access-build.yml | 22 | # make sure to keep the matrix entries (see below) in sync! |
| LOW | .github/workflows/jdk-early-access-build.yml | 42 | # When adding a newer JDK here, make sure to update the defaults of workflow_dispatch inputs (see top of this file |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …resteasy/reactive/server/handlers/ResponseHandler.java | 28 | public class ResponseHandler implements ServerRestHandler { |
| LOW | …ve/server/handlers/CompletionStageResponseHandler.java | 11 | public class CompletionStageResponseHandler extends AbstractCancellableServerRestHandler { |
| LOW | …teasy/reactive/server/handlers/UniResponseHandler.java | 12 | public class UniResponseHandler extends AbstractCancellableServerRestHandler { |
| LOW | …reactive/server/handlers/PublisherResponseHandler.java | 36 | public class PublisherResponseHandler implements ServerRestHandler { |
| LOW | …reactive/client/handlers/ClientSendRequestHandler.java | 71 | public class ClientSendRequestHandler implements ClientRestHandler { |
| LOW | …/main/java/io/quarkus/runtime/TemplateHtmlBuilder.java | 35 | function showDefaultStackTraceOrder() { |
| LOW | …ntime/bindings/knative/events/VertxRequestHandler.java | 59 | public class VertxRequestHandler implements Handler<RoutingContext> { |
| LOW | …s/funqy/runtime/bindings/http/VertxRequestHandler.java | 31 | public class VertxRequestHandler implements Handler<RoutingContext> { |
| LOW | …a/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java | 80 | private class NettyResponseHandler implements VirtualResponseHandler { |
| LOW | …kus/azure/functions/resteasy/runtime/BaseFunction.java | 88 | private static class ResponseHandler implements VirtualResponseHandler { |
| LOW | …us/rest/data/panache/deployment/RestDataProcessor.java | 30 | public class RestDataProcessor { |
| LOW | …rtx/http/runtime/options/HttpServerCommonHandlers.java | 219 | private static abstract class ProxyHttpServerRequestHandler implements Handler<HttpServerRequest> { |
| LOW | …a/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java | 71 | private class NettyResponseHandler implements VirtualResponseHandler { |
| LOW | …s/resteasy/runtime/standalone/VertxRequestHandler.java | 45 | public class VertxRequestHandler implements Handler<RoutingContext> { |
| LOW | …io/quarkus/gcp/functions/http/QuarkusHttpFunction.java | 129 | private static class ResponseHandler implements VirtualResponseHandler { |
| LOW | …lambda/deployment/testing/LambdaWithHierarchyTest.java | 67 | public static abstract class AbstractRequestHandler<T, R> implements RequestHandler<T, R> { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …rc/main/java/io/quarkus/maven/AggregateSkillsMojo.java | 285 | // ── Jandex scanning for @JsonRpcDescription methods ────────────────────── |
| MEDIUM | docs/.vale.ini | 8 | # ------------------- |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …src/main/resources/policies/body-claim-based-policy.js | 2 | print(context.getAttributes().toMap()); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .github/workflows/ci-sanity-check.yml | 1 | # Create the CI Sanity Check entry even when we only have ignored files |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/src/main/asciidoc/mallocstacks.py | 21 | |
| LOW | docs/src/main/asciidoc/mallocstacks.py | 24 |