Skip to content

Conversation

@solrbot
Copy link
Collaborator

@solrbot solrbot commented Mar 1, 2023

This PR contains the following updates:

Package Type Update Change
jakarta.ws.rs:jakarta.ws.rs-api dependencies major 2.1.6 -> 3.1.0

Release Notes

eclipse-ee4j/jaxrs-api

v3.1.0

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@solrbot
Copy link
Collaborator Author

solrbot commented Mar 1, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./gradlew updateLicenses
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/RequestContextKeys.java:23: error: package javax.ws.rs.container does not exist
import javax.ws.rs.container.ContainerRequestContext;
                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/api/JerseyResource.java:23: error: package javax.ws.rs.container does not exist
import javax.ws.rs.container.ContainerRequestContext;
                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/api/JerseyResource.java:24: error: package javax.ws.rs.core does not exist
import javax.ws.rs.core.Context;
                       ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/api/JerseyResource.java:37: error: cannot find symbol
  @Context public ContainerRequestContext containerRequestContext;
                  ^
  symbol:   class ContainerRequestContext
  location: class JerseyResource
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/security/PublicKeyAPI.java:25: error: package javax.ws.rs does not exist
import javax.ws.rs.GET;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/security/PublicKeyAPI.java:26: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/security/PublicKeyAPI.java:27: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/security/PublicKeyAPI.java:37: error: cannot find symbol
@Path("/node/key")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/configsets/ListConfigSetsAPI.java:25: error: package javax.ws.rs does not exist
import javax.ws.rs.GET;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/configsets/ListConfigSetsAPI.java:26: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/configsets/ListConfigSetsAPI.java:27: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/configsets/ListConfigSetsAPI.java:28: error: package javax.ws.rs.core does not exist
import javax.ws.rs.core.Context;
                       ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/configsets/ListConfigSetsAPI.java:29: error: package javax.ws.rs.core does not exist
import javax.ws.rs.core.HttpHeaders;
                       ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/configsets/ListConfigSetsAPI.java:40: error: cannot find symbol
