Coder Social home page Coder Social logo

Comments (2)

edeandrea avatar edeandrea commented on August 17, 2024

Hello @psirdev thanks for the report! Unfortunately I'm not able to reproduce...

╰─ ./mvnw clean quarkus:dev
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------< io.quarkus.sample.super-heroes:rest-fights >-------------
[INFO] Building Quarkus Sample :: Super-Heroes :: Fights Microservice 1.0
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ rest-fights ---
[INFO] Deleting /Users/edeandre/workspaces/quarkus/quarkus-super-heroes-main/rest-fights/target
[INFO] 
[INFO] --- quarkus:3.7.2:dev (default-cli) @ rest-fights ---
[INFO] Invoking resources:3.3.1:resources (default-resources) @ rest-fights
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Invoking quarkus:3.7.2:generate-code (default) @ rest-fights
[INFO] [io.quarkus.grpc.deployment.GrpcCodeGen] Successfully finished generating and post-processing sources from proto files
[INFO] Invoking compiler:3.12.1:compile (default-compile) @ rest-fights
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 38 source files with javac [debug parameters release 17] to target/classes
[INFO] Invoking resources:3.3.1:testResources (default-testResources) @ rest-fights
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] Invoking quarkus:3.7.2:generate-code-tests (default) @ rest-fights
[INFO] Invoking compiler:3.12.1:testCompile (default-testCompile) @ rest-fights
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 17 source files with javac [debug parameters release 17] to target/test-classes
[INFO] /Users/edeandre/workspaces/quarkus/quarkus-super-heroes-main/rest-fights/src/test/java/io/quarkus/sample/superheroes/fight/service/FightServiceTests.java: Some input files use unchecked or unsafe operations.
[INFO] /Users/edeandre/workspaces/quarkus/quarkus-super-heroes-main/rest-fights/src/test/java/io/quarkus/sample/superheroes/fight/service/FightServiceTests.java: Recompile with -Xlint:unchecked for details.
Listening for transport dt_socket at address: 5005
15:21:52 WARN  [io.qu.co.build] (main) The 'quarkus.kubernetes.externalize-init' config property is deprecated and should not be used anymore
15:21:53 WARN  [io.qu.ar.de.SplitPackageProcessor] (build-27) Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives: 
- "io.smallrye.reactive.messaging.health" found in [io.smallrye.reactive:smallrye-reactive-messaging-api::jar, io.smallrye.reactive:smallrye-reactive-messaging-health::jar]
15:21:53 INFO  [io.qu.ku.de.PropertyUtil] (build-56) Openshift manifests are generated with 'The container port http' having provided value '8082'. The app and manifests will get out of sync if the property 'quarkus.http.port' is changed at runtime.




