[java-oidc-common] branch main updated: Add HTTP location for encoder schema.

Scott Cantor cantor.2 at osu.edu
Tue Feb 16 16:28:30 UTC 2021


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

scantor pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=9f5cee85029f6e2cd5de6628b3ae3cb5dec79b38

The following commit(s) were added to refs/heads/main by this push:
       new  9f5cee8   Add HTTP location for encoder schema.
9f5cee8 is described below

commit 9f5cee85029f6e2cd5de6628b3ae3cb5dec79b38
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 16 11:28:28 2021 -0500

    Add HTTP location for encoder schema.
---
 oidc-common-attribute-impl/.classpath                               | 6 ++++--
 .../src/main/resources/META-INF/spring.schemas                      | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/oidc-common-attribute-impl/.classpath b/oidc-common-attribute-impl/.classpath
index 2fcc910..3d9551b 100644
--- a/oidc-common-attribute-impl/.classpath
+++ b/oidc-common-attribute-impl/.classpath
@@ -6,21 +6,23 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
 		<attributes>
+			<attribute name="test" value="true"/>
 			<attribute name="optional" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
-			<attribute name="test" value="true"/>
 		</attributes>
 	</classpathentry>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
 		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
 			<attribute name="test" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
 		<attributes>
+			<attribute name="module" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
diff --git a/oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas b/oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas
index ea55f5b..36876a2 100644
--- a/oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas
+++ b/oidc-common-attribute-impl/src/main/resources/META-INF/spring.schemas
@@ -1 +1,2 @@
 classpath\:/schema/idp-oidc-extension-attribute-encoder.xsd = schema/shibboleth-attribute-encoder-oidc.xsd
+http\://shibboleth.net/schema/oidc/shibboleth-attribute-encoder-oidc.xsd = schema/shibboleth-attribute-encoder-oidc.xsd

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


More information about the commits mailing list