Ask (Quark)us anything! #22852
Replies: 14 comments 12 replies
-
What are the biggest challenges when migrating a non-quarkus app to Quarkus? |
Beta Was this translation helpful? Give feedback.
-
Quite a few companies rely on JSF for various reasons: Although Quarkus is primarly meant as a middleware RESTful microservice component, a job is does admirably, this potentially restricts the use of Quarkus in that it can be used as a "full stack" solution (as well as providing RESTful interfaces). It also allows for a migration path for legacy code that uses JSF. Using JSF also allows for fast prototyping due to the number of highly mature component libraries. JSF is about as dead as java... Primefaces has over 1 million downloads of the JSF Primefaces component library a year. Please support the work done and consider moving this into the extensions: |
Beta Was this translation helpful? Give feedback.
-
At what point in time is resteasy classic going to be deprecated / removed from quarkus, in favour of resteasy-reactive? |
Beta Was this translation helpful? Give feedback.
-
That's great that it's there.
I was looking for JSF and missed it.
This is what I am using for multiple projects.
Thx
…On Sat, 15 Jan 2022 at 04:59, Max Rydahl Andersen ***@***.***> wrote:
Thanks for the question - I'm trying to understand your specific question ?
"Please support the work done and consider moving this into the
extensions" do you mean available in code.quarkus and tools? Then that is
already there.
[image: 2022-01-14_16-56-16]
<https://user-images.githubusercontent.com/54129/149545659-ef225002-05f6-4c8a-9d4b-82b1f2adaa9d.png>
—
Reply to this email directly, view it on GitHub
<#22852 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6LSISSYFY6H4SRT3OSPVTUWBB73ANCNFSM5L3D755Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, I conclude that making an extension is doable but in the end it comes down to redoing in micro service mode what jaxrsserver does in jee mode. I come here to see how to submit the question to the community to possibly create a quarkus-fhir extension A+JYT |
Beta Was this translation helpful? Give feedback.
-
Are there any plans to support the Java module system in any way in the future? (I realize that “support” is very vague. Adding an |
Beta Was this translation helpful? Give feedback.
-
Are there any plans to provide an ARM image for native builds? Though it is technically possible to hack together a native ARM image it is quite cumbersome, so are there any plans to provide utilities to make that easier? |
Beta Was this translation helpful? Give feedback.
-
Is there any way to get a better idea of the timeline that a "preview" feature will move out of preview? At my company we are reluctant to use preview features in production, and it would help out adoption process of these features if we understood better how a feature graduates from preview. |
Beta Was this translation helpful? Give feedback.
-
I'm a PHP developer working with Laravel, I'm kicking the tires of Quarkus to add to our toolbox since it seems awesome for some of our services that need a bit more industrial strength microservice features (fault tolerance, messagebus integration etc.). I dig that you have ActiveRecord within Panache, however compared to Laravels Eloquent I'm still missing so much. In Eloquent this is just an 'MyModel.updateOrCreate(criteria, values)'. How to do this easily in Quarkus with Panache? |
Beta Was this translation helpful? Give feedback.
-
Hello, I use Quarkus version 2.5.1.Final in a project where we have many legacy databases, |
Beta Was this translation helpful? Give feedback.
-
Hello, Why @ConfigProperties (Deprecated)? |
Beta Was this translation helpful? Give feedback.
-
Quarkus 2.7.5 import java.util.List; import javax.enterprise.context.ApplicationScoped; import org.jboss.resteasy.reactive.server.ServerExceptionMapper; import io.quarkus.runtime.annotations.RegisterForReflection; @ApplicationScoped
} |
Beta Was this translation helpful? Give feedback.
-
Are there any plans to support IMAP/IMAPS in the Mailer extension? |
Beta Was this translation helpful? Give feedback.
-
Anyone know why io.qua.ver.htt.run.QuarkusErrorHandler has suddenly started intercepting exceptions we throw from our clientresponse interceptor> 2022-04-21 12:47:39,575 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (vert.x-eventloop-thread-13) HTTP Request to /jokes/uni/1 failed, error id: 9cb8f319-f3aa-430c-9d4a-e62040d8c918-1: javax.ws.rs.ProcessingException: org.kp.de.ee.mvp.exception.DataswapException: client dataswap detected!, mismatched headers: x-correlationId import javax.inject.Inject; import org.eclipse.microprofile.faulttolerance.ExecutionContext; import io.smallrye.mutiny.Uni; public class SetupFallBack implements FallbackHandler<Uni> {
} Here is the annotated method (adapter is used solely because you can't put @CircuitBreakerName("setup-breaker") on an interface) package org.kp.de.ee.mvp.fault.tolerance; import javax.enterprise.context.ApplicationScoped; import org.eclipse.microprofile.faulttolerance.CircuitBreaker; import io.quarkus.runtime.annotations.RegisterForReflection; @RegisterForReflection
} here is the interceptor which throws the error because it detects an id mismatch
|
Beta Was this translation helpful? Give feedback.
-
Ask (Quark)us anything!
Quarkus: Supersonic Subatomic Java
https://quarkus.io/blog/quarkus-insights-qanda3/
Add your questions below and we will use it to drive next Quarkus Insights episode on January 15th
Beta Was this translation helpful? Give feedback.
All reactions