Skip to content

Commit 98aa755

Browse files
committed
Fix OAuth 2 support tests
1 parent 431ed8c commit 98aa755

File tree

5 files changed

+10
-611
lines changed

5 files changed

+10
-611
lines changed

src/main/java/com/rabbitmq/client/amqp/oauth2/TokenCredentialsManager.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
// Copyright (c) 2024-2025 Broadcom. All Rights Reserved.
22
// The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
33
//
4-
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
5-
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").
6-
// For the MPL, please see LICENSE-MPL-RabbitMQ. For the ASL,
7-
// please see LICENSE-APACHE2.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
87
//
9-
// This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
10-
// either express or implied. See the LICENSE file for specific language governing
11-
// rights and limitations of this software.
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
1215
//
1316
// If you have any questions regarding licensing, please contact us at
1417

src/test/java/com/rabbitmq/client/amqp/oauth2/GsonTokenParserTest.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/test/java/com/rabbitmq/client/amqp/oauth2/HttpTokenRequesterTest.java

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)