@Path("/cluster/configs")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/configsets/ListConfigSetsAPI.java:43: error: cannot find symbol
  @Context public HttpHeaders headers;
                  ^
  symbol:   class HttpHeaders
  location: class ListConfigSetsAPI
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteReplicaPropertyAPI.java:31: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteReplicaPropertyAPI.java:32: error: package javax.ws.rs does not exist
import javax.ws.rs.PathParam;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteReplicaPropertyAPI.java:49: error: cannot find symbol
@Path("/collections/{collName}/shards/{shardName}/replicas/{replicaName}/properties/{propName}")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/CoreSnapshotAPI.java:32: error: package javax.ws.rs does not exist
import javax.ws.rs.DELETE;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/CoreSnapshotAPI.java:33: error: package javax.ws.rs does not exist
import javax.ws.rs.GET;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/CoreSnapshotAPI.java:34: error: package javax.ws.rs does not exist
import javax.ws.rs.POST;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/CoreSnapshotAPI.java:35: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/CoreSnapshotAPI.java:36: error: package javax.ws.rs does not exist
import javax.ws.rs.PathParam;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/CoreSnapshotAPI.java:37: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/CoreSnapshotAPI.java:38: error: package javax.ws.rs does not exist
import javax.ws.rs.QueryParam;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/CoreSnapshotAPI.java:55: error: cannot find symbol
@Path("/cores/{coreName}/snapshots")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/ReplaceNodeAPI.java:35: error: package javax.ws.rs does not exist
import javax.ws.rs.POST;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/ReplaceNodeAPI.java:36: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/ReplaceNodeAPI.java:37: error: package javax.ws.rs does not exist
import javax.ws.rs.PathParam;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/ReplaceNodeAPI.java:38: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/ReplaceNodeAPI.java:56: error: cannot find symbol
@Path("cluster/nodes/{sourceNodeName}/replace/")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/SchemaNameAPI.java:24: error: package javax.ws.rs does not exist
import javax.ws.rs.GET;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/SchemaNameAPI.java:25: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/SchemaNameAPI.java:26: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/SchemaNameAPI.java:41: error: cannot find symbol
@Path("/collections/{collectionName}/schema/name")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteNodeAPI.java:33: error: package javax.ws.rs does not exist
import javax.ws.rs.POST;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteNodeAPI.java:34: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteNodeAPI.java:35: error: package javax.ws.rs does not exist
import javax.ws.rs.PathParam;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteNodeAPI.java:36: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteNodeAPI.java:56: error: cannot find symbol
@Path("cluster/nodes/{nodeName}/clear/")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/AddReplicaPropertyAPI.java:39: error: package javax.ws.rs does not exist
import javax.ws.rs.PUT;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/AddReplicaPropertyAPI.java:40: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/AddReplicaPropertyAPI.java:41: error: package javax.ws.rs does not exist
import javax.ws.rs.PathParam;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/AddReplicaPropertyAPI.java:42: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/api/AddReplicaPropertyAPI.java:61: error: cannot find symbol
@Path("/collections/{collName}/shards/{shardName}/replicas/{replicaName}/properties/{propName}")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/ZookeeperReadAPI.java:33: error: package javax.ws.rs does not exist
import javax.ws.rs.GET;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/ZookeeperReadAPI.java:34: error: package javax.ws.rs does not exist
import javax.ws.rs.Path;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/ZookeeperReadAPI.java:35: error: package javax.ws.rs does not exist
import javax.ws.rs.PathParam;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/ZookeeperReadAPI.java:36: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/ZookeeperReadAPI.java:37: error: package javax.ws.rs does not exist
import javax.ws.rs.QueryParam;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/ZookeeperReadAPI.java:38: error: package javax.ws.rs.core does not exist
import javax.ws.rs.core.MediaType;
                       ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/handler/admin/ZookeeperReadAPI.java:65: error: cannot find symbol
