Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

few more warnings #666

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion jaxws-ri/bundles/jaxws-rt/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2023 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
Expand All @@ -21,6 +21,7 @@
*
* @since 2.4.0
*/
@SuppressWarnings({"deprecation"})
module com.sun.xml.ws {

requires java.desktop;
Expand Down
3 changes: 2 additions & 1 deletion jaxws-ri/runtime/rt/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2023 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
Expand All @@ -21,6 +21,7 @@
*
* @since 2.4.0
*/
@SuppressWarnings({"deprecation"})
module com.sun.xml.ws.rt {

requires java.desktop;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2023 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
Expand Down Expand Up @@ -181,7 +181,7 @@ public void testMTOM_riSaaj() throws Exception {
assertEquals(res, reqStr);
}


@SuppressWarnings({"deprecation"})
public void XtestMTOM_oraSaaj() throws Exception {
//client creates request
MessageContext clientRequest = databinding.serializeRequest(clientCall);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* <h2>JAX-WS 2.1 Tools</h2>
* This document describes the tools included with JAX-WS 2.0.1.
* <p>
*
* <h2>ANT Tasks</h2>
<dl>
* <dt>{@link com.sun.tools.ws.ant.AnnotationProcessingTask AnnotationProcessing}</dt>
Expand Down