英文: Java JSON String problem encoding Multipart 问题 我正在开发一个接收 MultipartFormDataInput 对象 (org.jboss.re...
如何从Java JAX-RS服务器获取POST请求的消息体数据。
英文: How to get post body data from java jax-rs server 问题 我按照一个简单的Java服务器设置指南进行了操作。 所以我有类似这样的东西: MyAp...
LocalDateTime在向JAX-RS控制器发出的PUT请求中被设置为Null。
英文: LocalDateTime being set to Null in PUT Request to JAX-RS Controller 问题 我尝试在方法的请求参数中传递 LocalDateT...
Web服务项目的端点无法访问。
英文: Web Service Project endpoints are not accessible 问题 我有一个可以运行在Tomcat v7上的Web服务,可以成功地暴露端点 `http://...
根据规范,对于带有毫秒的日期,evaluatePreconditions 的正确行为是什么?
英文: What is the right behavior of evaluatePreconditions on a date with milliseconds according to the...
使用SSL配置JettyTestContainer以供JerseyTest使用。
英文: Configure JettyTestContainer with SSL for JerseyTest 问题 我被指派为团队的代码设置集成测试任务。这些测试需要对在Jersey 2.27中实...
如何将包含 JAX-RS 资源的 jar/war 与 Quarkus 集成
英文: How to Integrate jar/war containing JAX-RS resource with the Quarkus 问题 我对Quarkus还不熟悉,我正在尝试的是,我有...
使用Jaeger在Java Dropwizard微服务中启用跟踪。
英文: Enable tracing using jaeger on Java dropwizard microservices 问题 我有一个基于 Kubernetes 运行的微服务应用程序。 这些...
javax.ws.rs.ProcessingException, could not find writer for content-type application/json type, in Payara Server 5
英文: javax.ws.rs.ProcessingException, could not find writer for content-type application/json type, i...
JAX-RS: "RESTEASY002005: Failed executing GET org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure
英文: JAX-RS: "RESTEASY002005: Failed executing GET org.jboss.resteasy.core.NoMessageBodyWriterFo...
4