From fae3279d61af967c18df67ba0a96c5a8801b6255 Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Sat, 20 Feb 2021 00:28:42 +0100 Subject: [PATCH] #90: Java 11: DEFAULT_JAXWSPROVIDER seems wrong Signed-off-by: Lukas Jungmann --- api/src/main/java/jakarta/xml/ws/spi/Provider.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/api/src/main/java/jakarta/xml/ws/spi/Provider.java b/api/src/main/java/jakarta/xml/ws/spi/Provider.java index 644f428..1804a6f 100644 --- a/api/src/main/java/jakarta/xml/ws/spi/Provider.java +++ b/api/src/main/java/jakarta/xml/ws/spi/Provider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2021 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at @@ -30,9 +30,7 @@ public abstract class Provider { * A constant representing the name of the default * {@code Provider} implementation class. **/ - // Using two strings so that package renaming doesn't change it - private static final String DEFAULT_JAXWSPROVIDER = - "com.sun"+".xml.internal.ws.spi.ProviderImpl"; + private static final String DEFAULT_JAXWSPROVIDER = "com.sun.xml.ws.spi.ProviderImpl"; /** * Creates a new instance of Provider