@Path("/cluster/zookeeper/")
 ^
  symbol: class Path
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/JerseyApplications.java:46: error: cannot access Configurable
  public static class CoreContainerApp extends ResourceConfig {
                ^
  class file for javax.ws.rs.core.Configurable not found
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/JerseyApplications.java:102: error: cannot access Application
  public static class SolrCoreApp extends CoreContainerApp {
                ^
  class file for javax.ws.rs.core.Application not found
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:23: error: package javax.ws.rs.container does not exist
import javax.ws.rs.container.ContainerRequestContext;
                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:32: error: cannot find symbol
    private final ContainerRequestContext containerRequestContext;
                  ^
  symbol:   class ContainerRequestContext
  location: class SolrQueryRequestFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:35: error: cannot find symbol
    public SolrQueryRequestFactory(ContainerRequestContext containerRequestContext) {
                                   ^
  symbol:   class ContainerRequestContext
  location: class SolrQueryRequestFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:51: error: cannot find symbol
    private final ContainerRequestContext containerRequestContext;
                  ^
  symbol:   class ContainerRequestContext
  location: class SolrQueryResponseFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:54: error: cannot find symbol
    public SolrQueryResponseFactory(ContainerRequestContext containerRequestContext) {
                                    ^
  symbol:   class ContainerRequestContext
  location: class SolrQueryResponseFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:71: error: cannot find symbol
    private final ContainerRequestContext containerRequestContext;
                  ^
  symbol:   class ContainerRequestContext
  location: class ReuseFromContextSolrCoreFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:74: error: cannot find symbol
    public ReuseFromContextSolrCoreFactory(ContainerRequestContext containerRequestContext) {
                                           ^
  symbol:   class ContainerRequestContext
  location: class ReuseFromContextSolrCoreFactory
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:26: error: package javax.ws.rs.container does not exist
import javax.ws.rs.container.ContainerRequestFilter;
                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:27: error: package javax.ws.rs.container does not exist
import javax.ws.rs.container.ResourceInfo;
                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:28: error: package javax.ws.rs.core does not exist
import javax.ws.rs.core.Context;
                       ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:29: error: package javax.ws.rs.core does not exist
import javax.ws.rs.core.Response;
                       ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:30: error: package javax.ws.rs.ext does not exist
import javax.ws.rs.ext.Provider;
                      ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:46: error: cannot find symbol
public class SolrRequestAuthorizer implements ContainerRequestFilter {
                                              ^
  symbol: class ContainerRequestFilter
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:45: error: cannot find symbol
@Provider
 ^
  symbol: class Provider
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:50: error: cannot find symbol
  @Context private ResourceInfo resourceInfo;
                   ^
  symbol:   class ResourceInfo
  location: class SolrRequestAuthorizer
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:58: error: cannot find symbol
  public void filter(ContainerRequestContext requestContext) throws IOException {
                     ^
  symbol:   class ContainerRequestContext
  location: class SolrRequestAuthorizer
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/container/ContainerRequestUtils.java:27: error: package javax.ws.rs.core does not exist
import javax.ws.rs.core.SecurityContext;
                       ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/container/ContainerRequestUtils.java:45: error: cannot find symbol
  public static final SecurityContext DEFAULT_SECURITY_CONTEXT =
                      ^
  symbol:   class SecurityContext
  location: class ContainerRequestUtils
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/container/ContainerRequestUtils.java:76: error: cannot find symbol
      Configuration appConfig) {
      ^
  symbol:   class Configuration
  location: class ContainerRequestUtils
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:29: error: package javax.ws.rs does not exist
import javax.ws.rs.WebApplicationException;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:31: error: package javax.ws.rs.container does not exist
import javax.ws.rs.container.ResourceContext;
                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:34: error: package javax.ws.rs.ext does not exist
import javax.ws.rs.ext.ExceptionMapper;
                      ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:50: error: cannot find symbol
public class CatchAllExceptionMapper implements ExceptionMapper<Exception> {
                                                ^
  symbol: class ExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:53: error: cannot find symbol
  @Context public ResourceContext resourceContext;
                  ^
  symbol:   class ResourceContext
  location: class CatchAllExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:56: error: cannot find symbol
  public Response toResponse(Exception exception) {
         ^
  symbol:   class Response
  location: class CatchAllExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:87: error: cannot find symbol
      ContainerRequestContext containerRequestContext) {
      ^
  symbol:   class ContainerRequestContext
  location: class CatchAllExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:84: error: cannot find symbol
  public static Response processAndRespondToException(
                ^
  symbol:   class Response
  location: class CatchAllExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:105: error: cannot find symbol
      ContainerRequestContext containerRequestContext) {
      ^
  symbol:   class ContainerRequestContext
  location: class CatchAllExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:102: error: cannot find symbol
  public static Response buildExceptionResponse(
                ^
  symbol:   class Response
  location: class CatchAllExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:132: error: cannot find symbol
  private Response processWebApplicationException(WebApplicationException wae) {
                                                  ^
  symbol:   class WebApplicationException
  location: class CatchAllExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:132: error: cannot find symbol
  private Response processWebApplicationException(WebApplicationException wae) {
          ^
  symbol:   class Response
  location: class CatchAllExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrJacksonMapper.java:22: error: package javax.ws.rs.ext does not exist
import javax.ws.rs.ext.ContextResolver;
                      ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrJacksonMapper.java:27: error: cannot find symbol
public class SolrJacksonMapper implements ContextResolver<ObjectMapper> {
                                          ^
  symbol: class ContextResolver
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrJacksonMapper.java:26: error: cannot find symbol
@Provider
 ^
  symbol: class Provider
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:24: error: package javax.ws.rs does not exist
import javax.ws.rs.NotFoundException;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:26: error: package javax.ws.rs.container does not exist
import javax.ws.rs.container.ResourceContext;
                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:29: error: package javax.ws.rs.ext does not exist
import javax.ws.rs.ext.ExceptionMapper;
                      ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:48: error: cannot find symbol
public class NotFoundExceptionMapper implements ExceptionMapper<NotFoundException> {
                                                ^
  symbol: class ExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:48: error: cannot find symbol
public class NotFoundExceptionMapper implements ExceptionMapper<NotFoundException> {
                                                                ^
  symbol: class NotFoundException
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:50: error: cannot find symbol
  @Context public ResourceContext resourceContext;
                  ^
  symbol:   class ResourceContext
  location: class NotFoundExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:53: error: cannot find symbol
  public Response toResponse(NotFoundException exception) {
                             ^
  symbol:   class NotFoundException
  location: class NotFoundExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:53: error: cannot find symbol
  public Response toResponse(NotFoundException exception) {
         ^
  symbol:   class Response
  location: class NotFoundExceptionMapper
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/MessageBodyWriters.java:29: error: package javax.ws.rs does not exist
import javax.ws.rs.Produces;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/MessageBodyWriters.java:30: error: package javax.ws.rs does not exist
import javax.ws.rs.WebApplicationException;
                  ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/MessageBodyWriters.java:32: error: package javax.ws.rs.container does not exist
import javax.ws.rs.container.ResourceContext;
                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/MessageBodyWriters.java:35: error: package javax.ws.rs.core does not exist
import javax.ws.rs.core.MultivaluedMap;
                       ^
/home/ubuntu/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.media/jersey-media-json-jackson/2.35/6383927e15ecb4baeef2cf0d3373b1ff1795c062/jersey-media-json-jackson-2.35.jar(/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/JacksonJsonProvider.class): warning: Cannot find annotation method 'value()' in type 'Consumes': class file for javax.ws.rs.Consumes not found
/home/ubuntu/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.media/jersey-media-json-jackson/2.35/6383927e15ecb4baeef2cf0d3373b1ff1795c062/jersey-media-json-jackson-2.35.jar(/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/JacksonJsonProvider.class): warning: Cannot find annotation method 'value()' in type 'Produces'
/home/ubuntu/.gradle/caches/modules-2/files-2.1/org.glassfish.jersey.core/jersey-server/2.35/c6efc2ee82d2550e6385a7f7b1c08651f71afb7a/jersey-server-2.35.jar(/org/glassfish/jersey/server/spi/ContainerLifecycleListener.class): warning: Cannot find annotation method 'value()' in type 'ConstrainedTo': class file for javax.ws.rs.ConstrainedTo not found
warning: unknown enum constant RuntimeType.SERVER
  reason: class file for javax.ws.rs.RuntimeType not found
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:41: warning: [cast] redundant cast to SolrQueryRequest
      return (SolrQueryRequest)
             ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:60: warning: [cast] redundant cast to SolrQueryResponse
      return (SolrQueryResponse)
             ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/InjectionFactories.java:80: warning: [cast] redundant cast to SolrCore
      return (SolrCore) containerRequestContext.getProperty(SOLR_CORE);
             ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:60: warning: [cast] redundant cast to CoreContainer
        (CoreContainer) requestContext.getProperty(RequestContextKeys.CORE_CONTAINER);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:62: warning: [cast] redundant cast to HttpServletRequest
        (HttpServletRequest) requestContext.getProperty(RequestContextKeys.HTTP_SERVLET_REQ);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:64: warning: [cast] redundant cast to HttpServletResponse
        (HttpServletResponse) requestContext.getProperty(RequestContextKeys.HTTP_SERVLET_RSP);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:66: warning: [cast] redundant cast to RequestType
        (AuthorizationContext.RequestType)
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:69: warning: [cast] redundant cast to List<String>
        (List<String>) requestContext.getProperty(RequestContextKeys.COLLECTION_LIST);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/SolrRequestAuthorizer.java:71: warning: [cast] redundant cast to SolrParams
        (SolrParams) requestContext.getProperty(RequestContextKeys.SOLR_PARAMS);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:64: warning: [cast] redundant cast to SolrQueryResponse
        (SolrQueryResponse) containerRequestContext.getProperty(SOLR_QUERY_RESPONSE);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:66: warning: [cast] redundant cast to SolrQueryRequest
        (SolrQueryRequest) containerRequestContext.getProperty(SOLR_QUERY_REQUEST);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:92: warning: [cast] redundant cast to HandlerMetrics
        (RequestHandlerBase.HandlerMetrics) containerRequestContext.getProperty(HANDLER_METRICS);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/CatchAllExceptionMapper.java:109: warning: [cast] redundant cast to SolrJerseyResponse
            : (SolrJerseyResponse) containerRequestContext.getProperty(SOLR_JERSEY_RESPONSE);
              ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:65: warning: [cast] redundant cast to SolrQueryResponse
        (SolrQueryResponse) containerRequestContext.getProperty(SOLR_QUERY_RESPONSE);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/NotFoundExceptionMapper.java:67: warning: [cast] redundant cast to SolrQueryRequest
        (SolrQueryRequest) containerRequestContext.getProperty(SOLR_QUERY_REQUEST);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/MessageBodyWriters.java:140: warning: [cast] redundant cast to SolrQueryRequest
          (SolrQueryRequest) requestContext.getProperty(SOLR_QUERY_REQUEST);
          ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/MessageBodyWriters.java:142: warning: [cast] redundant cast to SolrQueryResponse
          (SolrQueryResponse) requestContext.getProperty(SOLR_QUERY_RESPONSE);
          ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/PostRequestDecorationFilter.java:52: warning: [cast] redundant cast to SolrQueryRequest
        (SolrQueryRequest) requestContext.getProperty(SOLR_QUERY_REQUEST);
        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/PostRequestDecorationFilter.java:59: warning: [cast] redundant cast to SolrJerseyResponse
    final SolrJerseyResponse response = (SolrJerseyResponse) responseContext.getEntity();
                                        ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/RequestMetricHandling.java:72: warning: [cast] redundant cast to JaxrsResourceToHandlerMappings
          (PluginBag.JaxrsResourceToHandlerMappings)
          ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/RequestMetricHandling.java:87: warning: [cast] redundant cast to SolrQueryRequest
          (SolrQueryRequest) requestContext.getProperty(SOLR_QUERY_REQUEST);
          ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/RequestMetricHandling.java:110: warning: [cast] redundant cast to HandlerMetrics
          (RequestHandlerBase.HandlerMetrics) requestContext.getProperty(HANDLER_METRICS);
          ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/RequestMetricHandling.java:116: warning: [cast] redundant cast to SolrJerseyResponse
        final SolrJerseyResponse response = (SolrJerseyResponse) responseContext.getEntity();
                                            ^
/tmp/renovate/repos/github/apache/solr/solr/core/src/java/org/apache/solr/jersey/RequestMetricHandling.java:124: warning: [cast] redundant cast to Context
      final Timer.Context timer = (Timer.Context) requestContext.getProperty(TIMER);
                                  ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
100 errors
28 warnings
only showing the first 100 errors, of 239 total; use -Xmaxerrs if you would like to see more

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:core:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 27s

@risdenk
Copy link
Contributor

risdenk commented Mar 2, 2023

Yea this is going to be a big change - https://github.com/jakartaee/rest/releases

@risdenk
Copy link
Contributor

risdenk commented Mar 2, 2023

We should look at doing this with Jetty 11 I think - https://issues.apache.org/jira/browse/SOLR-16441

@risdenk risdenk closed this Mar 2, 2023
@solrbot
Copy link
Collaborator Author

solrbot commented Mar 2, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@solrbot solrbot deleted the renovate/jakarta.ws.rs-jakarta.ws.rs-api-3.x branch March 2, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants