[java-idp-testbed] branch main updated: Updates to POM and a Jetty 10 launch config.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 19 16:51:19 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=7f5a7f0f39297c77646d412752499809d1a6004b
The following commit(s) were added to refs/heads/main by this push:
new 7f5a7f0 Updates to POM and a Jetty 10 launch config.
7f5a7f0 is described below
commit 7f5a7f0f39297c77646d412752499809d1a6004b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 19 12:51:16 2022 -0400
Updates to POM and a Jetty 10 launch config.
---
idp-testbed-jetty-10.launch | 22 ++++++++++++++++++++++
pom.xml | 21 +++++++++------------
2 files changed, 31 insertions(+), 12 deletions(-)
diff --git a/idp-testbed-jetty-10.launch b/idp-testbed-jetty-10.launch
new file mode 100644
index 0000000..441bdd1
--- /dev/null
+++ b/idp-testbed-jetty-10.launch
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+ <stringAttribute key="bad_container_name" value="/idp-testbed-jetty-10"/>
+ <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+ <listEntry value="/java-idp-testbed/src/main/java/Main.java"/>
+ </listAttribute>
+ <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+ <listEntry value="1"/>
+ </listAttribute>
+ <booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
+ <booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
+ <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
+ <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
+ <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
+ <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
+ <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="Main"/>
+ <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="java-idp-testbed"/>
+ <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-Djetty.home=/opt/jetty-home-10.0.9 -Djava.security.egd=file:/dev/urandom -Didp.home=classpath: -Didp.webflows=classpath*:/flows -Dlogback.configurationFile=resources/logback.xml -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs} -Djava.io.tmpdir=tmp -Dnet.shibboleth.idp.plugin.oidc.op.servlet.RegisterFilterServletContextInitializer=disabled -Didp.loglevel.ldap=INFO -Didp.loglevel.idp=DEBU [...]
+ <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="java-idp-testbed"/>
+ <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
+ <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:java-idp-jetty-base/src/main/resources/jetty-base}"/>
+</launchConfiguration>
diff --git a/pom.xml b/pom.xml
index f3cc632..d0839ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.0-SNAPSHOT</version>
+ <version>11.3.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,18 +15,18 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.2.0-SNAPSHOT</idp.version>
+ <idp.version>4.2.2-SNAPSHOT</idp.version>
<idp-jetty-base.version>9.4.1-SNAPSHOT</idp-jetty-base.version>
<jetty.version>9.4.44.v20210927</jetty.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
- <spring-extensions.version>6.2.0-SNAPSHOT</spring-extensions.version>
+ <opensaml.version>4.2.1-SNAPSHOT</opensaml.version>
+ <spring-extensions.version>6.2.1-SNAPSHOT</spring-extensions.version>
<cas-client.version>3.5.1</cas-client.version>
- <oidc-commons.version>1.2.0-SNAPSHOT</oidc-commons.version>
+ <oidc-commons.version>2.0.1-SNAPSHOT</oidc-commons.version>
<!-- Jetty 10 -->
<!--
<idp-jetty-base.version>10.0.0-SNAPSHOT</idp-jetty-base.version>
- <jetty.version>10.0.8</jetty.version>
+ <jetty.version>10.0.9</jetty.version>
<logback.version>1.3.0-alpha13</logback.version>
<slf4j.version>2.0.0-alpha5</slf4j.version>
-->
@@ -278,11 +278,6 @@
<artifactId>logback-core</artifactId>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-access</artifactId>
- <scope>runtime</scope>
- </dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
@@ -315,10 +310,11 @@
</dependency>
<!-- Uncomment for OIDC plugin testing. -->
+ <!--
<dependency>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.shibboleth.oidc</groupId>
@@ -365,6 +361,7 @@
<artifactId>oidc-common-saml-impl</artifactId>
<version>${oidc-commons.version}</version>
</dependency>
+ -->
</dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list