[java-identity-provider] branch master updated: Move builders into a dedicated package, not Spring specific.

Scott Cantor cantor.2 at osu.edu
Wed Jan 17 13:21:02 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1ef6e6dd19c56edfa168437c191898ad56c467b2

The following commit(s) were added to refs/heads/master by this push:
       new  1ef6e6d   Move builders into a dedicated package, not Spring specific.
1ef6e6d is described below

commit 1ef6e6dd19c56edfa168437c191898ad56c467b2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 17 13:21:00 2018 -0500

    Move builders into a dedicated package, not Spring specific.
---
 .../shibboleth/idp/{spring => http}/FileCachingHttpClientBuilder.java   | 2 +-
 .../java/net/shibboleth/idp/{spring => http}/HttpClientBuilder.java     | 2 +-
 .../idp/{spring => http}/InMemoryCachingHttpClientBuilder.java          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-core/src/main/java/net/shibboleth/idp/spring/FileCachingHttpClientBuilder.java b/idp-core/src/main/java/net/shibboleth/idp/http/FileCachingHttpClientBuilder.java
similarity index 97%
rename from idp-core/src/main/java/net/shibboleth/idp/spring/FileCachingHttpClientBuilder.java
rename to idp-core/src/main/java/net/shibboleth/idp/http/FileCachingHttpClientBuilder.java
index e524c5c..aff239a 100644
--- a/idp-core/src/main/java/net/shibboleth/idp/spring/FileCachingHttpClientBuilder.java
+++ b/idp-core/src/main/java/net/shibboleth/idp/http/FileCachingHttpClientBuilder.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package net.shibboleth.idp.spring;
+package net.shibboleth.idp.http;
 
 import net.shibboleth.idp.Version;
 
diff --git a/idp-core/src/main/java/net/shibboleth/idp/spring/HttpClientBuilder.java b/idp-core/src/main/java/net/shibboleth/idp/http/HttpClientBuilder.java
similarity index 97%
rename from idp-core/src/main/java/net/shibboleth/idp/spring/HttpClientBuilder.java
rename to idp-core/src/main/java/net/shibboleth/idp/http/HttpClientBuilder.java
index 66f0101..e45ee41 100644
--- a/idp-core/src/main/java/net/shibboleth/idp/spring/HttpClientBuilder.java
+++ b/idp-core/src/main/java/net/shibboleth/idp/http/HttpClientBuilder.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package net.shibboleth.idp.spring;
+package net.shibboleth.idp.http;
 
 import net.shibboleth.idp.Version;
 
diff --git a/idp-core/src/main/java/net/shibboleth/idp/spring/InMemoryCachingHttpClientBuilder.java b/idp-core/src/main/java/net/shibboleth/idp/http/InMemoryCachingHttpClientBuilder.java
similarity index 97%
rename from idp-core/src/main/java/net/shibboleth/idp/spring/InMemoryCachingHttpClientBuilder.java
rename to idp-core/src/main/java/net/shibboleth/idp/http/InMemoryCachingHttpClientBuilder.java
index 640ae00..b4320c9 100644
--- a/idp-core/src/main/java/net/shibboleth/idp/spring/InMemoryCachingHttpClientBuilder.java
+++ b/idp-core/src/main/java/net/shibboleth/idp/http/InMemoryCachingHttpClientBuilder.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package net.shibboleth.idp.spring;
+package net.shibboleth.idp.http;
 
 import net.shibboleth.idp.Version;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list