--
Microcks Dev Services Starting: 15:21:53 INFO  [or.te.DockerClientFactory] (build-36) ✔︎ Docker server version should be at least 1.6.0
Mongo Dev Services Starting:
Kafka Dev Services Starting:
Apicurio Registry Dev Services Starting:
Tests paused
Press [e] to edit command line args (currently ''), [r] to resume testing, [o] Toggle test output, [:] for the terminal, [h] for more options>Invalid AnsiLogger Stream -> Swapping to default sdt out logger.
[INFO] Adding existing ConfigMap with name: rest-fights-config.
[INFO] Adding existing ConfigMap with name: rest-fights-config.
[INFO] Adding existing RoleBinding with name: default_view.
15:21:55 INFO  [io.qu.ka.cl.de.DevServicesKafkaProcessor] (build-13) Dev Services for Kafka started. Other Quarkus applications in dev mode will find the broker automatically. For Quarkus applications in production mode, you can connect to this by starting your application with -Dkafka.bootstrap.servers=OUTSIDE://localhost:55002
15:21:56 INFO  [io.qu.ap.re.de.DevServicesApicurioRegistryProcessor] (build-22) Dev Services for Apicurio Registry started. The registry is available at http://localhost:61042/apis/registry/v2
15:21:59 INFO  [io.gi.mi.qu.de.DevServicesMicrocksProcessor] (build-36) The 'default' microcks container is ready on http://localhost:61046

   ___                   _                ____                        _
  / _ \ _   _  __ _ _ __| | ___   _ ___  / ___| _   _ _ __   ___ _ __| |__   ___ _ __ ___   ___  ___
 | | | | | | |/ _` | '__| |/ / | | / __| \___ \| | | | '_ \ / _ \ '__| '_ \ / _ \ '__/ _ \ / _ \/ __|
 | |_| | |_| | (_| | |  |   <| |_| \__ \  ___) | |_| | |_) |  __/ |  | | | |  __/ | | (_) |  __/\__ \
  \__\_\\__,_|\__,_|_|  |_|\_\\__,_|___/ |____/ \__,_| .__/ \___|_|  |_| |_|\___|_|  \___/ \___||___/
  _____ _       _     _                              |_|
 |  ___(_) __ _| |__ | |_ ___
 | |_  | |/ _` | '_ \| __/ __|
 |  _| | | (_| | | | | |_\__ \
 |_|   |_|\__, |_| |_|\__|___/
          |___/

                                                                             Powered by Quarkus 3.7.2
15:22:00 WARN  [io.qu.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.microcks.default.grpc.port" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
15:22:00 WARN  [io.qu.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.microcks.default.grpc.host" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
15:22:00 WARN  [io.qu.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.microcks.default.grpc" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
15:22:00 WARN  [io.qu.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.microcks.default.http.host" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
15:22:00 WARN  [io.qu.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.microcks.default.http.port" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) ---------------------------------------------------------------------
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) Legacy REST API date formats enabled (this is currently the default).
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) 
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) For maximum compatibility and to ease upgrades from older versions
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) of Registry, the date format used in the REST API is not compliant
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) with OpenAPI standards (due to a bug in older versions).  Please
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) make sure you upgrade all of your client applications to use the
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) latest client version.  The next release will fix the date format
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) bug, which will result in older clients no longer being compatible
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) with the REST API.
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) 
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) If you would like to fix the date format bug in THIS version of
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) Registry (great!) please set the following ENV variable + value:
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) 
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) REGISTRY_APIS_V2_DATE_FORMAT=yyyy-MM-dd'T'HH:mm:ss'Z'
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) 
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) Doing this will result in a REST API that is OpenAPI compliant, but
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) please remember to upgrade all your client applications first!
15:22:00 INFO  [io.ap.re.re.JacksonDateTimeCustomizer] (Quarkus Main Thread) ---------------------------------------------------------------------
15:22:01 INFO  [or.mo.dr.client] (Quarkus Main Thread) MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "4.11.1"}, "os": {"type": "Darwin", "name": "Mac OS X", "architecture": "aarch64", "version": "14.3"}, "platform": "Java/Eclipse Adoptium/17.0.10+7"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@30177559, com.mongodb.Jep395RecordCodecProvider@777c3090, com.mongodb.KotlinCodecProvider@388b530a]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:61044], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}

