Skip to content

Commit d186dd5

Browse files
gtroitskmichalvavrik
authored andcommitted
Update dependencies in 002-quarkus-all-extensions
1 parent 3c2b231 commit d186dd5

File tree

4 files changed

+66
-149
lines changed

4 files changed

+66
-149
lines changed

002-quarkus-all-extensions/pom.xml

+59-135
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@
3939
<groupId>io.quarkus</groupId>
4040
<artifactId>quarkus-swagger-ui</artifactId>
4141
</dependency>
42-
<!-- To be able to run in native - https://github.com/quarkusio/quarkus/issues/7362 -->
43-
<!-- <dependency>-->
44-
<!-- <groupId>io.quarkus</groupId>-->
45-
<!-- <artifactId>quarkus-amazon-lambda</artifactId>-->
46-
<!-- </dependency>-->
47-
<!-- <dependency>-->
48-
<!-- <groupId>io.quarkus</groupId>-->
49-
<!-- <artifactId>quarkus-amazon-lambda-http</artifactId>-->
50-
<!-- </dependency>-->
42+
<dependency>
43+
<groupId>io.quarkus</groupId>
44+
<artifactId>quarkus-amazon-lambda</artifactId>
45+
</dependency>
46+
<dependency>
47+
<groupId>io.quarkus</groupId>
48+
<artifactId>quarkus-amazon-lambda-http</artifactId>
49+
</dependency>
5150
<dependency>
5251
<groupId>io.quarkus</groupId>
5352
<artifactId>quarkus-scheduler</artifactId>
@@ -104,15 +103,14 @@
104103
<groupId>io.quarkus</groupId>
105104
<artifactId>quarkus-smallrye-metrics</artifactId>
106105
</dependency>
107-
<!-- <dependency> needs running Keycloak server -->
108-
<!-- <groupId>io.quarkus</groupId>-->
109-
<!-- <artifactId>quarkus-keycloak-authorization</artifactId>-->
110-
<!-- </dependency>-->
111-
<!-- NATIVE mode issue -->
112-
<!-- <dependency>
113-
<groupId>io.quarkus</groupId>
114-
<artifactId>quarkus-hibernate-search-orm-elasticsearch</artifactId>
115-
</dependency> -->
106+
<dependency>
107+
<groupId>io.quarkus</groupId>
108+
<artifactId>quarkus-keycloak-authorization</artifactId>
109+
</dependency>
110+
<dependency>
111+
<groupId>io.quarkus</groupId>
112+
<artifactId>quarkus-oidc</artifactId>
113+
</dependency>
116114
<dependency>
117115
<groupId>io.quarkus</groupId>
118116
<artifactId>quarkus-undertow</artifactId>
@@ -125,21 +123,10 @@
125123
<groupId>io.quarkus</groupId>
126124
<artifactId>quarkus-smallrye-jwt</artifactId>
127125
</dependency>
128-
<!-- <dependency> trouble in NATIVE
129-
<groupId>io.quarkus</groupId>
130-
<artifactId>quarkus-jdbc-mariadb</artifactId>
131-
</dependency> -->
132126
<dependency>
133127
<groupId>io.quarkus</groupId>
134128
<artifactId>quarkus-narayana-jta</artifactId>
135129
</dependency>
136-
<!-- Exception: Provider com.ctc.wstx.stax.WstxInputFactory not found -->
137-
<!-- https://github.com/quarkusio/quarkus/issues/7359 -->
138-
<dependency>
139-
<groupId>com.fasterxml.woodstox</groupId>
140-
<artifactId>woodstox-core</artifactId>
141-
<version>7.0.0</version>
142-
</dependency>
143130
<dependency>
144131
<groupId>io.quarkus</groupId>
145132
<artifactId>quarkus-hibernate-orm</artifactId>
@@ -168,14 +155,6 @@
168155
<groupId>io.quarkus</groupId>
169156
<artifactId>quarkus-elytron-security</artifactId>
170157
</dependency>
171-
<!-- <dependency>-->
172-
<!-- <groupId>io.quarkus</groupId>-->
173-
<!-- <artifactId>quarkus-amazon-dynamodb</artifactId>-->
174-
<!-- </dependency>-->
175-
<!-- <dependency>-->
176-
<!-- <groupId>io.quarkus</groupId>-->
177-
<!-- <artifactId>quarkus-tika</artifactId>-->
178-
<!-- </dependency>-->
179158
<dependency>
180159
<groupId>io.quarkus</groupId>
181160
<artifactId>quarkus-vertx</artifactId>
@@ -238,11 +217,10 @@
238217
<groupId>io.quarkus</groupId>
239218
<artifactId>quarkus-elytron-security-properties-file</artifactId>
240219
</dependency>
241-
<!-- https://github.com/quarkusio/quarkus/commit/149d5381208fa731914a1de2ab8fc868934cfdd1 -->
242-
<!-- <dependency>-->
243-
<!-- <groupId>io.quarkus</groupId>-->
244-
<!-- <artifactId>quarkus-spring-web</artifactId>-->
245-
<!-- </dependency>-->
220+
<dependency>
221+
<groupId>io.quarkus</groupId>
222+
<artifactId>quarkus-spring-web</artifactId>
223+
</dependency>
246224
<dependency>
247225
<groupId>io.quarkus</groupId>
248226
<artifactId>quarkus-jdbc-derby</artifactId>
@@ -251,15 +229,10 @@
251229
<groupId>io.quarkus</groupId>
252230
<artifactId>quarkus-spring-security</artifactId>
253231
</dependency>
254-
<!-- 2020-03-27 09:23:35,830 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (vert.x-eventloop-thread-15) HTTP Request to /hello
255-
failed, error id: aa6dc63d-c1d5-4242-822d-30287a84457b-1: java.lang.RuntimeException: Multiple mechanisms present that use the
256-
same credential transport HttpCredentialTransport{transportType=AUTHORIZATION, typeTarget='bearer'}.
257-
Mechanisms are io.quarkus.elytron.security.oauth2.runtime.auth.OAuth2AuthMechanism@3a1587a5 and
258-
io.quarkus.smallrye.jwt.runtime.auth.JWTAuthMechanism@256c0690 -->
259-
<!-- <dependency>-->
260-
<!-- <groupId>io.quarkus</groupId>-->
261-
<!-- <artifactId>quarkus-elytron-security-oauth2</artifactId>-->
262-
<!-- </dependency>-->
232+
<dependency>
233+
<groupId>io.quarkus</groupId>
234+
<artifactId>quarkus-elytron-security-oauth2</artifactId>
235+
</dependency>
263236
<dependency>
264237
<groupId>io.quarkus</groupId>
265238
<artifactId>quarkus-jackson</artifactId>
@@ -276,10 +249,6 @@
276249
<groupId>io.quarkus</groupId>
277250
<artifactId>quarkus-resteasy-jaxb</artifactId>
278251
</dependency>
279-
<!-- <dependency>-->
280-
<!-- <groupId>io.quarkus</groupId>-->
281-
<!-- <artifactId>quarkus-vault</artifactId>-->
282-
<!-- </dependency>-->
283252
<dependency>
284253
<groupId>io.quarkus</groupId>
285254
<artifactId>quarkus-mongodb-panache</artifactId>
@@ -296,10 +265,6 @@
296265
<groupId>io.quarkus</groupId>
297266
<artifactId>quarkus-jaxb</artifactId>
298267
</dependency>
299-
<!-- <dependency> needs running Keycloak server -->
300-
<!-- <groupId>io.quarkus</groupId>-->
301-
<!-- <artifactId>quarkus-oidc</artifactId>-->
302-
<!-- </dependency>-->
303268
<dependency>
304269
<groupId>io.quarkus</groupId>
305270
<artifactId>quarkus-quartz</artifactId>
@@ -308,10 +273,6 @@
308273
<groupId>io.quarkus</groupId>
309274
<artifactId>quarkus-jdbc-mariadb</artifactId>
310275
</dependency>
311-
<!-- <dependency>-->
312-
<!-- <groupId>io.quarkus</groupId>-->
313-
<!-- <artifactId>quarkus-artemis-jms</artifactId>-->
314-
<!-- </dependency>-->
315276
<dependency>
316277
<groupId>io.quarkus</groupId>
317278
<artifactId>quarkus-logging-gelf</artifactId>
@@ -336,15 +297,6 @@
336297
<groupId>io.quarkus</groupId>
337298
<artifactId>quarkus-spring-data-jpa</artifactId>
338299
</dependency>
339-
<!-- Caused by: java.lang.RuntimeException: java.lang.ClassCastException: io.sentry.servlet.SentryServletContainerInitializer cannot be cast to javax.servlet.ServletContainerInitializer-->
340-
<!-- <dependency>-->
341-
<!-- <groupId>io.quarkus</groupId>-->
342-
<!-- <artifactId>quarkus-logging-sentry</artifactId>-->
343-
<!-- </dependency>-->
344-
<dependency>
345-
<groupId>io.quarkus</groupId>
346-
<artifactId>quarkus-azure-functions-http</artifactId>
347-
</dependency>
348300
<dependency>
349301
<groupId>io.quarkus</groupId>
350302
<artifactId>quarkus-qute</artifactId>
@@ -357,57 +309,27 @@
357309
<groupId>io.quarkus</groupId>
358310
<artifactId>quarkus-cache</artifactId>
359311
</dependency>
312+
<dependency>
313+
<groupId>io.quarkus</groupId>
314+
<artifactId>quarkus-infinispan-cache</artifactId>
315+
</dependency>
360316
<dependency>
361317
<groupId>io.quarkus</groupId>
362318
<artifactId>quarkus-vertx-graphql</artifactId>
363319
</dependency>
364-
<!-- <dependency>-->
365-
<!-- <groupId>io.quarkus</groupId>-->
366-
<!-- <artifactId>quarkus-jgit</artifactId>-->
367-
<!-- </dependency>-->
368320
<dependency>
369321
<groupId>io.quarkus</groupId>
370322
<artifactId>quarkus-messaging-mqtt</artifactId>
371323
</dependency>
372-
<!-- New extensions in 1.7.1 comparing to 1.3.4 -->
373-
<!-- <dependency>-->
374-
<!-- <groupId>io.quarkus</groupId>-->
375-
<!-- <artifactId>quarkus-amazon-alexa</artifactId>-->
376-
<!-- </dependency>-->
377-
<!-- <dependency>-->
378-
<!-- <groupId>io.quarkus</groupId>-->
379-
<!-- <artifactId>quarkus-amazon-kms</artifactId>-->
380-
<!-- </dependency>-->
381324
<!-- The Amazon Lambda extensions is not compatible with uber-jar package type.
382325
<dependency>
383326
<groupId>io.quarkus</groupId>
384327
<artifactId>quarkus-amazon-lambda-common</artifactId>
385-
</dependency>
386-
-->
387-
<!-- <dependency>-->
388-
<!-- <groupId>io.quarkus</groupId>-->
389-
<!-- <artifactId>quarkus-amazon-s3</artifactId>-->
390-
<!-- </dependency>-->
391-
<!-- <dependency>-->
392-
<!-- <groupId>io.quarkus</groupId>-->
393-
<!-- <artifactId>quarkus-amazon-ses</artifactId>-->
394-
<!-- </dependency>-->
395-
<!-- <dependency>-->
396-
<!-- <groupId>io.quarkus</groupId>-->
397-
<!-- <artifactId>quarkus-amazon-sns</artifactId>-->
398-
<!-- </dependency>-->
399-
<!-- <dependency>-->
400-
<!-- <groupId>io.quarkus</groupId>-->
401-
<!-- <artifactId>quarkus-amazon-sqs</artifactId>-->
402-
<!-- </dependency>-->
328+
</dependency> -->
403329
<dependency>
404330
<groupId>io.quarkus</groupId>
405331
<artifactId>quarkus-avro</artifactId>
406332
</dependency>
407-
<!-- <dependency>-->
408-
<!-- <groupId>io.quarkus</groupId>-->
409-
<!-- <artifactId>quarkus-consul-config</artifactId>-->
410-
<!-- </dependency>-->
411333
<dependency>
412334
<groupId>io.quarkus</groupId>
413335
<artifactId>quarkus-elasticsearch-rest-client</artifactId>
@@ -470,31 +392,25 @@
470392
<!-- <groupId>io.quarkus</groupId>-->
471393
<!-- <artifactId>quarkus-hibernate-reactive</artifactId>-->
472394
<!-- </dependency>-->
473-
<dependency>
474-
<groupId>io.quarkus</groupId>
475-
<artifactId>quarkus-jdbc-db2</artifactId>
476-
</dependency>
477-
<!-- OIDC / Keycloak stuff disabled as it would require running server-->
478395
<!-- <dependency>-->
479396
<!-- <groupId>io.quarkus</groupId>-->
480-
<!-- <artifactId>quarkus-keycloak-admin-client</artifactId>-->
397+
<!-- <artifactId>quarkus-jdbc-db2</artifactId>-->
398+
<!-- </dependency>-->
399+
<!-- <dependency>-->
400+
<!-- <groupId>io.quarkus</groupId>-->
401+
<!-- <artifactId>quarkus-reactive-db2-client</artifactId>-->
481402
<!-- </dependency>-->
482403
<dependency>
483404
<groupId>io.quarkus</groupId>
484-
<artifactId>quarkus-kubernetes-config</artifactId>
405+
<artifactId>quarkus-keycloak-admin-resteasy-client</artifactId>
485406
</dependency>
486407
<dependency>
487408
<groupId>io.quarkus</groupId>
488-
<artifactId>quarkus-minikube</artifactId>
409+
<artifactId>quarkus-kubernetes-config</artifactId>
489410
</dependency>
490-
<!-- We cannot have picocli and REST assured at the same time.
491-
<dependency>
492-
<groupId>io.quarkus</groupId>
493-
<artifactId>quarkus-picocli</artifactId>
494-
</dependency> -->
495411
<dependency>
496412
<groupId>io.quarkus</groupId>
497-
<artifactId>quarkus-reactive-db2-client</artifactId>
413+
<artifactId>quarkus-minikube</artifactId>
498414
</dependency>
499415
<dependency>
500416
<groupId>io.quarkus</groupId>
@@ -526,29 +442,37 @@
526442
</dependency>
527443
<dependency>
528444
<groupId>io.quarkus</groupId>
529-
<artifactId>quarkus-webjars-locator</artifactId>
445+
<artifactId>quarkus-web-dependency-locator</artifactId>
530446
</dependency>
531447
<dependency>
532-
<groupId>org.testcontainers</groupId>
533-
<artifactId>postgresql</artifactId>
534-
<scope>test</scope>
448+
<groupId>io.quarkus</groupId>
449+
<artifactId>quarkus-apicurio-registry-avro</artifactId>
535450
</dependency>
536-
<!-- TODO: Workaround for https://github.com/quarkusio/quarkus/issues/6327 -->
537451
<dependency>
538-
<groupId>jakarta.security.jacc</groupId>
539-
<artifactId>jakarta.security.jacc-api</artifactId>
540-
<version>1.6.1</version>
452+
<groupId>io.quarkus</groupId>
453+
<artifactId>quarkus-apicurio-registry-json-schema</artifactId>
541454
</dependency>
542455
<dependency>
543-
<groupId>net.java.dev.jna</groupId>
544-
<artifactId>jna</artifactId>
456+
<groupId>io.quarkus</groupId>
457+
<artifactId>quarkus-awt</artifactId>
458+
</dependency>
459+
<dependency>
460+
<groupId>io.quarkus</groupId>
461+
<artifactId>quarkus-info</artifactId>
462+
</dependency>
463+
<dependency>
464+
<groupId>io.quarkus</groupId>
465+
<artifactId>quarkus-jacoco</artifactId>
545466
</dependency>
546467
<dependency>
547-
<groupId>net.java.dev.jna</groupId>
548-
<artifactId>jna-platform</artifactId>
549-
<version>5.14.0</version>
468+
<groupId>io.quarkus</groupId>
469+
<artifactId>quarkus-security-jpa</artifactId>
470+
</dependency>
471+
<dependency>
472+
<groupId>org.testcontainers</groupId>
473+
<artifactId>postgresql</artifactId>
474+
<scope>test</scope>
550475
</dependency>
551-
<!-- end Workaround -->
552476
</dependencies>
553477
<profiles>
554478
<!-- Skipped on Windows as does not support Linux Containers / Testcontainers -->

