Skip to content

Commit

Permalink
Update license header
Browse files Browse the repository at this point in the history
  And:
    * Disable Jenkins CI
    * Update web-commons-bom to 29
    * Update javaVersion to 11
  • Loading branch information
ligangty committed Mar 12, 2024
1 parent 5b96c56 commit 0e2199d
Show file tree
Hide file tree
Showing 36 changed files with 55 additions and 39 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#
# Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

name: build on maven

on:
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,20 +29,20 @@
<version>1.14-SNAPSHOT</version>

<name>Java HTTP Client</name>
<inceptionYear>2015</inceptionYear>
<inceptionYear>2015-2024</inceptionYear>

<scm>
<connection>scm:git:http://github.com/commonjava/jhttpc.git</connection>
<connection>scm:git:https://github.com/commonjava/jhttpc</connection>
<developerConnection>scm:git:https://github.com/commonjava/jhttpc</developerConnection>
<url>http://github.com/commonjava/jhttpc</url>
<url>https://github.com/commonjava/jhttpc</url>
<tag>HEAD</tag>
</scm>

<properties>
<pmd.skip>true</pmd.skip>
<projectOwner>Red Hat, Inc.</projectOwner>
<projectEmail>https://github.com/Commonjava/jhttpc</projectEmail>
<javaVersion>1.8</javaVersion>
<javaVersion>11</javaVersion>
<httpcoreVersion>4.4.15</httpcoreVersion>
<httpclientVersion>4.5.13</httpclientVersion>

Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.commonjava.boms</groupId>
<artifactId>web-commons-bom</artifactId>
<version>28</version>
<version>29</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/commonjava/util/jhttpc/HttpFactory.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 0e2199d

Please sign in to comment.