15:22:01 INFO  [or.mo.dr.cluster] (cluster-ClusterId{value='65ca7de965bd6a0977d77662', description='null'}-localhost:61044) Monitor thread successfully connected to server with description ServerDescription{address=localhost:61044, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=9, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=30121708, setName='docker-rs', canonicalAddress=3a682fa98c68:27017, hosts=[3a682fa98c68:27017], passives=[], arbiters=[], primary='3a682fa98c68:27017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000001, setVersion=1, topologyVersion=TopologyVersion{processId=65ca7de2cf6d2de02a210fa0, counter=6}, lastWriteDate=Mon Feb 12 15:21:56 EST 2024, lastUpdateTimeNanos=742294923764750}

15:22:01 INFO  [li.ext] (Quarkus Main Thread) Create Database Change Log Collection
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Creating database history collection with name: fights.DATABASECHANGELOG
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Created database history collection : fights.DATABASECHANGELOG
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Adjusting database history Collection with name: fights.DATABASECHANGELOG
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Adjusted database history Collection with name: fights.DATABASECHANGELOG
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Create Database Lock Collection: fights.DATABASECHANGELOGLOCK
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Created database lock Collection: DATABASECHANGELOGLOCK
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Adjusting database Lock Collection with name: fights.DATABASECHANGELOGLOCK
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Adjusted database Lock Collection with name: fights.DATABASECHANGELOGLOCK
No validation errors found.
15:22:01 INFO  [li.command] (Quarkus Main Thread) Command execution complete
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Adjusting database history Collection with name: fights.DATABASECHANGELOG
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Adjusted database history Collection with name: fights.DATABASECHANGELOG
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Lock Database
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Successfully Acquired Change Log Lock
15:22:01 INFO  [li.command] (Quarkus Main Thread) Using deploymentId: 7769321435
Running Changeset: db/changeLog.xml::1::edeandrea
15:22:01 INFO  [li.nosql] (Quarkus Main Thread) Changeset db/changeLog.xml::1::edeandrea
15:22:01 INFO  [li.changelog] (Quarkus Main Thread) Collection Fights created
15:22:01 INFO  [li.changelog] (Quarkus Main Thread) Documents inserted into collection Fights
15:22:01 INFO  [li.changelog] (Quarkus Main Thread) ChangeSet db/changeLog.xml::1::edeandrea ran successfully in 20ms

UPDATE SUMMARY
Run:                          1
Previously run:               0
Filtered out:                 0
-------------------------------
Total change sets:            1


15:22:01 INFO  [li.util] (Quarkus Main Thread) UPDATE SUMMARY
15:22:01 INFO  [li.util] (Quarkus Main Thread) Run:                          1
15:22:01 INFO  [li.util] (Quarkus Main Thread) Previously run:               0
15:22:01 INFO  [li.util] (Quarkus Main Thread) Filtered out:                 0
15:22:01 INFO  [li.util] (Quarkus Main Thread) -------------------------------
15:22:01 INFO  [li.util] (Quarkus Main Thread) Total change sets:            1
15:22:01 INFO  [li.util] (Quarkus Main Thread) Update summary generated
15:22:01 INFO  [li.command] (Quarkus Main Thread) Update command completed successfully.
Liquibase: Update has been successful.
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Release Database Lock
15:22:01 INFO  [li.ext] (Quarkus Main Thread) Successfully released change log lock
15:22:01 INFO  [li.command] (Quarkus Main Thread) Command execution complete
15:22:01 INFO  [io.sm.re.me.kafka] (smallrye-kafka-producer-thread-0) SRMSG18258: Kafka producer kafka-producer-fights, connected to Kafka brokers 'OUTSIDE://localhost:55002', is configured to write records to 'fights'
15:22:01 INFO  [io.quarkus] (Quarkus Main Thread) rest-fights 1.0 on JVM (powered by Quarkus 3.7.2) started in 9.163s. Listening on: http://localhost:8082
15:22:01 INFO  [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
15:22:01 INFO  [io.quarkus] (Quarkus Main Thread) Installed features: [apicurio-registry-avro, cdi, grpc-client, grpc-server, hibernate-validator, kafka-client, kotlin, kubernetes, kubernetes-client, liquibase-mongodb, microcks, micrometer, mongodb-client, mongodb-panache, narayana-jta, opentelemetry, pact-consumer, pact-provider, rest-client-reactive, rest-client-reactive-jackson, resteasy-reactive, resteasy-reactive-jackson, smallrye-context-propagation, smallrye-fault-tolerance, smallrye-health, smallrye-openapi, smallrye-reactive-messaging, smallrye-reactive-messaging-kafka, swagger-ui, vertx]

--
Tests paused
Press [e] to edit command line args (currently ''), [r] to resume testing, [o] Toggle test output, [:] for the terminal, [h] for more options>

from quarkus-super-heroes.

psirdev avatar psirdev commented on August 17, 2024

Related: #687

Closing.

from quarkus-super-heroes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.