002-quarkus-all-extensions/src/main/resources/application.properties

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/mydatabase
1616
quarkus.kafka-streams.application-id=002-quarkus-all-extensions
1717
quarkus.kafka-streams.topics=kafka-topic
1818

19-
quarkus.artemis.url=foo
20-
21-
# Disabled check pom.xml for more info
22-
#quarkus.oauth2.client-id=client_id
23-
#quarkus.oauth2.client-secret=secret
24-
#quarkus.oauth2.introspection-url=http://oauth-server/introspect
19+
quarkus.oauth2.client-id=client_id
20+
quarkus.oauth2.client-secret=secret
21+
quarkus.oauth2.introspection-url=http://oauth-server/introspect
2522

2623
# Disabled needs running keycloak server
2724
#quarkus.oidc.auth-server-url=https://localhost:8180/auth/realms/quarkus

002-quarkus-all-extensions/src/test/java/io/quarkus/qe/core/NativeAlmostAllQuarkusExtensionsIT.java

-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
package io.quarkus.qe.core;
22

3-
import org.junit.jupiter.api.Disabled;
4-
53
import io.quarkus.test.junit.QuarkusIntegrationTest;
64

7-
@Disabled("TODO: Caused by REST endpoints are not exposed in Native")
85
@QuarkusIntegrationTest
96
public class NativeAlmostAllQuarkusExtensionsIT extends AlmostAllQuarkusExtensionsTest {
107

101-javaee-like-getting-started/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<artifactId>rest-assured</artifactId>
2323
<scope>test</scope>
2424
</dependency>
25-
<!-- https://github.com/quarkusio/quarkus/issues/2482 https://github.com/quarkusio/quarkus/issues/2710 -->
2625
<dependency>
2726
<groupId>io.quarkus</groupId>
2827
<artifactId>quarkus-hibernate-orm</artifactId>
@@ -47,10 +46,10 @@
4746
<groupId>io.quarkus</groupId>
4847
<artifactId>quarkus-scheduler</artifactId>
4948
</dependency>
50-
<!-- <dependency> https://github.com/quarkusio/quarkus/issues/2725
51-
<groupId>io.quarkus</groupId>
52-
<artifactId>quarkus-smallrye-jwt</artifactId>
53-
</dependency> -->
49+
<dependency>
50+
<groupId>io.quarkus</groupId>
51+
<artifactId>quarkus-smallrye-jwt</artifactId>
52+
</dependency>
5453
<dependency>
5554
<groupId>io.quarkus</groupId>
5655
<artifactId>quarkus-smallrye-health</artifactId>

0 commit comments

Comments
 (0)